Skip to content

hackelite01/XSSProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A powerful XSS scanner made in python 3

CodeFactor

Installing

Requirements:

  • BeautifulSoup4
  • pip install bs4
  • requests
  • pip install requests
  • python 3.7

  • Commands:
    git clone https://github.com/hackelite01/XSSProbe
    chmod 755 -R XSSProbe
    cd XSSProbe
    python3 xssprobe.py --help 

    Usage

    Basic usage:

    python3 xssprobe.py -u http://testphp.vulnweb.com

    Advanced usage:
    python3 xssprobe.py --help

    Main features

    • crawling all links on a website ( crawler engine )
    • POST and GET forms are supported
    • many settings that can be customized
    • Advanced error handling
    • Multiprocessing support.
    • And many more..

    Note

    • Currently it doesn't support DOM!