Update README.md
This commit is contained in:
@@ -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.
|
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:
|
#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:
|
#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.
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user