HackerCatcher v2 is a PHP System that will allow you to protect your site from hackers and spammers. Also, you�ll save their information and ban them if you want, as well as receive an
email notification when all this occurs.
With HackerCatcher v2 you will be able to:
- Detect if someone is trying to inject SQLi or XSS in your site
- Detect if someone is trying Spam your site
- Save Hacker�s/Spammer�s information as: IP, Date, Browser, OS, Information about the hack, Content, File where it was detected, Country, and so on..
- Automatically receive an email if a hack/spam try was detected
- Automatically ban a hacker�s/spammer�s IP
- Ban any IP you want
- Turn on/off the different tools: XSS Detector, SQLi Detector, Spam Detector, Email Notifications, IP Blocker
- You decide which inputs to listen for XSS, SQLi and/or Spam
- Bar Chart displaying the last 6 months activity
- Customize spam words
Demo
Please watch the demo!:
Demo URL: http://ift.tt/1ly2DlR
User: admin
Password: admin
Examples
To listen an input for XSS/SQLi:
// Include the class
require 'hc2/catcher.php';
// Listen $_POST['demo'] for XSS/SQLi
$hc2->listen($_POST['demo']);
To listen an input for Spam:
// Include the class
require 'hc2/catcher.php';
// Listen $_POST['comment'] for Spam
$hc2->listen($_POST['comment']);
Requirements
- Apache Server
- PHP 5.x
- Mail function enabled
The post HackerCatcher v2 � Protect your Site (Miscellaneous) appeared first on Free Download Center.
