{"id":19207725,"url":"https://github.com/gill-singh-a/dos","last_synced_at":"2025-02-23T06:44:29.209Z","repository":{"id":152459676,"uuid":"626092619","full_name":"Gill-Singh-A/DOS","owner":"Gill-Singh-A","description":"Sends randomly generated packets to the IP Address of the target with the designated port range through UDP Protocol through multiple threads, hence slowing down the server and causing a DOS Attack.","archived":false,"fork":false,"pushed_at":"2023-08-06T10:51:43.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-04T15:42:02.594Z","etag":null,"topics":["attack","dos","dos-attack","gui","multithreading","python","python-3","socket","threading","tkinter"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"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/Gill-Singh-A.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-04-10T19:29:26.000Z","updated_at":"2023-11-08T12:58:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2a13f18-4e06-4767-8c30-daa2969d2930","html_url":"https://github.com/Gill-Singh-A/DOS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FDOS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FDOS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FDOS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gill-Singh-A%2FDOS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gill-Singh-A","download_url":"https://codeload.github.com/Gill-Singh-A/DOS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240280834,"owners_count":19776414,"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","dos","dos-attack","gui","multithreading","python","python-3","socket","threading","tkinter"],"created_at":"2024-11-09T13:22:17.945Z","updated_at":"2025-02-23T06:44:29.167Z","avatar_url":"https://github.com/Gill-Singh-A.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DOS (Denial of Service)\nSends randomly generated packets to the IP Address of the target with the designated port range through UDP Protocol through multiple threads, hence slowing down the server and causing a DOS Attack.\n\n## Requirements\nLanguage Used = Python3\u003cbr /\u003e\nModules/Packages used:\n* socket (for connecting and sending the packets through UDP Protocol)\n* threading (for creating multiple threads, to increase the rate of sending the packets)\n* random (for generating random string)\n* time (for displaying time in the Command Line Interface)\n* string (for generating random string)\n* tkinter (for providing a gui interface)\n* colorama (for colouring the text in Command Line Interface)\n* datetime (for displaying date in the Command Line Interface)\n\n### INPUTS\n* Target IP\n* Starting Port\n* Ending Port\n* Threads\n* Message Size\n* Message Multiplier\n\n### Working\nIt creates the specified number of threads for each port given. For example, if there are 2 ports (Starting port = 80 and Ending Port = 81) and threads = 100, then it will create a total 200 threads (100 for each port).\u003cbr /\u003e\nIt then generates a random string of the size that is specified in Message Size and multiplies that string with the value specified in  message multiplier.\u003cbr /\u003e\nThen each thread connects to the server with the port they're assigned through UDP Protocol.\u003cbr /\u003e\nAnd finally sends the random string to the server through the socket created.\u003cbr /\u003e\u003cbr /\u003e\n\n### Note\nAs this Program is written in Python which is run through an Interpreter, it would be slow and hence won't be that much effective. To make this more efficient, we can use some tools like auto-py-to-exe to convert the '.py' file to '.exe' file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgill-singh-a%2Fdos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgill-singh-a%2Fdos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgill-singh-a%2Fdos/lists"}