Port 6379 (REDIS)
Manual Enumeration
nc -vn 10.10.10.10 6379
redis-cli -h 10.10.10.10 # sudo apt-get install redis-tools
Redis Authentication
Authenticated enumeration
Last updated
nc -vn 10.10.10.10 6379
redis-cli -h 10.10.10.10 # sudo apt-get install redis-tools
Last updated
AUTH <username> <password>INFO
client list
CONFIG GET *