Support for legacy nmap.
Older nmap like the one bundled with Ubuntu Precise (12.04), 5.21 requires that you specify what unit the value to --host-timeout is.
This commit is contained in:
parent
05978ad88d
commit
6a021c9ef6
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ class NmapDeviceScanner(object):
|
||||||
from nmap import PortScanner, PortScannerError
|
from nmap import PortScanner, PortScannerError
|
||||||
scanner = PortScanner()
|
scanner = PortScanner()
|
||||||
|
|
||||||
options = "-F --host-timeout 5"
|
options = "-F --host-timeout 5s"
|
||||||
|
|
||||||
if self.home_interval:
|
if self.home_interval:
|
||||||
boundary = dt_util.now() - self.home_interval
|
boundary = dt_util.now() - self.home_interval
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue