RCE doesn't allow backspace. It displays a ^H

Hi,
I am working on Schooled machine. I get shell and I upgraded via python. Fine. The problem is that each time I press backspace to delete a char it appear ^H. I don’t know how to fix this problem. It is annoying not to be able to correct a misspelling or something.
Anybody can help me, please?

Hi there, what kind of shell are you using (echo $0 )to find out, if you are using /bin/sh try changing to /bin/bash (just type /bin/bash in the command)
also here you have another option:

Did you tried Ctrl+U? :wink:

“welcome in '99 and telnet ;)”

Good luck!

P.S.
try msf as a rev shell. hope that helps

1 Like

Hi,
Finally I fix the issue. I tested the same in pawnbox and there no ^H issue. So, I made several tests in my box using different shells and root user. Eventually, I figured out I only experience this when I work with tmux.

My quick solution was stty erase ^H

It was anoying this issue to solve the box.

Thank for the tips.