Skip to content

pyNetdiscover is an active/passive address reconnaissance tool.

Notifications You must be signed in to change notification settings

tetrillard/pynetdiscover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

pynetdiscover

pyNetdiscover is an active/passive address reconnaissance tool, ARP Scanner.

Inspired by the C tool Netdiscover http://web.archive.org/web/*/http://nixgeneration.com/~jaime/netdiscover

I was lazy to recompile netdiscover with an updated OUI list so I decided to play with python and scapy.

Work in progress

Requirements

  • python2.7
  • scapy
  • argparse
  • netaddr

optional: oui.txt from http://standards.ieee.org/develop/regauth/oui/oui.txt (can be downloaded using -d argument)

Usage

As root :

Scan the network 192.168.0.0/24 on eth0

python pynetdiscover.py -r 192.168.0.0/24 -i eth0

Sniff the network on eth0

python pynetdiscover.py -p -i eth0

About

pyNetdiscover is an active/passive address reconnaissance tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages