Skip to content

ScanXSS is a fast and efficient tool that automatically detects Cross-Site Scripting (XSS) vulnerabilities. πŸ•΅οΈβ€β™‚οΈβœ¨ It also generates intelligent payloads for thorough testing. πŸ’»πŸ”’

License

Notifications You must be signed in to change notification settings

Salvelop07/ScanXSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation



scanxss

Fast and efficient tool that automatically detects XSS.

multiple xss


scanxss is a fastest tool to detect Cross Site scripting (XSS) automatically and it's also an intelligent payload generator.


Main Features

  • Reflected XSS scanning
  • Blind xss find
  • Crawling all links on a website
  • POST and GET forms are supported
  • Advanced error handling
  • Multiprocessing support

multiple xss


Documentation

install

git clone https://github.com/Salvelop07/scanxss.git
cd scanxss
python -m pip install -r requirements.txt
python3 scanxss.py --help

Usage

========================================================================
usage: scanxss -u <target> [options]

Options:
  --help            Show usage and help parameters
  -u                Target url (e.g. http://example.com)
  --depth           Depth web page to crawl. Default: 2
  --payload-level   Level for payload Generator, 7 for custom payload. {1...6}. Default: 6
  --payload         Load custom payload directly (e.g. <script>alert(2005)</script>)
  --method          Method setting(s):
                        0: GET
                        1: POST
                        2: GET and POST (default)
  --user-agent      Request user agent (e.g. Chrome/2.1.1/...)
  --single          Single scan. No crawling just one address
  --proxy           Set proxy (e.g. {'https':'https://10.10.1.10:1080'})
  --about           Print information about scanxss tool
  --cookie          Set cookie (e.g {'ID':'12464476836'})

========================================================================

multiple xss

Show ❀️ by starring this repo!

Thank You.

About

ScanXSS is a fast and efficient tool that automatically detects Cross-Site Scripting (XSS) vulnerabilities. πŸ•΅οΈβ€β™‚οΈβœ¨ It also generates intelligent payloads for thorough testing. πŸ’»πŸ”’

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages