An open API service indexing awesome lists of open source software.

https://github.com/ddworken/mitmxss

A XSS scanning script for mitmproxy
https://github.com/ddworken/mitmxss

Last synced: about 1 year ago
JSON representation

A XSS scanning script for mitmproxy

Awesome Lists containing this project

README

          

# mitmXSS

A XSS scanning script for mitmproxy. Automatically scans every visited page for XSS vulnerabilities. Run with mitmproxy with the ```-s``` flag pointing to this script and watch the log (by pressing ```e```).

![Example Query Based XSS](https://raw.githubusercontent.com/ddworken/mitmXSS/master/images/xssQuery.png)

![Example Referer Based XSS](https://raw.githubusercontent.com/ddworken/mitmXSS/master/images/xssReferer.png)

![Example User Agent Based XSS](https://raw.githubusercontent.com/ddworken/mitmXSS/master/images/xssUA.png)

![Example Unclaimed URL Based XSS](https://raw.githubusercontent.com/ddworken/mitmXSS/master/images/xssUnclaimed.png)