Skip to content

This tool allows you to view network traffic flowing thru a system.

License

Notifications You must be signed in to change notification settings

vinsdragonis/Packet-Sniffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Packet-Sniffer

To use this:

1. Clone this repository
2. Run packet_sniffer.py if you are using python2.x
3. Run packet_sniffer3.py if you are using python3.x

Dependencies:

scapy module
scapy_http module

Make sure you have the latest versions of the above modules to avoid any unusual errors.

Intructions to install modules:

1. pip install scapy
2. pip3 install scapy (Use this for python3 support)
3. pip install scapy_http
4. pip3 install scapy_http

This is currently supported only on UNIX environment, but can be targetted against any system irrespective of it's OS

scapy_http is a third party module used to add support to HTTP in scapy

Using ARP Spoofer, you can sniff packets traveling thru remote systems.

This supports only HTTP requests for the moment, and not HTTPS.

  • Completed

About

This tool allows you to view network traffic flowing thru a system.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages