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

Question|Consult: Benignware Emulation of LOLBAS Interpreters #61

Open
dfirence opened this issue Apr 6, 2020 · 1 comment
Open

Question|Consult: Benignware Emulation of LOLBAS Interpreters #61

dfirence opened this issue Apr 6, 2020 · 1 comment

Comments

@dfirence
Copy link

dfirence commented Apr 6, 2020

Greetings, I love your project and am researching it before I install it.

This is a question only:

Can binee allow for emulation of the Windows Terminals/Consoles apps interactively?

Specifically - CMD.EXE, POWERSHELL.EXE

I want to learn how the programs work using Binee.

Other examples I need to run are networking utilities: PING.EXE, ROUTE.EXE

@jholowczak
Copy link
Collaborator

Hello,

For cmd.exe and powershell.exe, we currently have no way to forward or emulate user input that would be required to make these programs run interactively. I'm sure few a full hooks on certain Windows Terminal/UI function calls to pass input prompts to a user would allow for this however, along with partial or full hooks of other necessary supporting functions/libraries.

For the other executables, ping.exe and route.exe, we have no functionality to support any network emulation at this current time. Implementing a simple network stack still a planned feature, however.

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

No branches or pull requests

2 participants