Download the PHP package rmanara/brutalforce without Composer
On this page you can find all versions of the php package rmanara/brutalforce. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rmanara/brutalforce
More information about rmanara/brutalforce
Files in rmanara/brutalforce
Download rmanara/brutalforce
More information about rmanara/brutalforce
Files in rmanara/brutalforce
Vendor rmanara
Package brutalforce
Short Description help on secure website against brutal force attack
License MIT
Homepage https://github.com/rodrigomanara/brutalforce
Package brutalforce
Short Description help on secure website against brutal force attack
License MIT
Homepage https://github.com/rodrigomanara/brutalforce
Please rate this library. Is it a good library?
Informations about the package brutalforce
brutalforce
- Repository: https://github.com/rodrigomanara/brutalforce
- Version: 2.0.0
composer require rmanara/brutalforce
Brute-Force method is used from many hackers but the brutalforce will help you void this problem by check the client IP and will count how many request in less than a 1 seconds, it will set a session and will reset after one minute
It is very simple setup and can be used in any frameworks.
very simple setup
<?php
//
require_once './vendor/autoload.php';
//
use BrutalForce\Initiate
//
$init = new Initiate();
//display on the footer after the jQuery url been loaded
//if rate "MEDIUM" as it is normall
//if rate "MEDIUM HIGHT" as it is normall
//if rate "LOW" it's is too quickly
$rate = $init->Rate();
//this point you can stop the request
####### here is another way to use
$predict = $init->predict();
//if is below 0.5 the request is too quickly and it can be a robot
// over 0.5 then it's fine.
All versions of brutalforce with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6.1
The package rmanara/brutalforce contains the following files
Loading the files please wait ....