All Projects → random-robbie → ssrf-finder

random-robbie / ssrf-finder

Licence: other
Pass list of urls with FUZZ in and it will check if it has found a potential SSRF.

Programming Languages

go
31211 projects - #10 most used programming language

ssrf-finder

Pass list of urls with FUZZ in and it will check if it has found a potential SSRF.

cat urls.txt | ./ssrf-finder

or

echo https://www.someting.com/?url=FUZZ&whatever=adsa&id=1  | ./ssrf-finder

if it generates a ssrf.log file then you have some SSRF's if not no SSRF.

URLs must look like.

http://www.something.com/url?=FUZZ&somethingelse=whatever

99% of this code is from @tomnomnom the hero!

raise issues if you have questions!

Use a VPS from DO

DigitalOcean Referral Badge

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].