From: Mij <mi...@bi...> - 2007-07-04 16:32:09
|
I forwarded the script to the -maintainers mailing list. thanks On 03/lug/07, at 23:19, Robert S wrote: >> There are 2 basic kinds of attack: invalid user or invalid password. >> The former is recognized on your system, the latter is not. There is >> a parser attached that recognizes these logs. It has been integrated >> in 1.1beta3. >> >> You can simply copy these files in a clean sshguard-1.0 package >> (directory "src") and then run: >> >> cd src >> bison -vd attack_parser.y >> flex attack_scanner.l >> >> then recompile and reinstall. >> > > Hi. Many thanks. That seems to work. I've done a debian startup > script that seems to do the job. I hope it helps somebody: |