Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanix-darker/antiddos-system
🛡️⚔️ Protect your web app from DDOS attack or the Dead Ping + CAPTCHA VERIFICATION in one line!
https://github.com/sanix-darker/antiddos-system
captcha captcha-breaking captcha-image connection-frequency ddos ddos-attacks hack hacking php protected protection protector robot secure secure-access secured security security-tools verification web
Last synced: about 2 months ago
JSON representation
🛡️⚔️ Protect your web app from DDOS attack or the Dead Ping + CAPTCHA VERIFICATION in one line!
- Host: GitHub
- URL: https://github.com/sanix-darker/antiddos-system
- Owner: Sanix-Darker
- License: mit
- Created: 2017-04-14T04:54:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T16:31:41.000Z (9 months ago)
- Last Synced: 2024-10-15T23:12:41.090Z (2 months ago)
- Topics: captcha, captcha-breaking, captcha-image, connection-frequency, ddos, ddos-attacks, hack, hacking, php, protected, protection, protector, robot, secure, secure-access, secured, security, security-tools, verification, web
- Language: PHP
- Homepage:
- Size: 509 KB
- Stars: 327
- Watchers: 32
- Forks: 114
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# THIS PROJECT IS DEPRECATED AND I DON'T MAINTAIN IT ANYMORE, PLEASE REFERS TO MODERNS SOLUTIONS INSTEAD
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!### Testing...
**"This project has been tested by severals ddos software with a score of 77%."**
## How to use it?### Basic USAGE
```php
Example Web page protected!
...
Example Web page protected!
...
```
### Advance USAGE:
```php
The "AntiDDOS System" failed to load properly on this Web Site, please de-comment the \'catch Exception\' to see what happening!';
//Print out the exception message.
//echo $ex->getMessage();
}
// cp -r AntiDDOS-system/ /var/www/html/
?>
---- THE HTML PAGE CONTENT ----
```## Author
- [Sanix-darker](https://github.com/sanix-darker)
## LICENSE
[MIT License](https://github.com/Sanix-Darker/AntiDDOS-system/blob/master/LICENSE)
PS: Send me some feedback to make this project more powerfull than ever! ;-)