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
Tags
Related Tools
JPGtoMalware
It embeds the executable file or payload inside the jpg file. The method the program uses isn't exactly called one of the steganography methods. For this reason, it does not cause any distortion in the JPG file. The JPG file size and payload do not have to be proportional.The JPG file is displayed normally in any viewing application or web application. It can bypass various security programs such as firewall, antivirus. If the file is examined in detail, it is easier to detect than steganog...
Stablervmi
rVMI - A New Paradigm For Full System Analysis
Stable