Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 670 Bytes

PCAP HTTP Request Sender

The PCAP HTTP Request Sender is a Python script that reads HTTP requests from a packet capture file 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

Installation

Install the required dependencies by running the following command:

pip install -r requirements.txt

Usage

python3 main.py