BishopFox / sliver

Adversary Emulation Framework
GNU General Public License v3.0
8.24k stars 1.09k forks source link

Host OS Interaction #124

Open leaustinwile opened 4 years ago

leaustinwile commented 4 years ago

It would be nice if you could interact with the host/server OS without having to switch tabs to a new shell. In the metasploit console, if what you don't type isn't a valid metasploit command, it sends it to bash for interpretation. If there is a big switch/case, just put os.system(command) in the default block (whatever the go equivalent is). Would make operating a bit more of a fluid process.

rkervella commented 4 years ago

@leaustinwile we'll try to add that in a future release. In the meantime you can still use a terminal multiplexer like tmux or screen.