A network protocol analyzer and credential extractor
Project description
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, NETBIOS, NTLM
- 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
🚀 Getting Started
🛠️ Install
python3 -m venv venv source venv/bin/activate.fish pip3 install -r requirements.txt
▶️ Usage
Parse pcap file into sqlite3 database and display all pertinent information
python3 -m PufferRelay -f {filename}
Read 'DB_NAME' database and extract all pertinent information
python3 -m PufferRelay -r
🐛 DEBUG
python -m 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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pufferrelay-1.0.0.tar.gz.
File metadata
- Download URL: pufferrelay-1.0.0.tar.gz
- Upload date:
- Size: 35.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a15c7847cc2903d48fc5ee2ccf1f79e9bee38c0fdeeca4ed2c5806b6188207e6
|
|
| MD5 |
e715742b9bb33c46a3b8e324ba117343
|
|
| BLAKE2b-256 |
cc3f2cb31c4e52bc5e71c84d39fd830515ef06bbbb93144ab69fedb7935bdc23
|
File details
Details for the file pufferrelay-1.0.0-py3-none-any.whl.
File metadata
- Download URL: pufferrelay-1.0.0-py3-none-any.whl
- Upload date:
- Size: 52.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2bdb412e9433a37ebf55968278851a347e232c43aeee8742d754c43f77b2d40
|
|
| MD5 |
ef7154866dfa02cba072769be253c6ce
|
|
| BLAKE2b-256 |
dad2c2eb29cbfc38e716f5a17755a6f761f1ebd46bebe04d98c806d61135cbf2
|