Ads 468 X 60

HackerCatcher v2 – Protect your Site (Miscellaneous)


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:



  1. Detect if someone is trying to inject SQLi or XSS in your site

  2. Detect if someone is trying Spam your site

  3. 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..

  4. Automatically receive an email if a hack/spam try was detected

  5. Automatically ban a hacker’s/spammer’s IP

  6. Ban any IP you want

  7. Turn on/off the different tools: XSS Detector, SQLi Detector, Spam Detector, Email Notifications, IP Blocker

  8. You decide which inputs to listen for XSS, SQLi and/or Spam

  9. Bar Chart displaying the last 6 months activity

  10. 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



  1. Apache Server

  2. PHP 5.x

  3. Mail function enabled



0 comments:

Post a Comment