Skip to content

Script that resends HTTP requests pulled from a packet capture file.

Notifications You must be signed in to change notification settings

AppMonet/pcap_http_request_sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Script that resends HTTP requests pulled from a packet capture file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages