[Zeek] port-Knocking bro script error

ps sunu pssunu6 at gmail.com
Fri Jan 11 09:04:23 PST 2019


Hi
            I am using below script for  port-knocking   i am getting error

https://github.com/initconf/scan-NG/blob/master/scripts/check-port-knock.bro
http://try.bro.org/#/trybro/saved/292398

below part is getting error

if (orig !in Scan::known_scanners)
        {
                if (|likely_port_scanner[orig,resp]| ==
HIGH_THRESHOLD_LIMIT && high_threshold_flag )
                {
result = T ;
                }
                else if (|likely_port_scanner[orig,resp]| ==
MED_THRESHOLD_LIMIT && medium_threshold_flag )
                {
result = T ;


error in ././trybro.bro, line 115: unknown identifier Scan::known_scanners,
at or near "Scan::known_scanners"


Regards
Sunu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ICSI.Berkeley.EDU/pipermail/zeek/attachments/20190111/93d17d37/attachment.html 


More information about the Zeek mailing list