Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhinandan-khurana/simple-packet-sniffer

This is a command line packet scanner utility for Windows based on Python. When in a network, you can use this to sniff http packets for leaked usernames and passwords, thereby performing MITM.
https://github.com/abhinandan-khurana/simple-packet-sniffer

cyber-security mitm mitm-attacks mitm-framework mitmproxy python tools

Last synced: 10 days ago
JSON representation

This is a command line packet scanner utility for Windows based on Python. When in a network, you can use this to sniff http packets for leaked usernames and passwords, thereby performing MITM.

Awesome Lists containing this project

README

        

# Simple-Packet-Sniffer


.__ .__ __ __ .__ _____ _____
_____|__| _____ ______ | | ____ ___________ ____ | | __ _____/ |_ ______ ____ |__|/ ____\/ ____\___________
/ ___/ |/ \\____ \| | _/ __ \ \____ \__ \ _/ ___\| |/ // __ \ __\ / ___// \| \ __\\ __\/ __ \_ __ \
\___ \| | Y Y \ |_> > |_\ ___/ | |_> > __ \\ \___| <\ ___/| | \___ \| | \ || | | | \ ___/| | \/
/____ >__|__|_| / __/|____/\___ > | __(____ /\___ >__|_ \\___ >__| /____ >___| /__||__| |__| \___ >__|
\/ \/|__| \/ |__| \/ \/ \/ \/ \/ \/ \/


### This is a command line packet scanner utility for Windows based on Python. When in a network, you can use this to sniff http packets for leaked usernames and passwords, thereby performing MITM.

### NOTE: You need to install scapy module before using this tool.
### Installation for scapy -->
pip install scapy

### OR

pip3 install scapy-python3

## How to use?

python network_scanner.py

### Example -->

[+] HTTP Request >>>b'testphp.vulnweb.com/userinfo.php'
b'uname=USER&pass=PASSWORD'