From 1e117636bb51e06494277ce55c5706c0092b3c72 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 26 May 2014 17:34:52 +1200 Subject: Remove opinionated -Pn (skip host discovery) Otherwise people are going to wonder why their scans are taking so long --- bin/nwatch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3