Fake cmd for scambaiting

Just for fun I wrote a simple (fake) CMD that can be used for scambaiting, it has all regular cmd commands working. I’m not a windows developer, so I couldn’t find a way to make it replace the actual cmd, so it has to be somehow lured into to be used. There’s a lot of fake cmd’s but this is my try.

(I don't recommend running it on your host machine, please read https://github.com/ishidex2/fake-cmd/blob/main/LICENSE )

Download:
https://github.com/ishidex2/fake-cmd/releases/tag/windows-v1

As I said this acts like a normal cmd, but there's joke hotkeys:

(F keys)

F1 -> Every time scammer presses a key, the window is unfocused, needing him to focus again to type another key
F2 -> Every time scammer presses a key, the color of CMD foreground and background changes
F3 -> Doesn't allow to write more than 3 digits in one line
F4 -> The window will always be on top
F5 -> Substitute words (hardcoded)
Foreign -> Trusted
ESTABLISHED -> SECURE
Refund -> Airplane
refund -> airplane
REFUND -> AIRPLANE
F6 -> the window slowly scrolls up

to terminate a running command, press ESC

>

@neoguy99#186062 I couldn’t find a way to make it replace the actual cmd

Very ingenious! You can disable the normal cmd within GPE or Reg Edit, but you had better know what you're doing with the latter. At times I disable that and notepad on my VM and enjoy the havoc and carnage that produces.

Hello, yes I tried disabling real CMD through regedit, but I’m afraid VM won’t boot after that, and another problem was that my program relies on real CMD to run commands

>

@neoguy99#186073 my program relies on real CMD to run commands

Ahhh, gotcha...actually makes computer logic sense. I've never run into a boot issue though I normally reset before logging. Still, very nicely done!