Skip to content
/ scanip Public

IP and Mac address scanner (Assumes scapy installed on the system) - Ubuntu

License

Notifications You must be signed in to change notification settings

vivkv/scanip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scanip

IP and Mac address scanner ‒ Ubuntu

dependencies

  • tcpdump
  • Python 2.7
    • scapy
    • ifcfg
    • json
  • sudo

test

$ sudo python2 scanip.py
Begin emission:
Finished to send 256 packets.

Received 6 packets, got 3 answers, remaining 253 packets
xx:xx:xx:xx:xx:xx   192.168.0.1
xx:xx:xx:xx:xx:xx   192.168.0.34
xx:xx:xx:xx:xx:xx   192.168.0.12
$ sudo python2
Python 2.7.13 (default, Dec 21 2016, 07:16:46) 
[GCC 6.2.1 20160830] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import scanip
>>> scanip.start_scan()
[('xx:xx:xx:xx:xx:xx', '192.168.0.1'), ('xx:xx:xx:xx:xx:xx', '192.168.0.34'), ('xx:xx:xx:xx:xx:xx', '192.168.0.12')]

About

IP and Mac address scanner (Assumes scapy installed on the system) - Ubuntu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages