🛡️ A powerful Python-based SSH traffic monitoring and decryption tool for security professionals
- 🔑 Custom SSH client using Paramiko
- 📝 Session key logging for analysis
- 📡 Packet capture with Scapy integration
- 🔍 Wireshark-compatible PCAP output
- 🎯 Targeted traffic analysis
- 📊 Detailed session analytics
-
Install dependencies:
pip install -r requirements.txt
-
Run CyberSSHObserver:
python src/client.py
CyberSSHObserver/
├── src/ # Source code
├── config/ # Configuration files
├── logs/ # Session key logs
├── captures/ # PCAP files
├── tests/ # Test cases
└── docs/ # Documentation
For detailed usage instructions, please refer to the USAGE.md file.
We welcome contributions! Please see our Contributing Guide for details on how to contribute to this project.
This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code.
This project is licensed under the MIT License - see the LICENSE file for details.
Security is our top priority. If you discover any security issues, please report them responsibly by emailing security@example.com.
- Paramiko - The SSH library for Python
- Scapy - Packet manipulation library
- Wireshark - Network protocol analyzer
🔒 Important: This tool is intended for authorized security testing and research purposes only. Unauthorized monitoring or decryption of network traffic may violate laws and regulations. Always obtain proper authorization before using this tool in any environment.
This project is licensed under the MIT License - see the LICENSE file for details.