Home

Awesome

Origin

This project is originally from https://code.google.com/p/replayproxy/ by Armin Buescher.

This fork fixes some bugs & provides more details for usage & installation.

Summary

replayproxy allows you to "re-live" a HTTP session which has been captured in a .pcap file (e.g. in Wireshark). It parses the HTTP streams, caches them, and starts a HTTP proxy. It then replies to HTTP requests with the matching response from the .pcap, ignoring all other requests.

Usage

replayproxy.py [-h] [-H HOST] [-p PORT] [-v[v]] FILENAME

Arguments:

Normal usage:

To get you started test.pcap in this repository contains a capture of a visit to http://www.honeynet.org

Dependencies and Installation

For detailed installation instructions, see the INSTALL.md file