0x09AL / IIS-Raid

A native backdoor module for Microsoft IIS (Internet Information Services)
Apache License 2.0
532 stars 122 forks source link

There is some error when run iis_controller.py #5

Closed ca3tie1 closed 4 years ago

ca3tie1 commented 4 years ago
 File ".\iis_controller.py", line 7
SyntaxError: Non-ASCII character '\xe2' in file .\iis_controller.py on line 8, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details

so i delete the banner string and there another error when use "cmd net user"

    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xc5 in position 13: invalid continuation byte

I tried changing the file encoding but not sure what to use.