Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/emergingthreats/fiddler2pcap

fiddler output to pcap
https://github.com/emergingthreats/fiddler2pcap

Last synced: 2 months ago
JSON representation

fiddler output to pcap

Awesome Lists containing this project

README

        

fiddler2pcap
============

fiddler output to pcap

Example saz file as input
./fiddler2pcap.py -i /home/blah/Downloads/Infinity_2014-03-17.saz -o infinity.pcap --saz

Example raw directory as input
./fiddler2pcap.py -i /tmp/tmpaPRU3T/raw/ -o infinity.pcap

Help
Usage: fiddler2pcap.py [options]

Options:
-h, --help show this help message and exit
-i INPUT_TARGET path to fiddler raw directory we will read from glob format
or path to saz file with --saz option
-o OUTPUT_PCAP path to output PCAP file
--src=SRCIP src ip address to use if not specified we read it from the
XML
--dst=DSTIP dst ip address to use if not specified we read it from the
XML
--dproxy attempt to unproxify the pcap
--saz input is saz instead of raw directory
None