{"id":30531702,"url":"https://github.com/itisuniqueofficial/web-dos","last_synced_at":"2025-08-27T09:18:44.102Z","repository":{"id":297845230,"uuid":"998080676","full_name":"itisuniqueofficial/web-dos","owner":"itisuniqueofficial","description":"web-dos is a low-bandwidth HTTP DoS (Denial of Service) simulation tool, inspired by Slowloris.","archived":false,"fork":false,"pushed_at":"2025-06-07T20:33:01.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-07T21:26:25.299Z","etag":null,"topics":["ddos","dos","website"],"latest_commit_sha":null,"homepage":"","language":"Python","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/itisuniqueofficial.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,"zenodo":null}},"created_at":"2025-06-07T20:28:06.000Z","updated_at":"2025-06-07T20:33:32.000Z","dependencies_parsed_at":"2025-06-07T21:36:59.776Z","dependency_job_id":null,"html_url":"https://github.com/itisuniqueofficial/web-dos","commit_stats":null,"previous_names":["itisuniqueofficial/web-dos"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itisuniqueofficial/web-dos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisuniqueofficial%2Fweb-dos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisuniqueofficial%2Fweb-dos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisuniqueofficial%2Fweb-dos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisuniqueofficial%2Fweb-dos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itisuniqueofficial","download_url":"https://codeload.github.com/itisuniqueofficial/web-dos/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itisuniqueofficial%2Fweb-dos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272313709,"owners_count":24912243,"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-08-27T02:00:09.397Z","response_time":76,"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","dos","website"],"created_at":"2025-08-27T09:18:43.506Z","updated_at":"2025-08-27T09:18:44.090Z","avatar_url":"https://github.com/itisuniqueofficial.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# web-dos\n\n**web-dos** is a low-bandwidth HTTP DoS (Denial of Service) simulation tool, inspired by Slowloris.  \nIt allows you to test how your website or server responds to slow HTTP attacks by holding connections open using incomplete requests.\n\n\u003e ⚠️ **DISCLAIMER:**  \n\u003e This tool is for **educational** and **authorized** testing **only**. Do **not** use it without **explicit permission**.  \n\u003e Unauthorized use may be illegal under cybercrime laws.\n\n---\n\n## 🔧 Features\n\n- Slow HTTP DoS (similar to Slowloris)\n- Customizable socket count and timing\n- HTTPS support\n- SOCKS5 proxy support\n- Randomized User-Agent headers\n- Reconnects sockets if dropped\n- Lightweight and scriptable\n\n---\n\n## 🐍 Requirements\n\n- Python 3.6+\n- Optional: `PySocks` for proxy support\n\n```bash\npip install pysocks\n````\n\n---\n\n## 📦 Installation\n\n```bash\ngit clone https://github.com/itisuniqueofficial/web-dos.git\ncd web-dos\npython3 setup.py install\n```\n\nOr use it directly:\n\n```bash\npython3 web_dos.py --help\n```\n\n---\n\n## 🚀 Usage\n\n```bash\npython3 web_dos.py \u003chost\u003e [options]\n```\n\n### Example\n\n```bash\npython3 web_dos.py example.com -s 200 --https --randuseragents --verbose\n```\n\n### Common Options\n\n| Option                         | Description                                       |\n| ------------------------------ | ------------------------------------------------- |\n| `-s`, `--sockets`              | Number of sockets to use (default: 150)           |\n| `--https`                      | Enable HTTPS connections                          |\n| `-ua`, `--randuseragents`      | Randomize User-Agent headers                      |\n| `--sleeptime`                  | Seconds to wait between each header (default: 15) |\n| `-x`, `--useproxy`             | Use SOCKS5 proxy                                  |\n| `--proxy-host`, `--proxy-port` | Set proxy host and port                           |\n| `-v`, `--verbose`              | Enable detailed output                            |\n\n---\n\n## 📁 File Structure\n\n```\nweb-dos/\n├── web_dos.py        # Main attack script\n├── setup.py          # Installation script\n└── README.md         # This file\n```\n\n---\n\n## 🧑‍💻 Author\n\n**It Is Unique Official**\n\n---\n\n## 📝 License\n\nMIT License – do whatever you want, but **don’t break the law.**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitisuniqueofficial%2Fweb-dos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitisuniqueofficial%2Fweb-dos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitisuniqueofficial%2Fweb-dos/lists"}