CheckXSS | Detect XSS vulnerability in Web Applications

XSSMAP

image.png

codecov

Detect XSS vulnerability in Web Applications

Usage mimics sqlmap, and if you know sqlmap, you can easily handle xssmap!

Screenshots

image.png

Easy Installation

As simple as below, Just one line of code:

curl -L -s https://raw.githubusercontent.com/Jewel591/xssmap/master/docs/install.sh|bash

Usage Instructions

python3.6 xssmap.py -h

image.png

Support POST and GET request methods, support parameter injection detection in cookie, referer, useragent fields For example, test the returnUrl parameter in POST data:

python3.6 xssmap.py -u "https://example.com/login.do" --data="returnUrl=utest" -p returnUrl

Features

  1. Support url encoding bypass
  2. Support unicode encoding of HTML tag attribute value to bypass
  3. Support HTML encoding to bypass the HTML tag attribute value
  4. Support for flexible replacement of () '"to bypass
  5. Case bypass

Contributing

Contributions, issues and feature requests are welcome!

Feel to check issues page

Maintainers

@Jewel591

License

MIT © Jewel591, Kyle

GitHub:

3 Likes