From f8d54304b68c23d5b781502effa5516511ee46aa Mon Sep 17 00:00:00 2001 From: adrien <adrien@malingrey.fr> Date: Thu, 4 Nov 2021 12:49:35 +0100 Subject: [PATCH] remove options --- nmail.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nmail.sh b/nmail.sh index c58a36a..ab3f611 100755 --- a/nmail.sh +++ b/nmail.sh @@ -14,7 +14,6 @@ ### targets="192.168.0.0/24" -options="" path=. mailto=mail@address.com message="Send by nmail.sh" @@ -24,7 +23,7 @@ then mv -f "$path/new_scan.xml" "$path/prev_scan.xml" fi -nmap $options $targets -oX "$path/new_scan.xml" +nmap $targets -oX "$path/new_scan.xml" if [ -f "$path/prev_scan.xml" ] then