HackerCatcher is a complete system (with admin panel) designed to catch if someone is trying to hack your page and save his data: IP, String (with the one that tried to hack), date, file, details about the hack, and more.
The features are:
- Can catch XSS /SQLi
- You choose what inputs to listen and catch hacks
- All the hacks detected are saved into database (of course, escaped)
- You can receive an email if someone is trying to hack your page
- In the admin panel, you can see a details about the hack (date, ip, string, type of hack,…)
- If hack is detected, will be saved in the database and send you an email (if you want), then, with a funcion, you can set what more to do! (Example: Block the page to the user)
- In the admin panel, you can choose if you want to receive email or not
- If there were problems while inserting the hack in the database, you will receive an email with the hack details and the problem
Examples
To listen inputs and catch hacks:
// Include the class and make object require 'catcher.class.php'; $obj = new HackerCatcher; // Listen to POST input $obj->listen($_POST['my_input']);
If some hack is detected in $_POST[‘my_input’], listen() will save the hack and send you an email (you can change this in the admin panel)
Doing more if hack is detected:
// Listen... $listen = $obj->listen($_POST['my_input']); if($listen == true) { // No hack detected }else{ // Hack! }
[eltd_button size=”huge-full-width” type=”outline” text=”Download & Demo Links” custom_class=”#” icon_pack=”font_awesome” fa_icon=”” link=”” target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Demo = HackerCatcher – Catch hackers w/ Admin Panel
[eltd_button size=”huge” type=”” text=”Full Live Demo” custom_class=”” icon_pack=”font_awesome” fa_icon=”fa-laptop” link=”https://codecanyon.net/item/hackercatcher-catch-hackers-w-admin-panel/722127″ target=”_blank” color=”” hover_color=”” background_color=”” hover_background_color=”” border_color=”” hover_border_color=”” font_size=”” font_weight=”” margin=””]
Kindly Note: We update new contents like WordPress Themes, Plugins, PHP Scripts everyday. But remember that you should never use this items in a commercial website. All the contents posted here for development & testing purpose only. We’re not responsible for any damage, use at your own RISK! We highly recommend to buy HackerCatcher – Catch hackers w/ Admin Panel from the The Developer ( Sourcegeek ) website. Thank you.
Download = HackerCatcher – Catch hackers w/ Admin Panel-[Updated].zip