Update README.md

This commit is contained in:
Faizan Ahmad
2016-06-14 03:56:14 +05:00
committed by GitHub
parent dd0f6032f1
commit a39c2f11a4

View File

@@ -15,7 +15,7 @@ git clone https://github.com/faizann24/XssPy/ /opt/xsspy
The tool works on Python 2.7 and you should have mechanize installed. If mechanize is not installed, type "pip install mechanize" in the terminal.
#Usage:
XssPy.py website.com (Do not write www.website.com OR http://www.website.com)
python XssPy.py website.com (Do not write www.website.com OR http://www.website.com)
#Description:
XssPy is a python tool for finding Cross Site Scripting vulnerabilities in websites. This tool is the first of its kind. Instead of just checking one page as most of the tools do, this tool traverses the website and find all the links and subdomains first. After that, it starts scanning each and every input on each and every page that it found while its traversal. It uses small yet effective payloads to search for XSS vulnerabilities.