{"id":29068970,"url":"https://github.com/kurama250/alert_l7_ddos","last_synced_at":"2026-02-28T19:01:17.876Z","repository":{"id":286364427,"uuid":"660409690","full_name":"Kurama250/Alert_L7_DDoS","owner":"Kurama250","description":"This script is used to detect ddos ​​attacks in l7 with nginx !","archived":false,"fork":false,"pushed_at":"2025-08-05T15:01:50.000Z","size":90,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T17:17:10.564Z","etag":null,"topics":["ddos-detection","ddos-detector","discord","javascript","layer7"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kurama250.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-30T00:27:43.000Z","updated_at":"2025-08-05T15:01:53.000Z","dependencies_parsed_at":"2025-04-06T01:23:09.124Z","dependency_job_id":"76e0d4cb-100a-4a77-ab9e-cd954d65674a","html_url":"https://github.com/Kurama250/Alert_L7_DDoS","commit_stats":null,"previous_names":["kurama250/alert_l7_ddos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Kurama250/Alert_L7_DDoS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kurama250%2FAlert_L7_DDoS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kurama250%2FAlert_L7_DDoS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kurama250%2FAlert_L7_DDoS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kurama250%2FAlert_L7_DDoS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kurama250","download_url":"https://codeload.github.com/Kurama250/Alert_L7_DDoS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kurama250%2FAlert_L7_DDoS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29948228,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-28T18:42:55.706Z","status":"ssl_error","status_checked_at":"2026-02-28T18:42:48.811Z","response_time":90,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ddos-detection","ddos-detector","discord","javascript","layer7"],"created_at":"2025-06-27T11:41:42.819Z","updated_at":"2026-02-28T19:01:17.859Z","avatar_url":"https://github.com/Kurama250.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eL7 ddos ​​attack detector script (Nginx)\u003c/h1\u003e\n\u003cem\u003e\u003ch5 align=\"center\"\u003e(Programming Language - Node.js | Shell)\u003c/h5\u003e\u003c/em\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/stars/Kurama250/Alert_L7_DDoS\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/license/Kurama250/Alert_L7_DDoS\"\u003e\n  \u003cimg src=\"https://img.shields.io/github/repo-size/Kurama250/Alert_L7_DDoS\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/stability-stable-green\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/nginx-v1.18.0-brightgreen\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/v/module-name\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/v/axios?label=axios\"\u003e\n  \u003cimg src=\"https://img.shields.io/npm/v/tail?label=tail\"\u003e\n\u003c/p\u003e\n\n# Tutorial to install the bot ! For LINUX (VPS or Dedicated Server)\n\n## 1 - on Terminal\n\n\u003ch5\u003eA) Auto installer\u003c/h5\u003e\n\n- Run command :\n\n```shell script\nbash \u003c(curl -s https://raw.githubusercontent.com/Kurama250/Alert_L7_DDoS/main/setup.sh)\n```\n\u003ch5\u003eB) Manual installer\u003c/h5\u003e\n\n```shell script\napt update \u0026\u0026 apt upgrade -y\napt install npm nodejs git -y\ncurl -fsSL https://deb.nodesource.com/setup_20.x | bash - \u0026\u0026\\\napt-get install -y nodejs\n```\n\n```shell script\ngit clone https://github.com/Kurama250/Alert_L7_DDoS.git\ncd Alert_L7_DDoS/\nnpm install axios tail\nnpm install pm2 -g\n```\n## 2 - on Terminal\n\n```shell script\nnano index.js\n```\n\n- And you also change this line :\n\n```js\nconst webhookURL = 'YOUR_WEBHOOK_LINK';\n```\n\n- To modify the number of detection requests modified this line :\n\n```js\nconst threshold = 750;\n```\n\n- After doing this, press CTRL + X and you press Y and ENTER then you do the following commands !\n\n## 3 - on Terminal\n\n```shell script\npm2 start index.js -n DDoS_Alert\n```\n\n- Demo : \n\n![alt text](https://github.com/Kurama250/Alert_L7_DDoS/blob/main/alert_ddos.png?raw=true)\n\n\u003ch3 align=\"center\"\u003e\u003cstrong\u003eSupport on Discord :\u003c/strong\u003e \u003ca href=\"https://discord.gg/6aebQGdDxB\"\u003eDiscord Link\u003c/a\u003e - Create a Ticket with bot for help\u003c/3\u003e\n\u003ch3 align=\"center\"\u003eIf you like this repository don't hesitate to give it a star ⭐ !\u003c/h3\u003e\n\u003ch1 align=\"center\"\u003eThen it's the end you have started the bot have fun !\u003c/h1\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurama250%2Falert_l7_ddos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkurama250%2Falert_l7_ddos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkurama250%2Falert_l7_ddos/lists"}