HackerCatcher v2 - Protect your Site free download - Php Scripts

Latest

FREE PHP SCRIPTS

Friday, February 24, 2017

HackerCatcher v2 - Protect your Site free download

 HackerCatcher v2 - Protect your Site  free download

HackerCatcher v2 - Protect your Site free download

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://sglancer.com/hc2/admin
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->spam_listen($_POST['comment']); 

Requirements

  1. Apache Server
  2. PHP 5.x
  3. MySQLi 5.x
  4. Mail function enabled

No comments:

Post a Comment