Remove unneeded Sudo call

This commit is contained in:
Benjamin Hays 2024-02-17 14:39:08 -05:00
parent c19d8625f2
commit 9bd6104afc

View File

@ -23,4 +23,4 @@ else
cidr="$1" cidr="$1"
fi fi
sudo nmap -sS -T4 -A $cidr -oN nmap.log nmap -sS -T4 -A $cidr -oN nmap.log