details about nmap process being called (#1937)

This commit is contained in:
bbrendon 2017-02-01 23:56:30 -08:00 committed by Fabian Affolter
parent 7ae5a7e80a
commit 5574cf840a

View File

@ -60,6 +60,8 @@ device_tracker:
- 10.0.0.2
- 10.0.0.15
```
In the above example, Nmap will be call with the process:
`nmap -oX - 192.168.1.1/24 10.0.0.2 10.0.0.15 -F --host-timeout 5s`
An example of how the Nmap scanner can be customized: