https://github.com/jacklam718/http-request-capture
A simple tool for capturing http requests.
https://github.com/jacklam718/http-request-capture
hack python scapy
Last synced: 9 months ago
JSON representation
A simple tool for capturing http requests.
- Host: GitHub
- URL: https://github.com/jacklam718/http-request-capture
- Owner: jacklam718
- Created: 2017-04-08T10:02:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T10:18:16.000Z (almost 7 years ago)
- Last Synced: 2025-03-26T10:36:21.890Z (10 months ago)
- Topics: hack, python, scapy
- Language: Python
- Homepage:
- Size: 642 KB
- Stars: 22
- Watchers: 3
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Http Request Capture written in Python
### Usage
`sudo python3 http_request_capture.py --iface en0 --port 80`
#### arguments
- `--iface` - default `en0`
- `--port` - default `80`
Requirements:
* Python3
* [kamene](https://github.com/phaethon/kamene)
##### http made from browser

##### capture http request