https://github.com/appmonet/pcap_http_request_sender
Script that resends HTTP requests pulled from a packet capture file.
https://github.com/appmonet/pcap_http_request_sender
Last synced: 2 months ago
JSON representation
Script that resends HTTP requests pulled from a packet capture file.
- Host: GitHub
- URL: https://github.com/appmonet/pcap_http_request_sender
- Owner: AppMonet
- Created: 2023-05-29T11:13:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T09:07:45.000Z (about 1 year ago)
- Last Synced: 2025-01-26T04:42:43.511Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PCAP HTTP Request Sender
The PCAP HTTP Request Sender is a Python script that reads HTTP requests from a [packet capture file](https://en.wikipedia.org/wiki/Pcap) and then resends those requests to a specified endpoint. It allows you to configure the endpoint URL, the number of concurrent threads, and the number of requests to send. This script can be executed from the command line.
## Prerequisites
- Python 3.x (Download Python: https://www.python.org/downloads/)
- pip (Python package installer)## Installation
Install the required dependencies by running the following command:
```
pip install -r requirements.txt
```## Usage
``
python3 main.py
``