You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When executing atomic-operator on a windows 10 system, many tactics that are executed add additional white spaces and carriage returns to the commands. This can be observed in the output of the commands, or in the output logs.
To Reproduce
Steps to reproduce the behavior:
Go to Atomic Operator
Execute any techniques related to PowerShell or windows account discovery enumeration. (This has also been observed across other techniques)
Example1: Atomic-Operator run --techniques T1087.001 --select-tests
Example2: Atomic-Operator run --techniques T1059.001 --select-tests
See direct output or log file for details after commands are executed from the Atomic-Operator framework.
Screenshots
Please see screenshot for details related to added whitespace and carriage returns. Below in additional context area.
Desktop (please complete the following information):
OS: Windows 10 Pro - 10.0.19043 Build 19043 (x64)
Browser: Chrome
Additional context Screenshots
The text was updated successfully, but these errors were encountered:
@portslug Hey, sorry for the crazy long delay here - but looking at this it seems that the issue is with the output and not the command correct ? Just trying to verify before testing for myself.
The carriage returns and white spaces are from PowerShell (the shell) and how we process the different response streams from PowerShell itself. That being said, how do you think we should display this data - right now I just parse the response -> convert it to JSON (which adds/formats it to support JSON standards) but are thinking we should output the text output and log that instead of JSON ?
Describe the bug
When executing atomic-operator on a windows 10 system, many tactics that are executed add additional white spaces and carriage returns to the commands. This can be observed in the output of the commands, or in the output logs.
To Reproduce
Steps to reproduce the behavior:
Screenshots
Please see screenshot for details related to added whitespace and carriage returns. Below in additional context area.
Desktop (please complete the following information):
Additional context Screenshots
The text was updated successfully, but these errors were encountered: