faizann24 / XssPy

XssPy - Web Application XSS Scanner
http://www.fsecurify.com
MIT License
835 stars 230 forks source link

Added proper script argument parsing (with -h for help) #9

Closed glen-mac closed 7 years ago

glen-mac commented 7 years ago

Added proper script argument parsing with the intention of adding more flags for more features in diffs after this one.

-h now shows the argument and help screen for the script

Also the -e flag can go before or after the url.

faizann24 commented 7 years ago

Thanks a lot.