This tool is used to capture and filter data flowing through an interface.
• Display login information (username/password)
• Visited Websites.
• Images and more...
This tool is for educational purpose only, usage of packet sniffer for attacking targets without prior mutual consent is illegal. Developer assume no liability and is not responsible for any misuse or damage cause by this program.
git clone https://github.com/inavedanjum/packet-sniffer.git
cd packet-sniffer
chmod +x packet_sniffer.py
python3 network_scanner.py -i <interface>
or
python3 network_scanner.py --interface <interface>
example:
python3 network_scanner.py -i wlan0
pip3 install -r requirements.txt