Protect your PHP application
LykanShield protects your PHP application for hacking like SQL injection, bad IPs etc.
LykanShield protects your PHP application for hacking like SQL injection, bad IPs etc.
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.
Our project started in May 2013.
Worldwide we detected attacks from 13827 different locations.
5.157.076
total blocked
9.618
today
IP | Date | Country | Attacks |
---|---|---|---|
Total | 18 | ||
104.168.190.0 | 13.Oct | 4 | |
185.231.155.0 | 13.Oct | 4 | |
51.161.80.0 | 13.Oct | 2 | |
195.154.61.0 | 13.Oct | 2 | |
85.93.218.0 | 13.Oct | 1 | |
216.131.108.0 | 13.Oct | 1 | |
45.142.214.0 | 13.Oct | 1 | |
47.128.28.0 | 13.Oct | 1 | |
165.73.242.0 | 13.Oct | 1 | |
114.119.136.0 | 13.Oct | 1 |
register 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
/**
* 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));