Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host OS Interaction #124

Open
leaustinwile opened this issue Sep 26, 2019 · 1 comment
Open

Host OS Interaction #124

leaustinwile opened this issue Sep 26, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@leaustinwile
Copy link

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.

@moloch-- moloch-- added the enhancement New feature or request label Sep 26, 2019
@rkervella
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants