BC-SECURITY / Empire

Empire is a post-exploitation and adversary emulation framework that is used to aid Red Teams and Penetration Testers.
https://bc-security.gitbook.io/empire-wiki/
BSD 3-Clause "New" or "Revised" License
4.23k stars 576 forks source link

Python 3: Mimikatz byte-like object error #15

Closed Cx01N closed 4 years ago

Cx01N commented 4 years ago

Empire Version

python3-hubble-1

OS Information (Linux flavor, Python version)

Kali 2019.3, Python 3

Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.

Running mimikatz from python3 gives the error message

[!] Error processing result packet from U6HL8T41 : a bytes-like object is required, not 'str'

Running mimikatz a second time after a few minutes will give the correct readout but still produces the same error at the end.

Screenshot of error, embedded text output, or Pastebin link to the error

image image

Any additional information

Cx01N commented 4 years ago

Fixed error.