A bind shell built in rust; compatible with both Windows and Linux.
- Open a codespace with this project and launch a tmux session
tmux- Hit
Ctrl + band then"to split the tmux session into two horizantal panes - Run the project in one pane
cargo run ./src/- Hit
Ctrl + band then the up arrow to change the active tmux session to the top - Enter a netcat connection on localhost port 4444
nc 127.0.0.1 4444ctrl + cto exit
- cmd: internal commands such as
echo,type,pauseanddirwill not work.- To work around this, you can use
cmd /c <command>
- To work around this, you can use
- powershell: cmdlets do not work, only env vars can be printed to the screen
- tab complete is not implemented
- command history cannot be used