Skip to content

trebaxa/lykanshield

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

LykanShield

Blocks SQL Injection, bad bots, bad IPs and different filter like mime filter.

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.

Quick implementation frontend / install lykan shield for protection

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.

Embed via IFRAME in your backend dashboard

register on https://www.lykanshield.io/register.html and use our assistant to generate your iframe code. Very simple way.

Get information via API into your backend dashboard

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));

About

lykanshield

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages