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

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.

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
``