A cap/pcap packet parser to make life easier when performing stealth/passive reconnaissance.
To use PacketParser, follow these steps:
-
Clone the repository:
git clone https://github.com/vysec/PacketParser.git
-
Navigate to the project directory:
cd PacketParser
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the packet parser:
python3 packetparser.py -i it-office.pcap -o unique.txt -oP unique-ports.txt -oI unique-ips.txt -s
For more information and usage examples, please refer to the PacketParser documentation.