From 9bd6104afc0959afc8b0dfb0e151c64d5ef3832e Mon Sep 17 00:00:00 2001 From: benjaminhays Date: Sat, 17 Feb 2024 14:39:08 -0500 Subject: [PATCH] Remove unneeded Sudo call --- Bash/scan-lan.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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