Protect your PHP application

LykanShield protects your PHP application for hacking like SQL injection, bad IPs etc.

Features

FileUpload Check
MimeType Filter
Bad Bot Filter
Bad IP Filter
SQL Injection
XSS Injection Filter
File Injection Filter
REST API

API for your backend

Protect your web application

Implement LykanShield to any PHP application you want. It protects your software from SQL Injection, bad IPs, bad bots and has an upload filter by extension and mime type.

With its REST API you can easly add a hack report to your dashboard or use our implemention tool, once you are registered.

All LykanShield user are connected. So once an bad IP has been detected, all connected websites are save from attack by that identified IP.

 

Security for free

Our project started in May 2013.
Worldwide we detected attacks from 13046 different locations.

4.441.921

total blocked

17.693

today

Top 10 IPs Blocked
IP Date Country Attacks
Total 98
173.208.206.0 10.Jun United States 36
152.58.117.0 10.Jun India 18
109.237.98.0 10.Jun Russia 16
191.96.185.0 10.Jun United States 12
103.47.228.0 10.Jun Indonesia 4
75.127.201.0 10.Jun 3
179.108.169.0 10.Jun Brazil 3
213.34.118.0 10.Jun Netherlands 2
139.99.77.0 10.Jun Singapore 2
185.236.200.0 10.Jun United States 2

Integration backend on dashboard

1. Option: Embed via IFRAME in your backend dashboard

register and use our assistant to generate your iframe code. Very simple way.


2. Option: 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
/** 
* lykan::get_lock()
* @param integer $days     => Days back from NOW
* @param integer $limit    => Limit of fetched IPs. Max is 100
**/
require ('./includes/lykan.class.php');
$json_string = lykan::get_lock(30, 10);
var_dump(json_decode($json_string, true));