mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Merge branch 'ent-11249-plugin-udp-port-check-no-realiza-bien-la-comprobacion' into 'develop'
added grep -v filtered in call See merge request artica/pandorafms!6178
This commit is contained in:
commit
960ede0e15
@ -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