aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-05-26 17:34:52 +1200
committerTom Ryder <tom@sanctum.geek.nz>2014-05-26 17:34:52 +1200
commit1e117636bb51e06494277ce55c5706c0092b3c72 (patch)
treeebe886da7831c6e211b8e97f5d5b201de316dfc7
parentMention man page for croncrypt(1) (diff)
downloadnwatch-1e117636bb51e06494277ce55c5706c0092b3c72.tar.gz
nwatch-1e117636bb51e06494277ce55c5706c0092b3c72.zip
Remove opinionated -Pn (skip host discovery)
Otherwise people are going to wonder why their scans are taking so long
-rwxr-xr-xbin/nwatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/nwatch b/bin/nwatch
index ca28fa8..d316165 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 -Pn -T4 -v -iL "$hostlist" -oA "$cache" >/dev/null ; then
+if ! nmap -T4 -v -iL "$hostlist" -oA "$cache" >/dev/null ; then
exit
fi