A hacker-themed command-line tool inspired by the 1995 movie "Hackers". Channel your inner Dade Murphy with this collection of retro terminal commands that capture the spirit of 90s hacking culture.
███████╗███████╗██████╗ ██████╗ ██████╗ ██████╗ ██████╗ ██╗
╚══███╔╝██╔════╝██╔══██╗██╔═══██╗ ██╔════╝██╔═══██╗██╔═══██╗██║
███╔╝ █████╗ ██████╔╝██║ ██║ ██║ ██║ ██║██║ ██║██║
███╔╝ ██╔══╝ ██╔══██╗██║ ██║ ██║ ██║ ██║██║ ██║██║
███████╗███████╗██║ ██║╚██████╔╝ ╚██████╗╚██████╔╝╚██████╔╝███████╗
╚══════╝╚══════╝╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝
# Clone or download the repository
git clone <your-repo-url> zero-cool-cli
cd zero-cool-cli
# Run the installer (requires sudo for global access)
./install.sh# Use directly from the project folder
php zero-cool <command># Remove global installation
./uninstall.shzero-cool- Main command with Dade Murphy's profile and quoteshack-the-planet- Global hack simulation with ASCII globe animationgibson- Gibson mainframe simulator with interactive shellwhoami- Display your hacker alias and daily motivation
nmap-lite <target>- Port scanner with retro terminal stylingphreak- Phone phreaking techniques and tone dialing demosacid-burn- System diagnostics with Kate Libby's attitude
garbage- Generate junk files with weird extensionsgod- Ultimate system control and omniscience modeinspire- Motivational quotes from hackers and the movie
# Show Zero Cool's hacker profile
zero-cool zero-cool --profile
# Hack the planet with full animation
zero-cool hack-the-planet --animate
# Enter Gibson mainframe shell
zero-cool gibson --shell
# Scan a target (educational use only)
zero-cool nmap-lite google.com --fast
# Get system diagnostics with attitude
zero-cool acid-burn --deep
# Generate some garbage files
zero-cool garbage --count=5
# Get inspired with hacker quotes
zero-cool inspire --hacker- Authentic 1995 Aesthetic - Retro terminal colors and ASCII art
- Movie-Accurate Quotes - Real dialogue from the Hackers movie
- Educational Content - Learn about classic hacking techniques
- Interactive Elements - Animated sequences and progress bars
- Colorized Output - Beautiful terminal styling
- Cross-Platform - Works on macOS, Linux, and Windows
This tool is for educational and entertainment purposes only. All "hacking" simulations are completely harmless and do not perform any actual security testing or illegal activities. Always respect others' systems and get proper authorization before testing security tools on networks you don't own.
- Laravel Zero - Micro-framework for console applications
- PHP 8.0+ - Programming language
- Love for 90's hacker culture 💚
"This is our world now... the world of the electron and the switch, the beauty of the baud."
- The Mentor's Last Words (from the movie Hackers, 1995)
- PHP 8.0 or higher
- Composer
- Terminal with ANSI color support
# Clone the repository
git clone <your-repo-url> zero-cool-cli
cd zero-cool-cli
# Install dependencies
composer install
# Run commands locally
php zero-cool <command>
# Install globally for development
./install.sh- Create a new command class in
app/Commands/ - Follow the existing pattern with colorized output
- Add movie references and hacker culture elements
- Test with
php zero-cool <your-command>
Want to add more hacker movie references or improve the commands? Pull requests are welcome! Please maintain the 90's aesthetic and educational focus.
This project is licensed under the terms of the MIT License.
You are free to use, modify, and distribute this software. See the LICENSE file for details.
"Hack the planet!"
Remember: The real hack is the friends we made along the way.