Skip to content

Enumerates and logs hosts on a network. ARP-Based.

Notifications You must be signed in to change notification settings

836541/network-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 

Repository files navigation

NETWORK SCANNER

Enumerates and logs hosts on a network. ARP-Based. Linux or Windows.


ARGUMENTS

1- -a or --address= Input the IP Address you want to check the presence on network.

If you use it with a CIDR Notation, like 192.168.0.1/24, then all the network will be scanned.

2- -s or --singlerun= If you use -s, the software will run once.

If you don't use -s, the software will scan for new hosts in real time.

3- -l or --log= If you use -l, input a filename to be created with the output logs

If you don't use -l, no logs are created


FEATURES

1- Real-time Scan

2- One-time Scan

3- MacVendor Lookup

4- Can create logs with the output

5- Error if a non IPv4 is inputted.


LEGACY_HOSTSCAN.PY

1- The real-time scan of this version doesn't update IPs that leave the network, it only updates new hosts. (Also the output isnt as clean because this version doesnt use a function to clear terminal)

Useful if you don't want to miss the IPs/MACs that leave the network.


IMPROVEMENTS

1- Fancier Output


REQUIREMENTS

pip install mac_vendor_lookup

Releases

No releases published

Packages

No packages published

Languages