diff --git a/Bash/scan-lan.sh b/Bash/scan-lan.sh index 589b1d0..cd6691a 100755 --- a/Bash/scan-lan.sh +++ b/Bash/scan-lan.sh @@ -23,4 +23,4 @@ else cidr="$1" fi -sudo nmap -sS -T4 -A $cidr -oN nmap.log \ No newline at end of file +nmap -sS -T4 -A $cidr -oN nmap.log \ No newline at end of file