{"id":13623168,"url":"https://github.com/Konstantin8105/DDoS","last_synced_at":"2025-04-15T14:32:06.032Z","repository":{"id":52147573,"uuid":"104196086","full_name":"Konstantin8105/DDoS","owner":"Konstantin8105","description":"DDoS attack. Creating infinite http GET requests.","archived":false,"fork":false,"pushed_at":"2024-05-19T20:29:18.000Z","size":6,"stargazers_count":162,"open_issues_count":1,"forks_count":42,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-08T02:05:03.321Z","etag":null,"topics":["attack","ddos","ddos-attack-tools","ddos-attacks","go","golang","hack","http","http-get"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Konstantin8105.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}},"created_at":"2017-09-20T09:40:14.000Z","updated_at":"2025-04-01T15:06:33.000Z","dependencies_parsed_at":"2024-06-18T18:29:25.253Z","dependency_job_id":"3eec1a9c-fedd-49e7-a2fc-b72c00dfbeb9","html_url":"https://github.com/Konstantin8105/DDoS","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konstantin8105%2FDDoS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konstantin8105%2FDDoS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konstantin8105%2FDDoS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konstantin8105%2FDDoS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Konstantin8105","download_url":"https://codeload.github.com/Konstantin8105/DDoS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249088923,"owners_count":21210883,"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":["attack","ddos","ddos-attack-tools","ddos-attacks","go","golang","hack","http","http-get"],"created_at":"2024-08-01T21:01:28.819Z","updated_at":"2025-04-15T14:32:05.795Z","avatar_url":"https://github.com/Konstantin8105.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"# DDoS\n\n[![Coverage Status](https://coveralls.io/repos/github/Konstantin8105/DDoS/badge.svg?branch=master)](https://coveralls.io/github/Konstantin8105/DDoS?branch=master)\n[![Build Status](https://travis-ci.org/Konstantin8105/DDoS.svg?branch=master)](https://travis-ci.org/Konstantin8105/DDoS)\n[![Go Report Card](https://goreportcard.com/badge/github.com/Konstantin8105/DDoS)](https://goreportcard.com/report/github.com/Konstantin8105/DDoS)\n[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Konstantin8105/DDoS/blob/master/LICENSE)\n[![GoDoc](https://godoc.org/github.com/Konstantin8105/DDoS?status.svg)](https://godoc.org/github.com/Konstantin8105/DDoS)\n\nDDoS attack. Creating infinite http GET requests.\nIf you need more information, then please see [wiki](https://en.wikipedia.org/wiki/Denial-of-service_attack#Defense_techniques).\n\n**Library created just for education task.**\n\nMinimal example of using:\n\n```golang\nfunc main() {\n\tworkers := 100\n\td, err := ddos.New(\"http://127.0.0.1:80\", workers)\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\td.Run()\n\ttime.Sleep(time.Second)\n\td.Stop()\n\tfmt.Println(\"DDoS attack server: http://127.0.0.1:80\")\n\t// Output: DDoS attack server: http://127.0.0.1:80\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKonstantin8105%2FDDoS","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKonstantin8105%2FDDoS","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKonstantin8105%2FDDoS/lists"}