Skip to content

Commit

Permalink
Cleaning some code and updating the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanix-Darker committed Dec 20, 2018
1 parent fc136f3 commit 31629ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@ A simple way to protect your web application from DDOS attack(FREELY) in **1** l
<img src="img/icon.png" >
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!

### Stand By Checking...
<img src="img/StandBy.PNG">

### Example on testing...
### Testing...
<img src="img/Antiddos.gif">

**"The code has been tested by severals ddos software with a score of 77%."**
## How to use it?
```php
<?php
include ("anti_ddos/start.php"); //write this at the top of your PHP application and all is done!!!

<?php
include ("anti_ddos/start.php"); //write this at the top of your PHP application and all is done!!!
?>
<!DOCTYPE html>
<html>
<head>
Expand All @@ -31,8 +28,6 @@ At each connection, the system temporarily saves the ip address of the client an
...
</body>
</html>

?>
```
<img src="img/ddos_.PNG">

Expand All @@ -42,7 +37,8 @@ At each connection, the system temporarily saves the ip address of the client an

## LICENSE

[MIT License](https://github.com/Sanix-Darker/API_SMS/blob/master/LICENSE)
Send me feedback to make this project more powerfull than ever! ;-)
[MIT License](https://github.com/Sanix-Darker/AntiDDOS-system/blob/master/LICENSE)

PS: Send me feedback to make this project more powerfull than ever! ;-)


Binary file removed Thumbs.db
Binary file not shown.

0 comments on commit 31629ec

Please sign in to comment.