Join our global network to protect your pages from hackers.
Autodetects WordPress,TYPO3,Keimeno ***can be used on any PHP application
- central server for bad ips,bots and injection filter
- injection protection
- file upload filter
- mime type validation
- reports to central server
- every webproject, which uses LykanShield, helps other projects to get protected
- totally free to use
- internet security should be for free
This project should help us developer to protect our PHP projects from hacking. Bad IPs will be reported to central server and hlock updates hisself with a current list of bad ips, bots and SQL injection rules. Be part of the network and help us to get the web safer!
This version is compatible with any PHP project. It autodetects Keimeno, Wordpress, Joomla and Typo3.
add in your project index.php:
<?PHP
require ('./includes/lykan.class.php');
lykan::run(dirname(__FILE__));
The keimeno CMS includes the LykanShield project already. It is in the core implemented.
register on https://www.lykanshield.io/register.html and use our assistant to generate your iframe code. Very simple way.
this JSON string includes data to create an chart or tables with IP information for your dashboard
<?PHP
require ('./includes/lykan.class.php');
/* function get_lock(DAYS_BACK_FROM_NOW) */
$json_string = lykan::get_lock(30);
var_dump(json_decode($json_string, true));