PufferRelay is a pentesting tool designed to extract valuable information from .pcap (Wireshark) files.
It focuses on parsing and analyzing network traffic to surface sensitive or actionable data that may aid in offensive security operations.
- Extracts protocol-specific data
- LDAP, HTTP, FTP, TELNET, SMTP, IMAP, POP3, NETBIOS, NTLM, SNMP
- Parses
.pcapfiles and stores data in a queryable SQL format - Designed for use in red teaming and network traffic analysis
- Modular structure for easy extension
sudo apt install tshark
pipx install pufferrelay
python3 -m venv venv
source venv/bin/activate.fish
pip3 install -r requirements.txt
pufferrelay {flag} {filename}
python3 -m PufferRelay {flag} {filename}
pufferrelay -f {filename}
pufferrelay -r
pufferrelay -f {filename} --log-level DEBUG
The Wiki is under construction but will be available soon !
We welcome contributions from the community! See CONTRIBUTING.md for guidelines.
Licensed under the GPL-3.0 License.
See the NOTICE file for attribution details.
