Skip to content

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.

License

Notifications You must be signed in to change notification settings

Abhinandan-Khurana/Simple-Packet-Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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'

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages