You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple way to protect your web application from DDOS attack(FREELY) in **1** line
How it work?
At each connection, the system temporarily saves the ip address of the client and monitors its connection frequency, if this connection frequency is abnormal, then the system considers it as a black ip address and sends a verification request in the form of a verification. Captcha integrated into the system, if he passes this check, then it is a human and not a robot!
"The code has been tested by severals ddos software with a score of 77%."
How to use it?
<?phpinclude ("anti_ddos/start.php"); //write this at the top of your PHP application and all is done!!!?>
Send me feedback to make this project more powerfull than ever! ;-)
About
A simple way to protect your web site from DDOS attack or the Dead Ping + CAPTCHA VERIFICATION