HackerTool is a Windows-based terminal utility written in Python. It includes a stylized menu system, an interactive "Hacking Terminal" shell, built-in app installers (e.g., Java), and a self-update feature using GitHub Releases.
- π― Arrow-Key Menu Navigation with Color Output
- π Password Protection (Default:
hack1ng) - π Auto-Updater that checks for the latest executable via GitHub
- π» Custom Command-Line Shell (
Hacking Terminal) with:- Windows-style prompt
- Built-in
cd,mkdir,scan, andcolourcommands - Command output with dynamic ANSI color wrapping
- β Java 21 Installer with PATH auto-updating
- Windows 10+
- Python 3.8+
- Installed modules:
coloramamsvcrt(built-in on Windows)
-
Run the compiled EXE
Unfortunately, running the uncompiled script will not work due to the auto-updating system.
The script prompts for a password (
hack1ng) before proceeding. -
Navigate the menu using β β and select with Enter.
-
Available menu options:
- Install apps β Install Java 21
- UEN v1 β Coming Soon
- Hacking Terminal β Launch interactive shell
- Quit β Exit HackerTool
cd [dir]β Change directory (only within~/hacking-terminal)mkdir <name>β Make a new directoryscan <name>β Scans your local network for devices whose hostnames contain<name>. Uses multi-threaded ping sweeps and reverse DNS lookups to find matching devices on your subnet.colour <name>β Change prompt/output color
Available colors:red,orange,yellow,green,blue,purple,pink,white,black,grey,defaultexit/quitβ Exit terminal
If a newer hackertool.exe is published on the linked GitHub repository, the app will:
- Download the EXE to a temp location
- Verify it with SHA256
- Replace the running executable with the new one
- Restart automatically
GitHub Release API endpoint:
https://api.github.com/repos/User4534503/hackertool/releases/latest
Downloads Java 21 from Oracle, extracts it to %userprofile%\Java21, and adds it to the system Path via the Windows Registry.
C:\Users\<user>\
βββ hacking-terminal\
βββ ... (user files created in terminal)
βββ Java21\
βββ jdk-21\ (Java install)
- This is Windows-only due to
msvcrt,winreg, andctypes.windllusage
Developed by SuperGamer474, also known as User4534503