Skip to main content

bfdctl

Brute Force  Detection Management (BFD)

This tool will help you to manage the eenos brute force detection service eenosbfd.eenosbfd service from the command line . You can view the BFD reports ,and mangecan blacklistmanage the blacklisting  or whitelistwhitelisting ofthe IP address ,addresses.

The Eenos boot force detection service is integrated into the Control panel services( WAP,UAPP,RAPP ,etc,.)  ,  FTP loginslogin process, Dovecot loginslogin process , etc, .  This will give ultimate protection from brute force attacks.

The Eenos BFD command is auto integrated with  the server  firewalls like CSF,  APF , ufw  and Iptablesptables.

Please install one of the firewall service  before using  EBFD service.

Command:

/usr/local/eenos/scripts/bfdctl

Command Options:

Usage: /usr/local/eenos/scripts/bfdctl <option> [value]

    -l, --reportshow        - Show last  100 BFD reports
    -la, --reportall        - Show all BFD reports
    -bs, --blacklistshow    - Show Blacklisted IPs
    -ws, --whitelitshow     - Show Whitelisted IPs
    -b <IP>                 - To Blacklist and IP
    -w <IP>                 - To Whitelist an IP
    -r <IP>                 - Remove  an IP from Blacklist
    -rw <IP>                - Remove an IP from Whitelist

View BFD Reports

To view the  BFD reportsreports, use the following command,

/usr/local/eenos/scripts/bfdctl --reportshow

View  Blacklist

To show the  black listed IPsIPs, use the following  command

/usr/local/eenos/scripts/bfdctl --blacklistshow

View Whitelist 

To show the white listed IPs use the following command

/usr/local/eenos/scripts/bfdctl --whitelitshow

Black List an IP

To blackblacklist listan and IPIP, use the following command

/usr/local/eenos/scripts/bfdctl -b <IP>

White List an IP

To Whitelist and IP addressaddress, use the following command

/usr/local/eenos/scripts/bfdctl -w <IP>

Remove Black List

To remove an IP from the black listlist, use the following command.

/usr/local/eenos/scripts/bfdctl -r <IP>

Remove from White List

To remove an IP from whitelist , please  use the following command.

/usr/local/eenos/scripts/bfdctl -rw <IP>