binee icon indicating copy to clipboard operation
binee copied to clipboard

Question|Consult: Benignware Emulation of LOLBAS Interpreters

Open dfirence opened this issue 4 years ago • 1 comments

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

dfirence avatar Apr 06 '20 14:04 dfirence

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.

jholowczak avatar Apr 06 '20 14:04 jholowczak