Splint3r7 / easyxss

A simple threading-based tool to find reflection in parameters of multiple URLs for cross-site scripting identification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easyxss

A simple threading based tool to find reflection in parameters of multiple URLS for cross site scripting identification.

Requirements

▶ requests
▶ corlorama
▶ argparse
▶ urlparse
▶ time
▶ slackclient
▶ urllib3

Usage

Basic usage:

▶ python3 easyxss.py -f urls.txt -o output.txt

Output to Slack:

▶ python3 easyxss.py -f urls.txt -t YOUR_SLACK_TOKEN -o output.txt

Options:

▶ usage: easyxss.py [-h] -f LIST [-t SLACKTOKEN] -o OUTPUT

Identify Reflection in parameters

optional arguments:
  -h, --help            show this help message and exit
  -f LIST, --list LIST  List of urls with parameters
  -t SLACKTOKEN, --slacktoken SLACKTOKEN
                        Slack Token
  -o OUTPUT, --output OUTPUT
                        Output file

Demo

asciicast

About

A simple threading-based tool to find reflection in parameters of multiple URLs for cross-site scripting identification.


Languages

Language:Python 100.0%