PACEJJ27 / anti-XSS

An open source XSS vulnerability scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

anti-XSS

Python 2.7 license LinkedIn

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

N.B: The project is under development and prone to bugs

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.

License:MIT License


Languages

Language:Python 97.9%Language:HTML 2.1%