Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/random-robbie/ssrf-finder
Pass list of urls with FUZZ in and it will check if it has found a potential SSRF.
https://github.com/random-robbie/ssrf-finder
Last synced: about 1 month ago
JSON representation
Pass list of urls with FUZZ in and it will check if it has found a potential SSRF.
- Host: GitHub
- URL: https://github.com/random-robbie/ssrf-finder
- Owner: random-robbie
- Created: 2020-04-17T14:12:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-14T22:03:05.000Z (almost 3 years ago)
- Last Synced: 2024-08-05T17:25:33.790Z (4 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 108
- Watchers: 4
- Forks: 22
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - random-robbie/ssrf-finder - Pass list of urls with FUZZ in and it will check if it has found a potential SSRF. (Go)
README
# 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](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%201.svg)](https://www.digitalocean.com/?refcode=e22bbff5f6f1&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)