You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adcAM Sniffer is a powerful, real-time network packet analyzer designed for security professionals, penetration testers, and network administrators. Built with Python and featuring a modern web-based interface, it provides deep insights into network traffic with advanced credential detection capabilities.
Key Features
🕵️ Advanced Analysis
Deep packet inspection Protocol recognition Domain resolution Port scanning detection
# Clone the repository
git clone https://github.com/Amin-moniry-pr7/adcAM-Sniffer.git
cd adcAM-Sniffer
# Install dependencies
pip install -r requirements.txt
# Download and install Npcap (Windows)# Visit: https://nmap.org/npcap/# Run as Administrator/Root
python run.py
📋 Requirements
Component
Minimum
Recommended
OS
Windows 10, Linux, macOS
Windows 11, Ubuntu 22.04
Python
3.8+
3.11+
RAM
2 GB
4 GB+
Network
Any NIC
Gigabit Ethernet
Usage
🎮 Basic Workflow
1️⃣ First-Time Setup
Register an account with your activation code
Login to access the dashboard
Select your active network interface
2️⃣ Start Capturing
Set capture filters (HTTP, HTTPS, DNS, etc.)
Click "▶ Start Sniffing"
Monitor live packets in real-time
3️⃣ Analyze Traffic
View packet details with layer information
Apply display filters (IP, protocol, domain)
Watch for red-highlighted credentials
4️⃣ Export Data
Save packets as PCAP files
Export detected credentials to TXT
Generate session reports
Screenshots
🎨 Modern Interface
Welcome Screen
Live Dashboard
Packet Analysis
Credential Alerts
Advanced Features
🔧 BPF Filter Examples
# Capture only HTTP traffic"tcp port 80"# Capture HTTP and HTTPS"tcp port 80 or tcp port 443"# Capture traffic from specific IP"host 192.168.1.100"# Capture DNS queries"udp port 53"# Exclude certain IPs"not host 192.168.1.1"
🎨 Protocol Color Coding
Protocol
Color
Description
🔴 HTTP
Red
Unencrypted traffic
🟢 HTTPS
Green
Encrypted traffic
🟠 FTP
Orange
File transfer
🟣 DNS
Purple
Domain lookups
🔵 TCP
Blue
General TCP
🟡 UDP
Yellow
General UDP
Security
🛡️ Security Features
⚠️ Important Warnings
✅ Legal Use Only - Only use on networks you own or have permission to test
✅ Administrator Rights - Requires elevated privileges to capture packets
✅ Sensitive Data - All captured credentials are stored locally
✅ Network Impact - May cause increased network load during capture
📋 Best Practices
✓ Always use on isolated test networks
✓ Clear sensitive data after testing
✓ Use strong passwords for registration
✓ Keep activation codes confidential
✓ Run antivirus scans regularly
✓ Update to latest version
Contributing
Contributions are welcome! 🎉
# Fork the repository# Create a feature branch
git checkout -b feature/AmazingFeature
# Commit your changes
git commit -m 'Add AmazingFeature'# Push to the branch
git push origin feature/AmazingFeature
# Open a Pull Request
Version History
📈 Releases
Version
Date
Highlights
v5.1
2025
Enhanced credential detection, Modern UI, Performance improvements
🚨 adcAM Sniffer is a real-time network packet analyzer that automatically detects credentials, passwords, and sensitive data in HTTP, HTTPS, DNS, and FTP traffic. It features a modern dashboard with live monitoring, instant alerts, and PCAP export for security testing and penetration analysis.