Terminal Simulator
A cinematic red-team operation, fully simulated, with zero real targets. Run it in any terminal and look like a Hollywood hacker.
What's simulated
Target enumeration, DNS lookups, WHOIS, and social profile scraping, all simulated with realistic output.
Nmap-style sweep across all 65,535 ports with service banners and OS fingerprinting output.
Directory brute-force, parameter injection, and hidden endpoint discovery with HTTP status codes.
Union-based and blind SQLi with extracted table dumps. Looks painfully authentic.
Hydra-style credential stuffing with a rockyou wordlist counter and a satisfying "ACCESS GRANTED".
The finale: a full MSF session, privilege escalation to root, staged data exfiltration, and the cinematic "ROOT ACCESS GRANTED" payoff that sells the whole act.
You need bash and curl. Both are installed by default on macOS and most Linux distros.
Open your terminal and paste:
curl -fsSL https://raw.githubusercontent.com/khanalsaroj/fake-hacking/main/hacking.sh | bash
The simulation runs automatically. No configuration needed.
Open PowerShell as Administrator and run:
wsl --install
Restart your PC when prompted.
Go to Start → Ubuntu, or from PowerShell:
wsl
Create a username and password when prompted.
sudo apt update && sudo apt upgrade -y
curl -fsSL https://raw.githubusercontent.com/khanalsaroj/fake-hacking/main/hacking.sh | bash
Native PowerShell doesn't fully support ANSI escape codes. You'll get a degraded experience. WSL is strongly recommended.
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/khanalsaroj/fake-hacking/main/hacking.sh" -OutFile hacking.sh
bash hacking.sh
This project does NOT hack anything. No real networks, servers, or systems are accessed, probed, or modified. Everything is a simulation: fake payloads, fake responses, fake credentials. If you use this tool to misrepresent capabilities or commit fraud, that is entirely on you. This repository carries no liability for misuse.
If you use this project in any of the above, please credit "Fake Hacking by KHANAL SAROJ". Basic human decency.