Knowledgebase

Installing BDF For Bruteforce Prevention

BFD is a modular shell script for parsing application logs and checking for authentication failures. It does this using a rules system where application specific options are stored including regular expressions for each unique auth format. The regular expressions are parsed against logs using the ‘sed’ tool (stream editor) which allows for excellent performance in all environments.

wget http://www.rfxn.com/downloads/bfd-current.tar.gz
tar zxvf bfd-current.tar.gz
cd bfd-1.4
sh install.sh

After installing we have to edit configuration file which can be found here:-

/usr/local/bfd/conf.bfd

  • 1 Users Found This Useful
Was this answer helpful?