https://github.com/seditiocms/php-firewall-new
PHP Firewall is a small free PHP script, but secure all websites writen in PHP.
https://github.com/seditiocms/php-firewall-new
firewall php7 security seditio
Last synced: about 1 month ago
JSON representation
PHP Firewall is a small free PHP script, but secure all websites writen in PHP.
- Host: GitHub
- URL: https://github.com/seditiocms/php-firewall-new
- Owner: SeditioCMS
- License: bsd-3-clause
- Created: 2025-04-08T11:28:16.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-04-08T12:25:47.000Z (about 1 month ago)
- Last Synced: 2025-04-09T15:17:09.971Z (about 1 month ago)
- Topics: firewall, php7, security, seditio
- Language: PHP
- Homepage: https://seditio.com.tr
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP-Firewall-Script Php 5.x
PHP Firewall is a small free PHP script, but secure all websites writen in PHP.PHP Firewall required PHP 5.x
PHP Firewall doesn't use any database, but flatfile system.
It's very small, very simple, really easy to install and fastest.
PHP Firewall have is own logs system and email alert.
No .htaccess file required for betters performances.1. Security listing
2. XSS protection
3. UNION SQL Injection protection
4. Bads bots protection
5. Bads requests methods protection
6. Small DOS protection
7. Inclusion files protection
8. Santy and others worms protection
9. Server Protection
10. URL Query protection
11. Cookies sanitize
12. Post vars sanitize
13. Get vars sanitize
14. IPs range reserved denied
15. IPs range spam denied
16. IPs range protected
17. PHP globals desctructionhttps://dijitalsite.com.tr
We will add the code to the header section of your site.
define('PHP_FIREWALL_REQUEST_URI', filter_var($_SERVER['REQUEST_URI'], FILTER_SANITIZE_URL));
define('PHP_FIREWALL_ACTIVATION', true );
include_once('firewall/firewall.php');