Redis 6379

https://github.com/Avinash-acid/Redis-Server-Exploit
python redis.py 10.10.10.160 redis

#masscan | scan ips for open redis servers

masscan -p6379 --rate=100000 -j 4 --wait 0 --exclude=22,80,443 -iL ips.txt -oG redis_scan_results.txt

ips.txt available at : https://ipv4.fetus.jp/it.txt

#Censys Query

services.redis.ping_response: "PONG"

Last updated