Download the PHP package hypothermic/phpxssblock without Composer
On this page you can find all versions of the php package hypothermic/phpxssblock. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download hypothermic/phpxssblock
More information about hypothermic/phpxssblock
Files in hypothermic/phpxssblock
Package phpxssblock
Short Description Block the dirty script kiddies who are trying to use XSS on your web forms!
License MIT
Homepage https://github.com/hypothermic/phpxssblock
Informations about the package phpxssblock
PHP XSS Blocker
Block the IP Addresses of clients who are trying to exploit your website by using XSS.
Usage
See the form.php example to get a better view of how to implement this library.
At the top of each page, put:
And, when handling user input, validate each $_GET
and $_POST
through the XBlock Sanitize Method:
Database
This library requires a database to store the list of blocked IP's. It is very simple to set up the database, and an implementation for MySQL/MariaDB is included by default. You will only need to create the database user and you're set.
By default, the MySQL implementation will try to connect to localhost:3306
with user xssblock-user
.
You may change the settings in config.php
Weaknesses
Of course, this project is more to scare off attackers than to provide security. The red screen surely looks scary and discouraging.
Keep in mind that a smart attacker could "change" his IP address by using a proxy/vpn or by connecting to the Tor network.
All versions of phpxssblock with dependencies
ext-pdo Version *