Closed juushya closed 7 years ago
can you give me the output of the net user command? This is a Unicode issue which is still a problem throughout the tool.
Hi,
Here's the snipped output of 'net group "Domain Admins" / DOMAIN command:
Group name Domain Admins
Comment Designated administrators of the domain
Members
-------------------------------------------------------------------------------
admin.1 DomainAdmin2 DomainAdmin1
admin.2
...
...
The command completed successfully.
This user is a valid, active user (Domain Admin).
Just change to ISO-8859-1 at connection.py (line 478) and it works. At least for 3.1.5 version.
Steps to reproduce
Run the following command:
Command string used
cme --verbose DC-victim -d VictimDomain -u DomainAdmin1 -p password -x 'net user DomainAdmin2 /domain'
CME verbose output (using the --verbose flag)
OS
Target OS
Windows 2003 Server R1 (Windows 6.1 Build 7601)
Issue description
'net user' command is run as Domain Administrator.