aboutsummaryrefslogtreecommitdiff
path: root/bin/nwatch
diff options
context:
space:
mode:
Diffstat (limited to 'bin/nwatch')
-rwxr-xr-xbin/nwatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nwatch b/bin/nwatch
index 03ef0ab..3579c9b 100755
--- a/bin/nwatch
+++ b/bin/nwatch
@@ -47,7 +47,7 @@ cache=$cachedir/${self}.scan.${date}
diff=$cachedir/${self}.diff.${date}
# Run the scan or give up
-if ! nmap -v -T4 -sV -iL "$hostlist" -oA "$cache" >/dev/null ; then
+if ! nmap -v -T4 -sV --open -iL "$hostlist" -oA "$cache" >/dev/null ; then
exit 1
fi