PHP code example of turbo124 / bot-licker

1. Go to this page and download the library: Download turbo124/bot-licker library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

turbo124 / bot-licker example snippets


Firewall::ban('101.1.1.254');

Firewall::ban('10.1.1.1', Carbon::now()->addYear();

Firewall::unban('101.1.1.254');

Firewall::challenge('101.1.1.254', Carbon::now()->addYear());

Firewall::unchallenge('101.1.1.254');

Firewall::banCountry('DE');

Firewall::unbanCountry('DE');

Rule::matches('phpinfo.php', now()->addYear())->ban();

Firewall::setProvider(OtherWAF::class)->ban('101.1.1.254', now()->addMinutes(5));

php artisan firewall:rule

php artisan firewall:waf --delete=

php artisan cf-rules --ban=10.1.1.1