Closed xyzkab closed 4 years ago
I want ssrfmap to able to just do quick detection if specified params are likely prone to ssrf attack. This pull request consist:
-l
core/handler.py
listen_command
./handlers
handlers/http.py
httpcollaborator
This functionality added will look like this
@swisskyrepo what do you think of this approach? Thanks
Great work, I like this module :) 👍
I want ssrfmap to able to just do quick detection if specified params are likely prone to ssrf attack. This pull request consist:
-l
optioncore/handler.py
aslisten_command
method./handlers
directoryhandlers/http.py
to listen for out of band request from target applicationhttpcollaborator
module to test multiple specified params (like auxiliary module)This functionality added will look like this
@swisskyrepo what do you think of this approach? Thanks