Skip to content

Commit 0e8be21

Browse files
committed
fix formatting
1 parent ed5a3c5 commit 0e8be21

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

samples/nmap-scan.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,8 @@ TODAY="$(date +%d.%m.%yT%H:%M:%S%Z)"
3535

3636
for net in "${NETWORKS[@]}"; do
3737
NETNAME=$(echo $net | tr -s '/' '-')
38-
3938
# requires sudo
4039
nmap "$net" -T4 -O -F --host-timeout 30s -oX nmap-"$NETNAME".xml
41-
4240
# does not require sudo
4341
#nmap "$net" -T4 -sn --host-timeout 30s -oX nmap-"$NETNAME".xml
4442
done

0 commit comments

Comments
 (0)