Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/abhinandan-khurana/simple-packet-sniffer
- Owner: Abhinandan-Khurana
- License: mit
- Created: 2023-01-08T19:55:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-08T20:05:24.000Z (about 2 years ago)
- Last Synced: 2024-11-11T23:11:43.330Z (2 months ago)
- Topics: cyber-security, mitm, mitm-attacks, mitm-framework, mitmproxy, python, tools
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'