Stopping processes(e.g find, grep, python http server) without exiting a reverse shell

@d4gd4 said:
@TazWake Unfortunately, in my case, no commands can be entered after foregrounding, due to the Enter btn simply outputting ‘^M’ to the screen. But I will put this one in my backpocket, I’ve never seen the reset cmd before. Thanks!

Are you using zsh? If so, issuing fg in the same line like
stty raw -echo; fg
will do the trick.