{"id":21974307,"url":"https://github.com/5olitude/gdos","last_synced_at":"2025-09-18T23:45:01.520Z","repository":{"id":201604718,"uuid":"353588719","full_name":"5olitude/GDOS","owner":"5olitude","description":"Denial Of Service attack in GO using TOR ","archived":false,"fork":false,"pushed_at":"2021-04-01T07:01:43.000Z","size":29,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T05:45:37.346Z","etag":null,"topics":["ddos","go","golang","hacking","http-server","programming","proxy","tor"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5olitude.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}},"created_at":"2021-04-01T05:48:04.000Z","updated_at":"2025-05-21T10:11:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"795df386-f77d-4830-bd9d-421c22c8e121","html_url":"https://github.com/5olitude/GDOS","commit_stats":null,"previous_names":["5olitude/gdos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/5olitude/GDOS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2FGDOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2FGDOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2FGDOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2FGDOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5olitude","download_url":"https://codeload.github.com/5olitude/GDOS/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5olitude%2FGDOS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275852425,"owners_count":25540137,"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","status":"online","status_checked_at":"2025-09-18T02:00:09.552Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","go","golang","hacking","http-server","programming","proxy","tor"],"created_at":"2024-11-29T15:40:57.874Z","updated_at":"2025-09-18T23:45:01.491Z","avatar_url":"https://github.com/5olitude.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GDDOS\nDenial Of Service attack in GO using TOR \n\n* EDUCATIONAL PURPOSE ONLY\n\n\n * CODE DESCRIPTION\n  \n     * ddos.go  \n     \n          --Its  the  modification Konstantin8105/DDoS attack  using tor\n          \n     * simpleddos.go  \n     \n          --Minimal code of line ddos attack not banging into a server at once\n          \n     * simpletorddos.go \n     \n          --Minimal code using tor connection\n          \n          \n     * testtor.go \n     \n          --Simple script to check the tor connectivity\n          \n          *********************************************************************************************\n\n* ddos.go  explanation \n\n             Concurrency is not  parallelism\n             ********************************\n             In this code section we are defining the workers\n             \n             \n\t           for i := 0; i \u003c d.amountWorkers; i++ {\n\t\t             go func() {\n                 \n                 \n                 }\n\t\t \n                 \n            - Upto a certain limit the no of workers decides the code result .Incresaing the no of workers may help but there is not point in increasing beyond a               limit\n            \n            - This same concept is applicable for time.Sleep too\n  \n  \n     * Code Execution  \n          \n\t  go run ddos.go -workers=200 -url=http://somekejfjejf4chan.kjd:80 (no of worker in default set to 100)\n\t  \n\t  If you want to dive into the  code just change the time.sleep(1 *time.Second) and amount of workers just play around 😊\n\t  \n\t  \n     *  Did we forget something ?\n         \n\t  consider you play around the code into someones server the situation may be worse its a good practice to establish a tor connection\n\t  \n\t  first ensure that tor is running in your system and note the port number normally tor runs in 9050 and change the code\n\t  torcon, _ :=        url.Parse(\"socks5://127.0.0.1:9050\")\n\t  \n\t  \n * simpletorddos.go\n  \n           This is the implementation of minimal code ddos attack logic is same as above not messing up with channels cool 😊\n\t   \n\t   \n\t   \n * tortester.go \n        \n\tchecks the ip addr \n\t  \n\n    \n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5olitude%2Fgdos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5olitude%2Fgdos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5olitude%2Fgdos/lists"}