PufferRelay
Pentesting tool to extract valuable information from .pcap (wireshark) files
Table of Contents
Loading contents...
README.md
PufferRelay
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.
🔍 Features
- Extracts protocol-specific data
- LDAP, HTTP, FTP, TELNET, SMTP, IMAP, POP3, NETBIOS, NTLM, SNMP
- Parses
.pcap
files and stores data in a queryable SQL format - Designed for use in red teaming and network traffic analysis
- Modular structure for easy extension
🚀 Getting Started
🛠️ Install
⚗️PIPX
sudo apt install tshark
pipx install pufferrelay
👨🏿🔧PIP
python3 -m venv venv
source venv/bin/activate.fish
pip3 install -r requirements.txt
▶️ Usage
⚗️PIPX
pufferrelay {flag} {filename}
👨🏿🔧PIP
python3 -m PufferRelay {flag} {filename}
Parse pcap file into sqlite3 database and display all pertinent information
pufferrelay -f {filename}
Read ‘DB_NAME’ database and extract all pertinent information
pufferrelay -r
🐛 DEBUG
pufferrelay -f {filename} –log-level DEBUG
Documentation
The Wiki is under construction but will be available soon !
🤝 Contributing
We welcome contributions from the community! See CONTRIBUTING.md for guidelines.
📄 License
Licensed under the GPL-3.0 License.
See the NOTICE file for attribution details.
Tool Information
Author
MPolymath
Project Added On
May 28, 2025
License
Open Source