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
- Host: GitHub
- URL: https://github.com/bannsec/xss_catcher
- Owner: bannsec
- Created: 2016-07-21T02:59:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T00:11:52.000Z (about 9 years ago)
- Last Synced: 2025-02-15T03:16:37.357Z (over 1 year ago)
- Topics: python, python3, xss, xss-catcher
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]