You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, autoSSRF currently doesn't currently operate on POST requests.
It's due to the fact that It was aimed to be used right after URLs-collecting tools - like waybacksurls or gau.
Supporting other methods than GET (PUT/POST for instance) would either imply that:
(1) autoSSRF makes its own HTML Form crawling or javascript file parsing (for XHRs)
(2) autoSSRF accepts another type of input file, which would be a mix of URLs (GET) and serialized POST/PUT requests (including the HTTP method, the URL, body parameters, content type, and potential specific other HTTP headers).
If you want to contribute to the tool and make a PR for this, I'd be very happy to merge it.
Otherwise, I might soon attempt to code the improvement.
What about the POST method SSRF @Th0h0
The text was updated successfully, but these errors were encountered: