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.1k stars 566 forks source link

Decode string error #5

Closed Cx01N closed 4 years ago

Cx01N commented 4 years ago

Empire Version

Python3-hubble-1

OS Information (Linux flavor, Python version)

Kali Linux, Python 2.7

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

Error [!] Exception: decode method has been disabled in newstr during Python 3 conversion on the following modules:

/lib/modules/powershell/situational_awareness/host/antivirusproduct.py /lib/modules/powershell/situational_awareness/host/applockerstatus.py /lib/modules/powershell/situational_awareness/network/bloodhound.py /lib/modules/powershell/situational_awareness/network/get_spn.py /lib/modules/powershell/situational_awareness/network/port_scan.py /lib/modules/powershell/situational_awareness/network/port_scan.py /lib/modules/powershell/situational_awareness/network/powerview (All of these modules) /lib/modules/powershell/situational_awareness/network/port_scan.py /lib/modules/powershell/privesc/tater.py /lib/modules/powershell/trollsploit/message.py /lib/modules/powershell/trollsploit/process_killer.py /lib/modules/powershell/trollsploit/rick_ascii.py /lib/modules/powershell/trollsploit/rick_astley.py /lib/modules/powershell/trollsploit/voicetroll.py /lib/modules/powershell/trollsploit/wlmdr.py /lib/modules/powershell/code_execution/invoke_shellcode.py /lib/modules/powershell/privesc/powerup (All of these modules) /lib/modules/powershell/credentials/mimikatz\golden_ticket.py /lib/modules/powershell/exfiltration\egresscheck.pu /lib/modules/powershell/collection/toasted.py /lib/modules/powershell/collection/prompt.py /lib/modules/powershell/collection/netripper.py

Hubbl3 commented 4 years ago

Fixed in most recent commit to python3-hubble-1

Cx01N commented 4 years ago

Confirmed fix for Python 2.7.