Skip to content

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

Splint3r7/easyxss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages