LinuxTeam-teilar/python-sniffer
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Python-snifer ============= A small network packet sniffer written in python, with some ARP spoofing capabilities. Dependencies ------------- Python > 2.6 http://www.python.org/ libpcap http://www.tcpdump.org/#latest pypcap http://code.google.com/p/pypcap/ dpkt http://code.google.com/p/dpkt/ netifaces http://alastairs-place.net/netifaces/ Ubuntu dependencies installation ------------- sudo apt-get install python-pypcap python-dpkt python-netifaces