wntrcrvr / windows-privesc-check

Automatically exported from code.google.com/p/windows-privesc-check
GNU General Public License v2.0
0 stars 0 forks source link

KeyError: USERDOMAIN #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
Running either version with any switch

What is the expected output? What do you see instead?
Traceback (most recent call last):
  File "<string>", line 2990, in <module>
  File "wpc\build\pyi.win32\wpc\outPYZ1.pyz/os", line 423, in __getitem__
KeyError: 'USERDOMAIN'

What version of the product are you using? On what operating system?
Windows 2003

Please provide any additional information below.

Original issue reported on code.google.com by recrude...@gmail.com on 7 Jan 2014 at 8:11

calebwatt15 commented 8 years ago

I'm having this same issue on a Windows XP SP1 - 32bit box. Happens when I run it with the following flags: --dump -a --audit -a -o priv.txt

[i] Running as current user. No logon creds supplied (-u, -D, -p).

Traceback (most recent call last): File "", line 22, in File "windows_privesc_check\build\pyi.win32\windows_privesc_check\outPYZ1.pyz/wpc.utils", line 614, in populate_scaninfo File "windows_privesc_check\build\pyi.win32\windows_privesc_check\outPYZ1.pyz/os", line 425, in getitem KeyError: 'USERDOMAIN'