From: Kevin Z. <kev...@gm...> - 2016-09-19 17:26:01
|
On 09/13/2016 09:50, Jim Seymour wrote: > My lex/yacc fu is no longer very good, but I do know my way around > REs. I believe this can be fixed in sshguard by changing each > occurence of the following, in src/parser/attack_scanner.l, from > > {PROCESSNAME}("/"{PROCESSNAME})? > > to either > > {PROCESSNAME}("/"{PROCESSNAME})* > > or, probably better, > > {PROCESSNAME}("/"{PROCESSNAME}){0,2} Committed in 98ddee7, thanks! -- Kevin Zheng kev...@gm... | ke...@be... | PGP: 0xC22E1090 |