M23cisco / 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

UnicodeEncodeError #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. windows-privesc-check.exe -a

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Windows XP SP 2

Please provide any additional information below.

[snip]

        AUTORIDADE NT\SYSTEM has permission WRITE_OWNER on file C:\WINDOWS\System32\svchost.exe
Traceback (most recent call last):
  File "<string>", line 2907, in <module>
  File "<string>", line 2054, in check_services
  File "<string>", line 2197, in print_weak_perms
  File "wpc\build\pyi.win32\wpc\outPYZ1.pyz/encodings.cp437", line 12, in encode
UnicodeEncodeError: 'charmap' codec can't encode character u'\xc1' in position 
80: character maps to <undefined>

C:\tools>

Original issue reported on code.google.com by viniciuskmax@gmail.com on 28 Nov 2011 at 4:32

GoogleCodeExporter commented 8 years ago
additional info: tested with standard user (no admin rights)

Original comment by viniciuskmax@gmail.com on 28 Nov 2011 at 4:33