Remove unneeded Sudo call
This commit is contained in:
parent
c19d8625f2
commit
9bd6104afc
@ -23,4 +23,4 @@ else
|
||||
cidr="$1"
|
||||
fi
|
||||
|
||||
sudo nmap -sS -T4 -A $cidr -oN nmap.log
|
||||
nmap -sS -T4 -A $cidr -oN nmap.log
|
Loading…
Reference in New Issue
Block a user