Redis


Nmap discovered a Redis server on the target port 6379 The running service is Redis key-value store

┌──(kali㉿kali)-[~/archive/htb/labs/atom]
└─$ nc -vn $IP 6379
(UNKNOWN) [10.10.10.237] 6379 (redis) open

Unable to grab banner

┌──(kali㉿kali)-[~/archive/htb/labs/atom]
└─$ redis-cli -h $IP
10.10.10.237:6379> info
NOAUTH Authentication required

The target Redis server instance requires authentication I would need a valid credential to proceed forward