The most epic, interactive, Hollywood-style hacking simulator for your terminal
Become the hacker you always wanted to be... without actually breaking any laws!
Features โข Installation โข Usage โข Screenshots โข Contributing
- Choose your own hacker alias or get a random badass callsign
- Personalized mission reports with your operator name
- Feel like a real cyber operative
- ๐ฅ Brute Force - Classic dictionary-based password cracking
- ๐ SQL Injection - Database exploitation with real payloads
- โก Zero-Day Exploit - Buffer overflow with shellcode injection
- ๐ง Social Engineering - Sophisticated phishing campaigns
- ๐ DDoS + Backdoor - Overwhelming attacks with stealth entry
- ๐ข Corporate Database (MEGACORP INC.)
- ๐๏ธ Government Server (CLASSIFIED.GOV)
- ๐ฐ Financial Institution (GLOBALBANK)
- ๐ฑ Social Media Platform (SOCIALNET HQ)
- ๐จ Custom Target (Your imagination is the limit!)
| Level | Speed | Complexity | Fail Chance |
|---|---|---|---|
| ๐ข Script Kiddie | Fast | Low | None |
| ๐ก Professional | Normal | Medium | Low |
| ๐ด Elite Hacker | Slow | High | Moderate |
- โก ASCII art banners and logos
- ๐ Full color terminal output
- โจ๏ธ Realistic typing effects
- ๐ Animated progress bars
- ๐ Hex dump displays
- ๐พ Dynamic data extraction
- Custom data extraction (choose what to steal!)
- Personalized target names and IPs
- Dynamic mission parameters
- Real-time progress updates
- Zsh (Z shell)
- bc (for calculations) - usually pre-installed
- openssl or
/dev/urandom(for random hex generation) - usually pre-installed
- Clone the repository
git clone https://github.com/EatSleepCode-Repeat/Interactive-Hacking-Simulation
cd hollywood-hacking-simulator- Add to your
.zshrc
# Option 1: Source the file
echo "source $(pwd)/hack.zsh" >> ~/.zshrc
# Option 2: Copy the function directly
cat hack.zsh >> ~/.zshrc- Reload your shell
source ~/.zshrc- Start hacking!
hackSimply run the command:
hackThen follow the interactive prompts:
[>] Enter your hacker alias: Shadow
[1] Script Kiddie (Fast & Easy)
[2] Professional (Moderate)
[3] Elite Hacker (Slow & Realistic)
[1] Corporate Database
[2] Government Server
[3] Financial Institution
[4] Social Media Platform
[5] Custom Target
[1] Brute Force
[2] SQL Injection
[3] Zero-Day Exploit
[4] Social Engineering
[5] DDoS + Backdoor
[>] Enter data type: passwords
โโโ โโโ โโโโโโ โโโโโโโโโโ โโโโโโโโโโ โโโ โโโโโโโ
โโโ โโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโ โโโโโโโโโโโ
โโโโโโโโโโโโโโโโโโโ โโโโโโโ โโโโโโโโโ โโโโโโ โโโโ
โโโโโโโโโโโโโโโโโโโ โโโโโโโ โโโโโโโโโโโโโโโโ โโโ
โโโ โโโโโโ โโโโโโโโโโโโโโ โโโโโโโโโ โโโโโโโโโโโโโโโ
โโโ โโโโโโ โโโ โโโโโโโโโโ โโโโโโโโโ โโโโโ โโโโโโโ
[*] Welcome, Phantom...
[>] TARGET IP: 192.168.51.51
[*] Attack method: ZERO-DAY EXPLOIT
Port 22/tcp: OPEN
Port 80/tcp: OPEN
Port 443/tcp: OPEN
[!] FIREWALL DETECTED
Bypassing firewall [โโโโโโโโโโโโโโโโโโโโโโโโโโ] COMPLETE
[โ] FIREWALL BYPASSED
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โ
โ ๐ฏ MISSION ACCOMPLISHED ๐ฏ โ
โ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Operator Phantom: System compromised successfully.
Target: Area 51 Database (192.168.51.51)
Method: ZERO-DAY EXPLOIT
Status: Data extracted. Traces erased. Mission complete.
DISCLAIMER: This is a simulation for entertainment and educational purposes only.
- โ What it does: Creates cool visual effects and animations
- โ What it doesn't do: Actually hack anything, access networks, or break laws
โ ๏ธ Remember: Real hacking without permission is illegal and unethical
This tool is designed to:
- Demonstrate what Hollywood hacking looks like
- Teach basic shell scripting and terminal manipulation
- Provide entertainment value
- Make your terminal look awesome
This script:
- Does NOT make any network connections
- Does NOT access any external systems
- Does NOT modify any files outside your shell
- Does NOT perform any actual hacking activities
- Is completely safe to run on any system
All "data" shown is randomly generated for visual effect only.
Contributions are welcome! Here are some ideas:
- More attack methods (XSS, MITM, etc.)
- Additional ASCII art for different systems
- Sound effects (beeps and boops)
- More target types
- Save mission logs
- Multiple operator profiles
- Achievement system
- Network topology visualization
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by every hacking scene in Hollywood movies
- Thanks to the Zsh community for an awesome shell
- Shoutout to all the "hackers" in Mr. Robot, The Matrix, and Hackers
Have questions or suggestions? Feel free to:
- Open an issue
- Submit a pull request
- Star the repo if you like it! โญ
Made with โค๏ธ and terminal wizardry
Remember: With great hacking simulations comes great responsibility to use them responsibly!
hack
# Alias: [Enter]
# Difficulty: 1
# Target: 1
# Method: 1
# Data: [Enter]hack
# Alias: CipherMaster
# Difficulty: 3
# Target: 5 (Custom: "Fort Knox Mainframe")
# IP: 10.0.0.1
# Method: 3 (Zero-Day)
# Data: gold_reserveshack
# Alias: PhishKing
# Difficulty: 2
# Target: 4 (Social Media)
# Method: 4 (Social Engineering)
# Data: user_credentials- v7.0: Add Matrix rain effect background
- v7.5: Multi-target simultaneous attacks
- v8.0: Cooperative mode (multiple operators)
- v8.5: Mini-games (decrypt puzzles, etc.)
- v9.0: Full bash compatibility
Enjoy your hacking adventures! ๐๐ป๐ฅ