Skip to content

MPolymath/PufferRelay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

114 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Alt text

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.

About

Pentesting tool to extract valuable information from .pcap (wireshark) files

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages