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

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.

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