Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tnhung2011
Last active August 29, 2022 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tnhung2011/d39bb4b5db1f746877ce78fbfc49403a to your computer and use it in GitHub Desktop.
Save tnhung2011/d39bb4b5db1f746877ce78fbfc49403a to your computer and use it in GitHub Desktop.
Totally a fake shell to fool Command Prompt itself
@echo off
title Hacker Shell
color 02
prompt $$$S
doskey clear=cls
cls
echo Welcome to the Hacker Shell!
echo Credits to tnhung2011 for this :)
echo.
cmd /k
@echo on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment