Terminal Simulator

FAKE
HACKING

A cinematic red-team operation, fully simulated, with zero real targets. Run it in any terminal and look like a Hollywood hacker.

OSINT Port Scan SQL Injection Exploit Root Access No real hacking
bash - 80×24

Full red-team pipeline

01 / RECON

OSINT & Recon

Target enumeration, DNS lookups, WHOIS, and social profile scraping, all simulated with realistic output.

02 / SCAN

Port Scanning

Nmap-style sweep across all 65,535 ports with service banners and OS fingerprinting output.

03 / FUZZ

Web Fuzzing

Directory brute-force, parameter injection, and hidden endpoint discovery with HTTP status codes.

04 / INJECT

SQL Injection

Union-based and blind SQLi with extracted table dumps. Looks painfully authentic.

05 / AUTH

Credential Brute Force

Hydra-style credential stuffing with a rockyou wordlist counter and a satisfying "ACCESS GRANTED".

06 / PWNED

Metasploit Exploit + Root Access

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.

How to run

01
Prerequisites

You need bash and curl. Both are installed by default on macOS and most Linux distros.

02
Run the one-liner

Open your terminal and paste:

curl -fsSL https://raw.githubusercontent.com/khanalsaroj/fake-hacking/main/hacking.sh | bash
03
Sit back & enjoy

The simulation runs automatically. No configuration needed.

01
Install WSL

Open PowerShell as Administrator and run:

wsl --install

Restart your PC when prompted.

02
Open Ubuntu

Go to Start → Ubuntu, or from PowerShell:

wsl

Create a username and password when prompted.

03
Update packages
sudo apt update && sudo apt upgrade -y
04
Run fake-hacking
curl -fsSL https://raw.githubusercontent.com/khanalsaroj/fake-hacking/main/hacking.sh | bash
Expect broken colors

Native PowerShell doesn't fully support ANSI escape codes. You'll get a degraded experience. WSL is strongly recommended.

01
Download the script
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/khanalsaroj/fake-hacking/main/hacking.sh" -OutFile hacking.sh
02
Run via bash (Git Bash / Cygwin)
bash hacking.sh

Disclaimer

⚠ READ THIS

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.

Credits

KHANAL SAROJ
Creator & maintainer of Fake Hacking
🎬 Movie 📺 Series 📹 YouTube 🎵 TikTok / Shorts 🎤 Talk / Presentation

If you use this project in any of the above, please credit "Fake Hacking by KHANAL SAROJ". Basic human decency.