AutoSSRF | Smart Context-Based SSRF Vulnerabiltiy Scanner

  • Indiasocialbook blocked ?Unblock it by downloading free vpn from -- (HERE)

  • You Must Read our New Rules and Guidelines (HERE)

Ruchika oberoi

Administrator
Staff member
Mar 27, 2022
5,156
132
63
D416106dc891756d5d6c63633bead5d71296c3ae

Summary​

autoSSRF is your best ally for identifying SSRF vulnerabilities at scale. Different from other ssrf automation tools, this one comes with the two following original features :

  • Smart fuzzing on relevant SSRF GET parametersWhen fuzzing, autoSSRF only focuses on the common parameters related to SSRF (?url=, ?uri=, …) and doesn’t interfere with everything else. This ensures that the original URL is still correctly understood by the tested web-application, something that might doesn’t happen with a tool which is blindly spraying query parameters.
  • Context-based dynamic payloads generationFor the given URL : , autoSSRF would recognize as a potentially white-listed host for the web-application, and generate payloads dynamically based on that, attempting to bypass the white-listing validation. It would result to interesting payloads such as : , , etc.
Furthermore, this tool guarantees almost no false-positives. The detection relies on the great ProjectDiscovery’s , allowing autoSSRF to confidently identify out-of-band DNS/HTTP interactions.


Usage​

python3 autossrf.py -h

This displays help for the tool.

usage: autossrf.py [-h] [–file FILE] [–url URL] [–output] [–verbose] options: -h, --help show this help message and exit --file FILE, -f FILE file of all URLs to be tested against SSRF --url URL, -u URL url to be tested against SSRF --output, -o output file path --verbose, -v activate verbose mode

Single URL target:

python3 autossrf.py -u

Multiple URLs target with verbose:

python3 autossrf.py -f urls.txt -v


Installation​

1 - Clone

git clone

2 - Install requirements

Python libraries :

cd autossrf pip install -r requirements.txt

Interactsh-Client :

go install -v


License​

autoSSRF is distributed under .

GitHub:​

You must be registered for see images

Autossrf

Smart context-based SSRF vulnerabiltiy scanner. Contribute to Th0h0/autossrf development by creating an account on GitHub.
 
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock