Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 389 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 389 Bytes

parseCaps.py

Parse .cap files with multiple network handshakes into individual .caps for each network.

Usage

python .\parseCaps.py [options] capfile.cap

Options

  • -o, --outfolder : Folder to place all the cap files
  • -n, --networks : Output names of networks with handshakes

Example

python ./parsecaps.py --outfolder ./ --networks wpa.cap

License

MIT