https://github.com/cailllev/catcher
simple python server to catch requests from anywhere (mostly for CTFs)
https://github.com/cailllev/catcher
Last synced: over 1 year ago
JSON representation
simple python server to catch requests from anywhere (mostly for CTFs)
- Host: GitHub
- URL: https://github.com/cailllev/catcher
- Owner: cailllev
- Created: 2022-11-15T18:30:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T18:10:31.000Z (over 3 years ago)
- Last Synced: 2025-01-23T16:30:07.680Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catcher
simple python server to catch requests from anywhere (mostly for CTFs)
## How To
1. GET /abcdef -> initialize abcdef endpoint
2. POST /abcdef -> saves headers and body
3. GET /abcdef -> returns saved headers and body
## Deployment
```bash
sudo apt install gunicorn
pip3 install flask
python3 app.py
```
## Deployed at
- catcher.XXX.YYY (deploy it yourself)