{"id":25900443,"url":"https://github.com/livepwn/hahasecure","last_synced_at":"2026-05-09T10:23:00.424Z","repository":{"id":280207715,"uuid":"941295351","full_name":"livepwn/hahasecure","owner":"livepwn","description":"\"A powerful exploit development toolkit for generating shellcode, creating backdoors, injecting processes, and encoding payloads. Designed for penetration testers and red teamers.\"","archived":false,"fork":false,"pushed_at":"2025-03-03T00:12:41.000Z","size":58,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T00:53:54.996Z","etag":null,"topics":["backdoor","ctf-tools","exploit-development","exploitation-framework","gh0st-toolkit","hacker-tools","hahasecure","livepwn","realworldsec","redteam-tools","security-tools","shellcode","vuln-dev","vulnerability-research","xpl0it-toolkit"],"latest_commit_sha":null,"homepage":"https://livepwn.medium.com","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/livepwn.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}},"created_at":"2025-03-02T00:11:13.000Z","updated_at":"2025-03-03T00:12:44.000Z","dependencies_parsed_at":"2025-03-03T00:54:04.325Z","dependency_job_id":"79b00cdd-cc90-44f6-81a5-9eeed2e62ec8","html_url":"https://github.com/livepwn/hahasecure","commit_stats":null,"previous_names":["livepwn/gh0st","livepwn/gh0stkit","livepwn/hahasecure"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Fhahasecure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Fhahasecure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Fhahasecure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livepwn%2Fhahasecure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livepwn","download_url":"https://codeload.github.com/livepwn/hahasecure/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241596277,"owners_count":19988044,"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":["backdoor","ctf-tools","exploit-development","exploitation-framework","gh0st-toolkit","hacker-tools","hahasecure","livepwn","realworldsec","redteam-tools","security-tools","shellcode","vuln-dev","vulnerability-research","xpl0it-toolkit"],"created_at":"2025-03-03T02:16:53.138Z","updated_at":"2026-05-09T10:23:00.394Z","avatar_url":"https://github.com/livepwn.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hahasecure - A Multi-Purpose Exploitation Toolkit\n\n![hahasecure](https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExMDdjNWExOWswOHFyOGdlMnJxbjJ6ajIxdGdubmk4ZmZhbWl5bzlpYiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/3o7TKs35oA1k40CcZW/giphy.gif)\n\n\n\n\n#### *hahasecure is a versatile exploitation toolkit designed for penetration testers, security researchers, and red teamers. It provides a wide range of features, including shellcode generation, backdoor creation, process injection, encoding, and executable generation for multiple platforms.*\n### **Author:**\n[Livepwn](https://github.com/livepwn)\n## Features\n- Shellcode Generation: Generate shellcode for various platforms (Linux x86/x64, Windows x86/x64, ARM).\n\n- Backdoor Creation: Create Python-based backdoors for Windows and Linux.\n\n- Process Injection: Inject shellcode into running processes (Windows only).\n\n- Encoding Tools: Encode data using XOR, Base64, AES, and ROT13.\n\n- Executable Generation: Compile shellcode into executables for Windows and Linux.\n\n## Installation\n### Prerequisites\n- Python 3.x\n\n- colorama library (pip install colorama)\n\n- pyfiglet library (pip install pyfiglet)\n\n- pycryptodome library (pip install pycryptodome)\n\n- mingw (for Windows executable generation)\n\n- nasm and ld (for Linux executable generation)\n\n## Installation Steps\n### Clone the repository:\n\n```\ngit clone https://github.com/livepwn/hahasecure.git\n\ncd hahasecure\n  ```\n### Run the tool:\n\n```\npython hahasecure.py \n\nAlert: Donot run this tool with sudo or chmod.\n```\n### Usage\n#### Main Menu\n- When you run the tool, you'll see the main menu:\n\n```\nhahasecure \u003e \nAvailable commands:\n\nhelp: Show the help menu.\n\nuse \u003cmodule\u003e: Switch to a specific module (e.g., use shellcode).\n\nshow \u003cdatabase\u003e: Show available options for a module (e.g., show shellcodes).\n\nos \u003ccommand\u003e: Execute an OS command.\n\nclear: Clear the screen.\n\nexit: Exit the tool.\n```\n### Modules\n1. Shellcode Module\n- Generate shellcode for reverse TCP connections.\n\n### Commands:\n\n- set \u003coption\u003e \u003cvalue\u003e: Set options like LHOST, LPORT, and PLATFORM.\n\n- generate: Generate shellcode.\n\n- show options: Show current options.\n\n#### **Example:**\n\n```\nhahasecure \u003e use shellcode\nhahasecure/shellcode \u003e set LHOST 192.168.1.100\nhahasecure/shellcode \u003e set LPORT 4444\nhahasecure/shellcode \u003e set PLATFORM linux/x64\nhahasecure/shellcode \u003e generate\n```\n2. Backdoor Module\n- Create Python-based backdoors.\n\n### Commands:\n\n- set \u003coption\u003e \u003cvalue\u003e: Set options like LHOST, LPORT, and PLATFORM.\n\n- generate: Generate a backdoor.\n\n- show options: Show current options.\n\n#### **Example:**\n```\nhahasecure \u003e use backdoor\nhahasecure/backdoor \u003e set LHOST 192.168.1.100\nhahasecure/backdoor \u003e set LPORT 4444\nhahasecure/backdoor \u003e set PLATFORM python/windows\nhahasecure/backdoor \u003e generate\n```\n3. Injector Module\n- Inject shellcode into a running process (Windows only).\n\n### Commands:\n\n- inject \u003cpid\u003e: Inject shellcode into a process with the specified PID.\n\n#### **Example:**\n```\nhahasecure \u003e use injector\nhahasecure/injector \u003e inject 1234\n```\n4. Encoder Module\n- Encode data using XOR, Base64, AES, or ROT13.\n\n### Commands:\n\n- set \u003coption\u003e \u003cvalue\u003e: Set options like ENCODING and KEY.\n\n- encode \u003cdata\u003e: Encode the provided data.\n\n- show options: Show current options.\n\n#### **Example:**\n\n```\nhahasecure \u003e use encoder\nhahasecure/encoder \u003e set ENCODING xor\nhahasecure/encoder \u003e set KEY secret\nhahasecure/encoder \u003e encode HelloWorld\n```\n5. Executable Module\n- Compile shellcode into executables for Windows and Linux.\n\n### Commands:\n\n- set \u003coption\u003e \u003cvalue\u003e: Set options like PLATFORM and OUTPUT.\n\n- generate: Generate an executable.\n\n- show options: Show current options.\n\n#### **Example:**\n\n```\nhahasecure \u003e use executable\nhahasecure/executable \u003e set PLATFORM windows\nhahasecure/executable \u003e set OUTPUT payload.exe\nhahasecure/executable \u003e generate\n```\n#### **Examples:**\n- Generate a Linux Reverse TCP Shellcode\n```\nhahasecure \u003e use shellcode\nhahasecure/shellcode \u003e set LHOST 192.168.1.100\nhahasecure/shellcode \u003e set LPORT 4444\nhahasecure/shellcode \u003e set PLATFORM linux/x64\nhahasecure/shellcode \u003e generate\n```\n- Create a Python Backdoor for Windows\n```\nhahasecure \u003e use backdoor\nhahasecure/backdoor \u003e set LHOST 192.168.1.100\nhahasecure/backdoor \u003e set LPORT 4444\nhahasecure/backdoor \u003e set PLATFORM python/windows\nhahasecure/backdoor \u003e generate\n```\n- Inject Shellcode into a Process\n```\nhahasecure \u003e use injector\nhahasecure/injector \u003e inject 1234\n```\n- Encode Data with XOR\n```\nhahasecure \u003e use encoder\nhahasecure/encoder \u003e set ENCODING xor\nhahasecure/encoder \u003e set KEY secret\nhahasecure/encoder \u003e encode HelloWorld\n```\n- Generate a Windows Executable\n```\nhahasecure \u003e use executable\nhahasecure/executable \u003e set PLATFORM windows\nhahasecure/executable \u003e set OUTPUT payload.exe\nhahasecure/executable \u003e generate\n```\n### Contributing\nContributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.\n\n### License\nThis project is licensed under the Apache-2.0 License. See the LICENSE file for details.\n\n### Disclaimer\nThis tool is intended for educational and ethical purposes only. Do not use it for illegal activities. The authors are not responsible for any misuse of this tool.\n\nContact\nFor questions or feedback, please open an issue on GitHub or contact me.\nemail: livepwn@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepwn%2Fhahasecure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivepwn%2Fhahasecure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivepwn%2Fhahasecure/lists"}