{"id":13521567,"url":"https://github.com/skizap/dos-over-tor","last_synced_at":"2025-03-31T20:31:58.625Z","repository":{"id":201709283,"uuid":"142402445","full_name":"skizap/dos-over-tor","owner":"skizap","description":"Proof of concept denial of service over TOR stress test tool","archived":false,"fork":false,"pushed_at":"2018-07-21T01:44:41.000Z","size":96,"stargazers_count":33,"open_issues_count":0,"forks_count":11,"subscribers_count":0,"default_branch":"master","last_synced_at":"2024-08-02T06:12:40.648Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skizap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-07-26T07:05:37.000Z","updated_at":"2024-08-01T16:33:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"9f9b54f9-35e2-462d-9932-eb43d149b6e3","html_url":"https://github.com/skizap/dos-over-tor","commit_stats":null,"previous_names":["skizap/dos-over-tor"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skizap%2Fdos-over-tor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skizap%2Fdos-over-tor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skizap%2Fdos-over-tor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skizap%2Fdos-over-tor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skizap","download_url":"https://codeload.github.com/skizap/dos-over-tor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222679160,"owners_count":17021812,"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":[],"created_at":"2024-08-01T06:00:36.036Z","updated_at":"2024-11-02T05:31:38.866Z","avatar_url":"https://github.com/skizap.png","language":"Python","funding_links":[],"categories":["Anonymity / Tor Tools","Uncategorized","Anonymity Tools","Applications"],"sub_categories":["Uncategorized","Tor Tools","Other applications"],"readme":"\n# DoS over TOR\n\n[![Build Status](https://travis-ci.org/zacscott/dos-over-tor.svg?branch=master)](https://travis-ci.org/zacscott/dos-over-tor)\n\nProof of concept denial of service over TOR stress test tool. Is multi-threaded and supports multiple attack vectors.\n\n![screenshot](screenshot.png)\n\n## Usage\n\n    $ ./main.py \u003cmode\u003e \u003ctarget URL\u003e [--options]\n\nThere are three modes:\n\n - `singleshot` - Naively hit a single URL\n - `fullauto` - Scrape the site for links and hits as many as possible\n - `slowloris` - [Slow Loris](https://web.archive.org/web/20090822001255/http://ha.ckers.org/slowloris/) low bandwidth\n    DoS\n\nOptions:\n\n - `--tor-address` - TOR proxy IP to connect via (default = 127.0.0.1)\n - `--tor-proxy-port` - TOR proxy port to connect via (default = 9050)\n - `--tor-ctrl-port` - TOR control port to connect to for requesting new idents etc. (default = 9051)\n - `--num-soldiers` - The number of soldier threads to spawn (default = 10)\n - `--http-method` - The HTTP method to use for requests, e.g. GET, HEAD, POST, etc. (default = GET)\n - `--cache-buster` - Add a cache busting query string to all requests (default = False)\n - `--num-sockets` - Number of sockets to open per thread for Slow Loris attacks (default = 100)\n\n### Example\n\nRunning a slow loris attack:\n\n    $ ./main.py slowloris http://target_url --num-soldiers=25 --cache-buster --num-sockets=200\n\nRunning a full auto attack:\n\n    $ ./main.py fullauto http://target_url --num-soldiers=50 --http-method=POST --cache-buster\n\n## TODO\n\n - [ ] Travis CI set up\n - [ ] Monitor to work out bytes sent / received\n - [ ] Application specific attacks - e.g. https://www.exploit-db.com/exploits/43968/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskizap%2Fdos-over-tor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskizap%2Fdos-over-tor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskizap%2Fdos-over-tor/lists"}