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…
Reference in New Issue