{"id":17168742,"url":"https://github.com/sanix-darker/antiddos-system","last_synced_at":"2025-07-06T18:10:40.857Z","repository":{"id":45709317,"uuid":"88234151","full_name":"Sanix-Darker/AntiDDOS-system","owner":"Sanix-Darker","description":"🛡️⚔️ Protect your web app from DDOS attack or the Dead Ping + CAPTCHA VERIFICATION in one line!","archived":false,"fork":false,"pushed_at":"2024-03-16T16:31:41.000Z","size":521,"stargazers_count":337,"open_issues_count":5,"forks_count":114,"subscribers_count":31,"default_branch":"master","last_synced_at":"2025-03-24T16:51:47.404Z","etag":null,"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"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sanix-Darker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-14T04:54:43.000Z","updated_at":"2025-03-20T12:14:57.000Z","dependencies_parsed_at":"2022-07-29T22:39:27.415Z","dependency_job_id":null,"html_url":"https://github.com/Sanix-Darker/AntiDDOS-system","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanix-Darker%2FAntiDDOS-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanix-Darker%2FAntiDDOS-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanix-Darker%2FAntiDDOS-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sanix-Darker%2FAntiDDOS-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sanix-Darker","download_url":"https://codeload.github.com/Sanix-Darker/AntiDDOS-system/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248279591,"owners_count":21077407,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["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"],"created_at":"2024-10-14T23:12:44.807Z","updated_at":"2025-04-10T19:10:35.356Z","avatar_url":"https://github.com/Sanix-Darker.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# THIS PROJECT IS DEPRECATED AND I DON'T MAINTAIN IT ANYMORE, PLEASE REFERS TO MODERNS SOLUTIONS INSTEAD\n\n\u003cimg src=\"img/icone.png\" \u003e\n\u003ch1\u003eAntiDDOS-system\u003c/h1\u003e\nA simple way to protect your web application from DDOS attack(FREELY) in *1 line*.\n\n## How it work?\n\u003cimg src=\"img/icon.png\" \u003e\nAt 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!\n\n### Testing...\n\u003cimg src=\"img/Antiddos.gif\"\u003e\n\n**\"This project has been tested by severals ddos software with a score of 77%.\"**\n## How to use it?\n\n### Basic USAGE\n```php\n\u003c?php\n\tinclude (\"anti_ddos/start.php\"); //write this at the top of your PHP application and all is done!!!\n?\u003e\n\u003c!DOCTYPE html\u003e\n\u003chtml\u003e\n\u003chead\u003e\n\t\u003ctitle\u003e\n\t\tExample Web page protected!\n\t\u003c/title\u003e\n\u003c/head\u003e\n\t\u003cbody\u003e\n\t\t...\n\t\t\u003ch2\u003eExample Web page protected!\u003c/h2\u003e\n\t\t...\n\t\u003c/body\u003e\n\u003c/html\u003e\n```\n\n### Advance USAGE:\n```php\n\u003c?php\n\ttry{\n\t\tif (!file_exists('anti_ddos/start.php'))\n\t\t\tthrow new Exception ('anti_ddos/start.php does not exist');\n\t\telse\n\t\t\trequire_once('anti_ddos/start.php'); \n\t} \n\t//CATCH the exception if something goes wrong.\n\tcatch (Exception $ex) {\n\t\t// et's print a message saying there is an error\n\t\techo '\u003cdiv style=\"padding:10px;color:white;position:fixed;top:0;left:0;width:100%;background:black;text-align:center;\"\u003eThe \u003ca href=\"https://github.com/sanix-darker/antiddos-system\" target=\"_blank\"\u003e\"AntiDDOS System\"\u003c/a\u003e failed to load properly on this Web Site, please de-comment the \\'catch Exception\\' to see what happening!\u003c/div\u003e';\n\t\t//Print out the exception message.\n\t\t//echo $ex-\u003egetMessage();\n\t}\n\t// cp -r AntiDDOS-system/ /var/www/html/\n?\u003e\n---- THE HTML PAGE CONTENT ----\n```\n\u003cimg src=\"img/ddos_.PNG\"\u003e\n\n## Author\n\n- [Sanix-darker](https://github.com/sanix-darker)\n\n## LICENSE\n\n[MIT License](https://github.com/Sanix-Darker/AntiDDOS-system/blob/master/LICENSE)\n\nPS: Send me some feedback to make this project more powerfull than ever! ;-)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanix-darker%2Fantiddos-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanix-darker%2Fantiddos-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanix-darker%2Fantiddos-system/lists"}