Project

ipscan

0.0
No commit activity in last 3 years
No release in over 3 years
IPScan scans your local area network to determine the identity of all machines on the LAN.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
>= 0

Runtime

 Project Readme

IPScan

Scans your local area network to determine the identity of all machines on the LAN.

Installation

Mac OS X

$ gem install ipscan

Linux (Ubuntu)

$ sudo apt-get install nbtscan
$ gem install ipscan

Usage

$ ipscan range 192.168.1.0-254
check 192.168.1.0 ~ 192.168.1.254
Progress: |==========================================================================================================================================|
IP Address 	Mac Address     	Name         	NetBIOS Name
192.168.1.1 	xx:xx:xx:xx:xx:xx	abc.me  	ABC
192.168.1.190 	<no entry>      	xxxxxx  	<unknown>
192.168.1.232	xx:xx:xx:xx:xx:xx	xxxxxx  	XXXXX

Contributing

  1. Fork it ( http://github.com//ipscan/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request