{"id":20796778,"url":"https://github.com/cpscript/orbit","last_synced_at":"2025-05-06T09:20:10.172Z","repository":{"id":204329640,"uuid":"613602942","full_name":"CPScript/Orbit","owner":"CPScript","description":"A Simple but Strong DDoS tool used for taking out websites with certain security issues.","archived":false,"fork":false,"pushed_at":"2024-02-26T06:17:40.000Z","size":317,"stargazers_count":13,"open_issues_count":0,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T01:40:15.749Z","etag":null,"topics":["anonymous","boot","cannon","ddos","ddos-tool","dos-attack","free","hacking","hacks","ip","ipv4","linux","program","python","python3","tool","web-hacker","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/CPScript.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-03-13T22:36:03.000Z","updated_at":"2025-02-10T00:17:11.000Z","dependencies_parsed_at":"2024-02-26T07:28:08.291Z","dependency_job_id":"fd3b7bc7-8a4a-436d-b01c-d12925798e0c","html_url":"https://github.com/CPScript/Orbit","commit_stats":null,"previous_names":["cpscript/orbit"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPScript%2FOrbit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPScript%2FOrbit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPScript%2FOrbit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CPScript%2FOrbit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CPScript","download_url":"https://codeload.github.com/CPScript/Orbit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252655008,"owners_count":21783374,"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":["anonymous","boot","cannon","ddos","ddos-tool","dos-attack","free","hacking","hacks","ip","ipv4","linux","program","python","python3","tool","web-hacker","website"],"created_at":"2024-11-17T16:29:00.055Z","updated_at":"2025-05-06T09:20:10.141Z","avatar_url":"https://github.com/CPScript.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n\n# ORBIT DDoS Tool\n\n![satellite-png-30](https://user-images.githubusercontent.com/83523587/224998588-fb8d502f-f9c1-4763-af2f-51ffbec2cf16.png)\n\n\n~Orbit~ One of the most EASIEST \u0026 FASTEST DDoS tool, ment to be used for network secruity testing.\n  \n \u003cdetails\u003e\n\u003csummary\u003eMore Info\u003c/summary\u003e\n\u003cbr\u003e\n   \nTerminal - Version 1.7\n   \nApp -  Version 2.5   \n   \nThe user CPScript is not responsible for your actions, and has no liability for what you do with this program.\nMade for educatinal purposes only \n\n\u003c/details\u003e\n  \n  \n\u003cdiv align=\"left\"\u003e\n\n## Installation:\n##### Don't worry about installing... all you gotta do is run the program, i made it auto install :)\n\n\n\u003cdetails\u003e\n\u003csummary\u003eInstall manualy\u003c/summary\u003e\n\u003cbr\u003e\n\n[Step 1] pyttsx3 (Text-to-Speech) Just to make it cooler. Not Neccesary for GUI.\n```\npip3 install pyttsx3\n```\n[Step 2] pyfiglet (Cause its Neccesary to be Cooler)\nInstall Figlet in Kali Linux as some results show that pyfiglet doesnt show anything.\n```\nsudo apt-get install figlet\n```\n```\npip3 install pyfiglet\n```\n[Step 3] colorama (Another Step towards CLI Beauty)\n```\npip3 install colorama\n````\n[Step 4] os (Already in Python3)\n```\npip3 install os\n```\n[Step 5] socket (For an Upcomming Release)\n```\npip3 install socket\n```\n[Step 6] wheel (To make wheel of colorama) \n```\npip3 install wheel\n```\n[Steo 7] cryptography (Ment for encryptor)\n```\npip3 install cryptography\n```\n[Step 8] GoLang [REQUIRED]\n```\nDownload for your OS form Golang.org/dl/\n```\n\n  \u003cdetails\u003e\n  \u003csummary\u003eOther Instalations for a diffrent OS\u003c/summary\u003e\n  \u003cbr\u003e\n  [+] MacOS\n\n  \u003e https://medium.com/golang-learn/quick-go-setup-guide-on-mac-os-x-956b327222b8\n\n  -------------------------\n  [+] Windows\n\n  \u003e https://www.geeksforgeeks.org/how-to-install-go-on-windows/\n\n  -------------------------\n  [+] Linux\n\n  \u003e https://tecadmin.net/install-go-on-ubuntu/\n  ```\n  sudo apt-get install golang\n  ```\n  or\n  ```\n  sudo apt-get install golang-go\n  ```\n  -------------------------\n  [+] Kali Linux\n\n  Kali has GoLang Pre-Installed.\n  Check by typing;\n  \n  ```\n  go \n  ```\n  If not Follow, the above shown for Linux/Ubuntu\n  \n  \n  ------------------------\n  [+] Other\n  Use Install.py to Install all of these except GoLang (Has to be downloaded Manually)\n  ````\n  python3 Install.py\n  ````\n  [\u003e] Usage\n  ````\n  python3 DDoS.py\n  ````\n  [\u003e] GUI Requirements\n  \n  \u003e Install Pyfiglet and GoLang as Above and you are ready to go. Use this if you cannot satisfy one of the above dependancies. Highly Easy to use. Recommended for        Beginners using Windows. If you use this on a Linux Distro and get tkinter not found install tkinter. \n\n  ```\n  python3 GUI.py\n  ```\n  \u003c/details\u003e\n  \n  \n\u003c/details\u003e\n                                                                               \n                                                                               \n## Tested OS/ENV\n\n- Linux Stable Release 2020\n\n- Kali Linux 2019.3\n\n- Google Colab\n\n- Windows 10\n\n- MacOS X 10.10.5 Onwards (OS X Yosmite)\n\n\u003e This should run on all enviorments. Even on Oldest OS's provided the above dependancies are completed\n\n\u003cdiv align=left\u003e\n\n## Videos \u0026 Images\n\n\u003cdetails open\u003e\n\u003csummary\u003eVideo\u003c/summary\u003e\n\u003cbr\u003e\n\nTerminal\n\n[Screen recording 2023-03-14 12.59.02 PM.webm](https://user-images.githubusercontent.com/83523587/225081662-df5af887-f883-4158-ac19-3c3c5b0a48ff.webm)\n\n\n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eTerminal\u003c/summary\u003e\n\u003cbr\u003e\n\n![Screenshot 2023-03-17 11 44 18 AM](https://user-images.githubusercontent.com/83523587/225952960-775dd8bc-b595-4e33-8539-5009717a2510.png)\n\n\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eGUI\u003c/summary\u003e\n\u003cbr\u003e\nBeta Version:\n\n![Screenshot 2023-03-14 12 39 44 PM](https://user-images.githubusercontent.com/83523587/225075802-92997a88-d50c-41ff-8829-1c110ba88b0e.png)\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpscript%2Forbit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpscript%2Forbit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpscript%2Forbit/lists"}