robiot / rustcat

Rustcat(rcat) - The modern Port listener and Reverse shell
https://git.io/rustcat
GNU General Public License v3.0
675 stars 61 forks source link

Implemenet Custom Builtin "stty cbreak -echo" For Command History #22

Closed robiot closed 2 years ago

robiot commented 2 years ago

Instead of rustyline on unix, implement a custom function in rust that does the same as "stty cbreak -echo".

https://github.com/wertarbyte/coreutils/blob/master/src/stty.c

robiot commented 2 years ago

Added!