A packet sniffing tool
Monitor packets and search the text for login credentials.
Based on Zaid Sabih's tutorial in https://www.udemy.com/course/learn-python-and-ethical-hacking-from-scratch
Requirements
Installation
Configuration
Execution
Contribution
-
Python 3
-
Pip and the
scapy
library -
a target device
git clone https://github.com/abraidotti/Sniffy
cd Sniffy
None
Specify a network interface to monitor.
python3 scanny.py --interface eth0
You can find that interface in a couple ways:
netsh interface ip show address
ip link show
Check notes.sh
for more options.
If you'd like to contribute, file a pull request or github issue to discuss.
TODO:
- verify Windows functionality