Skip to content

An open source XSS vulnerability scanner.

License

Notifications You must be signed in to change notification settings

lewangbtcc/anti-XSS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

anti-XSS

Python 2.7 license

anti-XSS is an open source XSS auditor which comes with a powerful detection engine. It automates the process of detecting as well as mining XSS scripts and generates the scanning report automatically.

Requirements

Installation

You can download the latest zipball by clicking here.

Preferably, you can download anti-XSS by cloning the Git repository and then install requirements.

$ git clone https://git@github.com:lewangbtcc/anti-XSS.git anti-XSS
$ cd anti-XSS
$ pip install -r requirements.txt

anti-XSS works out of the box with Python version 2.7.x on any platform.

Usage

To get a list of basic options and switches use:

python anti-XSS.py -h

or:

python anti-XSS.py --help

To get an overview of anti-XSS capabilities, list of supported features and description of all options and switches, along with examples, you are advised to consult the user's manual.

Links

About

An open source XSS vulnerability scanner.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.9%
  • HTML 2.1%