Skip to content

Commit

Permalink
Merge pull request #19 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
faizann24 committed Apr 18, 2017
2 parents 1067664 + 71a9b2f commit 9c76ec7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Expand Up @@ -4,27 +4,27 @@ A tool by Fsecurify
Author: Faizan Ahmad
https://pk.linkedin.com/in/faizan-ahmad-015964118

#Great News: Xsspy was recently used by an engineer at microsoft to find a bug in Pentagon's Bug Bounty Program.
# Great News: Xsspy was recently used by an engineer at microsoft to find a bug in Pentagon's Bug Bounty Program.
http://holisticinfosec.blogspot.com/2016/06/toolsmith-tidbit-xsspy.html

#How to Use:
# How to Use:
http://fsecurify.com/xsspy-web-application-xss-scanner/

#Installation:
# Installation:
Type the following in the terminal.

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:
# Usage:
python XssPy.py website.com (Do not write www.website.com OR http://www.website.com)

#Payloads
# Payloads
If you have found a XSS vulnerability, you can try the following payloads.
http://pastebin.com/J1hCfL9J

#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.

The tool has been tested parallel with paid Vulnerability Scanners and most of the scanners failed to detect the vulnerabilities that the tool was able to find. Moreover, most paid tools scan only one site whereas XSSPY first finds a lot of subdomains and then scan all the links altogether. The tool comes with:
Expand All @@ -37,7 +37,7 @@ The tool has been tested parallel with paid Vulnerability Scanners and most of t
With this tool, Cross Site Scripting vulnerabilities have been found in the websites of MIT, Stanford, Duke University, Informatica, Formassembly, ActiveCompaign, Volcanicpixels, Oxford, Motorola, Berkeley and many more.


#NOTE:
# NOTE:
Mail me if you encounter any errors (fsecurify@gmail.com). You can also post your problems on the website. I'll try my best to respond as soon as possible.

Best Regards
Expand Down

0 comments on commit 9c76ec7

Please sign in to comment.