spellshift / realm

Realm is a cross platform Red Team engagement platform with a focus on automation and reliability.
https://docs.realm.pub/
GNU General Public License v3.0
425 stars 32 forks source link

[bug] Windows Command Prompt Errors #716

Open jabbate19 opened 8 months ago

jabbate19 commented 8 months ago

Describe the bug Running a command failed to execute in a shell tome, but worked in a meterpreter shell.

The error seems to indicate that the command is not properly being parsed into the command prompt.

To Reproduce Use the built-in shell tome to try and execute on a Domain Controller:

net group "Domain Admins" USERNAME /add /domain

See error from response

Expected behavior Receive a "Command Executed Successfully" response

Screenshots

image image

Desktop (please complete the following information):

Additional context N/A

jabbate19 commented 4 weeks ago

This might have gotten solves after the whole Windows Rust CVE. I can check later