Network Sniffing
MITRE ATT&CK, Discovery, Technique T1040
PCredz
# Installation
sudo apt install python3-pip && sudo apt-get install libpcap-dev && pip3 install Cython && pip3 install python-libpcap && git clone https://github.com/lgandx/PCredz
# Live capture with PCredz
sudo python3 Pcredz -i eth0 -v
# Parse a PCAP file with PCredz
python3 Pcredz -f NetworkCapture.pcap
# Parse a directory of PCAPs with PCredz
python3 Pcredz -d /tmp/PCAPs/TCPDump
# Capture eth0, all ports, and write to capture.pcap
sudo tcpdump -i eth0 -w capture.pcapReferences
TCPDump
Last updated
