Skip to content

A simple way to protect your web site from DDOS attack or the Dead Ping + CAPTCHA VERIFICATION

Notifications You must be signed in to change notification settings

shagimuratov/AntiDDOS-system

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AntiDDOS-system

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?

<?php
	include ("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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%