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

https://github.com/bannsec/xss_catcher

Pure python simple XSS Catcher
https://github.com/bannsec/xss_catcher

python python3 xss xss-catcher

Last synced: about 1 year ago
JSON representation

Pure python simple XSS Catcher

Awesome Lists containing this project

README

          

Very basic purely python3 XSS catcher. No need to worry about what field you put your cookie or such in. Just ensure it gets to your box, the script will parse everything out for you.

# Install
```bash
$ pip install xss_catcher
```

# Use
```bash
$ xss_catcher -h
usage: xss_catcher [-h] [-ip IP] [-port PORT]

Catch XSS or just record who hits your port.

optional arguments:
-h, --help show this help message and exit
-ip IP IP Address to listen on (default 0.0.0.0)
-port PORT Port to listen on (default 8000)
```

# Structure
Should be self explanatory...

BaseDir/IP_OF_SERVER:PORT/IP_OF_CLIENT/TIMESTAMP_OF_CONNECTION/[GET/Headers/Path]