Install Geek Typer on a coworker’s computer while they are at lunch. Leave it running on the "Wiping Hard Drive" scenario. Watch the color drain from their face when they return.
Let’s break down the keyword. is a web application (found at geektyper.com) that simulates various operating systems, hacking tools, and computer interfaces. The "Terminal" refers to the command-line interface (CLI) aesthetic—that retro, text-only screen that programmers and system administrators love. geek typer terminal
A newer addition. This simulates a terminal that is "breaking"—characters flicker, the screen glitches, and lines of code duplicate erratically. It is perfect for horror-themed streams or tech-gone-wrong skits. Install Geek Typer on a coworker’s computer while
By hitting the ~ (tilde) key, you can access the "Insane Mode" menu. This allows you to: Let’s break down the keyword
> ssh darknet@anonymous.hack > root@anonymous:~$ sudo su > Password: **************** > [sudo] authentication successful. > root@anonymous:~# nmap -sS -A 10.0.2.15 > Starting Nmap 7.80 ( https://nmap.org ) > Host is up (0.00034s latency). > PORT STATE SERVICE VERSION > 22/tcp open ssh OpenSSH 8.2p1 > 80/tcp open http Apache httpd 2.4.41 > 443/tcp open ssl/http nginx/1.18.0 > 8080/tcp open http-proxy > root@anonymous:~# hydra -l admin -P rockyou.txt ssh://10.0.2.15 > [ATTEMPT] target 10.0.2.15 - login "admin" - pass "123456" > [ATTEMPT] target 10.0.2.15 - login "admin" - pass "password" > [SUCCESS] login: admin pass: letmein > root@anonymous:~# sqlmap -u "http://target.site/page?id=1" --dbs > Parameter: id (GET) – vulnerable to UNION and boolean-based blind > available databases [3]: > [*] information_schema > [*] users_db > [*] corporate_data > root@anonymous:~# ./exploit --payload reverse_shell --lhost 192.168.1.47 > [!] Meterpreter session opened on port 4444 > [*] Sending shellcode... > [✓] Connection established. > root@anonymous:~# whoami > root > root@anonymous:~# echo "HACK THE PLANET" | lolcat > HACK THE PLANET > root@anonymous:~# exit > logout > Connection closed by remote host. > $