Closed Techbrunch closed 5 years ago
Hello,
Currently the Redis module won't work if the size of SERVER_HOST or SERVER_PORT differs from the hardcoded values.
SERVER_HOST
SERVER_PORT
This is because the current payload has a hardcoded value of 64 inside.
You can check how it's done in Gopherus if you want to fix this issue: https://github.com/tarunkant/Gopherus/blob/master/scripts/Redis.py
Hi,
This should be fixed by https://github.com/swisskyrepo/SSRFmap/commit/12c13aa2f2e9c5c0da08daa55603d94c933fb75d#diff-38f24b7d7f8bb04385cbc9feaacb7e72
Thank you :)
Hello,
Currently the Redis module won't work if the size of
SERVER_HOST
orSERVER_PORT
differs from the hardcoded values.This is because the current payload has a hardcoded value of 64 inside.
You can check how it's done in Gopherus if you want to fix this issue: https://github.com/tarunkant/Gopherus/blob/master/scripts/Redis.py