Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/emergingthreats/fiddler2pcap
- Owner: EmergingThreats
- License: gpl-2.0
- Created: 2014-01-08T23:00:15.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-17T15:30:59.000Z (almost 11 years ago)
- Last Synced: 2024-08-03T17:11:40.250Z (6 months ago)
- Language: Python
- Size: 152 KB
- Stars: 40
- Watchers: 10
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-network-stuff - **24**星
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 --sazExample raw directory as input
./fiddler2pcap.py -i /tmp/tmpaPRU3T/raw/ -o infinity.pcapHelp
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