Skip to content

EmergingThreats/fiddler2pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages