🐧
Readys
  • Readys
    • Summary
  • Enumeration
    • TCP
    • UDP
    • Web Services
      • Nikto
      • Dirb Extensions
      • Dirsearch
      • goBuster
      • Robots
      • WhatWeb
      • FeroxBuster
      • WPscan
    • Other Services
      • SSH
      • Redis
  • Exploitation
  • Priv Escalation
  • Notes
Powered by GitBook
On this page
  1. Enumeration
  2. Other Services

Redis

╰─ redis-cli -h 192.168.135.166              
192.168.135.166:6379> info
NOAUTH Authentication required.
192.168.135.166:6379> 

We need valid credentials for redis

PreviousSSHNextExploitation

Last updated 2 years ago