Top Level Namespace
Defined Under Namespace
Modules: ARPScan
Instance Method Summary collapse
-
#ARPScan(argument_string = nil) ⇒ Object
The main interface for the gem.
Instance Method Details
#ARPScan(argument_string = nil) ⇒ Object
The main interface for the gem. This method accepts arp-scan arguments in the form of a single string. Currently only IP addresses (no hostnames) are supported.
17 18 19 |
# File 'lib/arp_scan.rb', line 17 def ARPScan(argument_string = nil) ARPScan::ARPScanner.scan argument_string end |