‏إظهار الرسائل ذات التسميات security. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات security. إظهار كافة الرسائل


http://ift.tt/1haBfdS

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



miscellaneous, php-scripts, admin, ban, blocker, country, detect, detector, hacker, injection, ip, protect, security, spam, sqli, system, xss April 22, 2014 at 11:03AM

iProtect – Display content after a successful authentification




You’ve got a very private content which only a few people should see? No problem! With this cool script you’ll be able to protect it from others!




Import only one line into your .php file and it will do the magic! This is the line:
<?php require_once(“iprotect/class.core.php”); ?>




From now on iProtect will protect the displayed content in the .php file and will always require a password to display the content!




The unique features are:




• Only ONE line is required! (<?php require_once(“iprotect/class.core.php”); ?>)
• Add unlimited account combinations to the existing array which will be able to authentificate at the authentification-page!
• Session-management is included: This means, you can setup a interval how long peoples will stay logged in after an successful authentification! Currently it’s set to 5 seconds, but in our VERY EASY DOCUMENTATION you’ll understand in a second how to change it to another time, very simple, i promise! :)
• Redirect after authentification to any favour URL or just refresh the site with the string “self” :P (Also very simple to use in our VERY EASY DOCUMENTATION)
• Using AJAX to authentificate people, it doesn’t require any reload: Saves bandwidth!
• Using Bootstrap as authentification template! (See our screenshots for a preview, looks awesome for an authentification!)




So why are you still waiting? This script will always protect content from you!

More