mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
added grep -v filtered in call
This commit is contained in:
parent
eb2d974670
commit
964b26ca2d
@ -55,5 +55,4 @@ then
|
||||
fi
|
||||
|
||||
# execution
|
||||
nmap -T5 -p $PORT -sU $HOST | grep open | wc -l 2> /dev/null
|
||||
|
||||
nmap -T5 -p $PORT -sU $HOST | grep open |grep -v filtered| wc -l 2> /dev/null
|
Loading…
x
Reference in New Issue
Block a user