ksharinarayanan / SSRFire

An automated SSRF finder. Just give the domain name and your server and chill! ;) Also has options to find XSS and open redirects
944 stars 158 forks source link

Fixed flags that were missing on usage instructions #8

Closed rhinestonecowb0y closed 4 years ago

rhinestonecowb0y commented 4 years ago

In lines with usage instructions the flags where missing, e.g ./ssrfire.sh domain.com instead of /ssrfire.sh -d domain.com, so I added them to avoid confusion. Since I was at it I also fixed a few grammatical errors I spotted. Awesome tool, I was looking for something lke this :)

This is my first pull request, my sincere apologies if I am doing something wrong.

ksharinarayanan commented 4 years ago

Thanks @rhinestonecowb0y ! 😀