{"id":43721643,"url":"https://github.com/vns0/golang-http-spam","last_synced_at":"2026-02-05T08:10:37.138Z","repository":{"id":65752583,"uuid":"365099963","full_name":"vns0/golang-http-spam","owner":"vns0","description":"goLang http attack with body. The attack is currently running and is done using multithreading without waiting. Any attack lies on your conscience, you need to fight fakes or test your service","archived":false,"fork":false,"pushed_at":"2024-05-15T08:02:27.000Z","size":1138,"stargazers_count":8,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-15T23:14:35.474Z","etag":null,"topics":["ddos-golang","dos-attack","golang","golang-attack","golang-dos","golang-http-attack","golang-spam","golang-spamm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/vns0.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":"2021-05-07T03:09:28.000Z","updated_at":"2024-05-15T08:02:25.000Z","dependencies_parsed_at":"2024-05-15T21:22:13.870Z","dependency_job_id":"9c21eaaa-d07a-4ac2-8816-ed8d4d6824c3","html_url":"https://github.com/vns0/golang-http-spam","commit_stats":null,"previous_names":["nikitavoryet/golang-http-spam"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vns0/golang-http-spam","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vns0%2Fgolang-http-spam","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vns0%2Fgolang-http-spam/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vns0%2Fgolang-http-spam/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vns0%2Fgolang-http-spam/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vns0","download_url":"https://codeload.github.com/vns0/golang-http-spam/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vns0%2Fgolang-http-spam/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29116452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"last_error":"SSL_read: 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-golang","dos-attack","golang","golang-attack","golang-dos","golang-http-attack","golang-spam","golang-spamm"],"created_at":"2026-02-05T08:10:36.429Z","updated_at":"2026-02-05T08:10:37.132Z","avatar_url":"https://github.com/vns0.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# golang-http-spam\n## This project is a demonstration project. The developer is not responsible for the use of this repository\nExample HTTP SPAM code written in GoLang.\n\nProblem: Our project often has phishing attacks that have to be attacked by a simple HTTP attack to overflow the \ndatabase/nginx/cache/etc.\n\nThe idea of the project is to give a tool to everyone to clean the market from such stupid scammers\n\n## Setup\nClone the repository and change the working directory:\n\n    git clone https://github.com/nikitavoryet/golang-http-spam.git\n    cd golang-http-spam\n\nBuild the program:\n\nLinux:\n\n    go build -o attack\n\nWindows:\n\n    go build ./main.go\n\nRun the program:\n\nLinux:\n\n    ./attack -url localhost:8080\n\nWindows:\n\n    ./main.exe -url localhost:8080\n\n## Usage\n    ./main\n\n    Usage of ./main:\n    -url string\n          url for attack with http/https (https://example.com/v1/auth)\n    -method string\n          method for attack (POST/GET). Default: POST\n    -data string\n          JSON string for body/query to HTTP requst ({\"email\" : \"n.vtorushin@inbox.ru\", \"test\": \"test\"})\n    -count int\n          count requst for attack. Default: 10000 \n    -threads int\n          count threads for attack. Default: 1\n    -proxy string\n          path to proxy list. Accept: HTTP(S)/SOCKS(4/5)\n    -query string\n          query params for URL. Accept: GET/POST request\n    -urlPath string\n          path to url list. formula: threads * urlPath\n\n    #If u want work with telegram bot replace global var botToken#\n        bot supports command /spamm with all arguments above'\n\n## Api auth:\nIn order to pass authorization, you need to call the /auth command and enter the received code on the website\n\n# In the plans :\n```\n- [X] GET with query\n- [X] add proxy for attack\n- [X] use go rutina\n- [X] add telegram bot\n    - [ ] add stop command\n    - [X] add createAdmin command\n    - [X] add deleteAdmin command\n- [X] mass urls attack\n- [X] add db\n    - [X] add history table\n    - [X] add telegram admins list\n    - [ ] add cmd for check history\n- [ ] mass urls attack in telegram bot\n- [X] add web interface\n    - [X] create auth\n    - [ ] create dashboard\n    - [ ] create admin pannel\n    - [ ] create module for start attack in web\n```\n```\n    author: \n\n    Name:          Nikita\n    Mail:          n.vtorushin@inbox.ru\n    TG:            @nvtorushin\n    About me:      https://vns.guru\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvns0%2Fgolang-http-spam","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvns0%2Fgolang-http-spam","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvns0%2Fgolang-http-spam/lists"}