Author : Saleh
Date : 2022-03-03
----------------------------------------------------------------
How to use ? Just call the file
/* Enable Firewall */
define('PHP_FIREWALL_STATUS', true);
include("security.php");
$x = $_GET['input'];
echo $x;
PHP-Firewall
- PHP Firewall doesn't use any database.
- It's very small, very simple, really easy to run and fastest.
- PHP Firewall have is own logs system and email alert.
- No .htaccess file required for betters performances.
Security listing :
- 1 - Methods protection
- 2 - REFERER protection
- 3 - USER_AGENT protection
- 4 - SQL Injection protection
- 5 - Cross-site scripting (XSS) protection
- 6 - Remote file inclusion (RFI) protection
- 7 - Local file inclusion (LFI) protection
- 8 - PHP Command protection
- 9 - kill Bot's
Features coming soon:
- 1 - Rate limit requests
- 2 - Block IP address when attacking continuously
Github: https://github.com/xSaleh/PHP-Firewall
./Regards