{"id":21419362,"url":"https://github.com/konstantin8105/ddos","last_synced_at":"2025-07-07T00:06:40.905Z","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":164,"open_issues_count":1,"forks_count":42,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-15T14:42:00.273Z","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-10T15:35:07.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,"purl":"pkg:github/Konstantin8105/DDoS","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Konstantin8105%2FDDoS/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263991444,"owners_count":23540665,"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-11-22T19:40:14.458Z","updated_at":"2025-07-07T00:06:40.871Z","avatar_url":"https://github.com/Konstantin8105.png","language":"Go","funding_links":[],"categories":[],"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"}