Skip to content

jvinicius000/Fox-Web-Application-Firewall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fox-Web-Application-Firewall

version license issues contributors

Installation

  1. Download the files.
  2. Extract the package and copy it to your webserver.
  3. Insert the lines of code below on your website:
require('waf.class.php');
$x = new WAF();
$x->start();
  1. Configure the database in the waf.class.php file
  2. Ready, your website is protected

Some changes that can be made:

  1. If you use Cloudflare, you will have to add the line in the start function:
@$this->useCloudflare();
  1. If you use Blazingfast, you will have to add the line in the start function:
@$this-useBlazingfast();
  1. If you use DDoSGuard, you will have to add the line in the start function:
@$this-useDDoSGuard();

Requerimentos

  • PHP >= 5.6.0
  • MySQL

Thanks for:

MrakDev

hexify1337

Alemalakra