Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to print creds saved by mimikatz #31

Closed
bsrinivasguptha opened this issue Dec 25, 2019 · 4 comments
Closed

Unable to print creds saved by mimikatz #31

bsrinivasguptha opened this issue Dec 25, 2019 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@bsrinivasguptha
Copy link

Empire Version

3.0

OS Information (Linux flavor, Python version)

Linux kali 5.3.0-kali2-amd64 #1 SMP Debian 5.3.9-3kali1 (2019-11-20) x86_64 GNU/Linux
Python 3.7.5

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

Below are the series of commands executed:

listeners
uselistener http
set Port 80
execute
launcher powershell http
interact <AGENT-1>
bypassuac http
interact <AGENT-2>
mimikatz
creds

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

(Empire: agents) > creds
Credentials:
  CredID  CredType   Domain                   UserName         Host             Password
[!] Exception: unsupported format string passed to bytes.__format__

Any additional information

None

@Hubbl3
Copy link

Hubbl3 commented Dec 25, 2019

@srinivasguptha we will address this shortly but this is a bug caused by the 2.7 to 3.x conversion. If you run it in 2.7 the error should go away as temporary work around

@Cx01N Cx01N added the bug Something isn't working label Dec 25, 2019
@Invoke-Mimikatz
Copy link

Running Empire 3.0.1 (bugfix branch) in python2 fails with the error below:

image

Running Python version 2.7.17

@Hubbl3
Copy link

Hubbl3 commented Dec 25, 2019

@Invoke-Mimikatz you need to run reset.sh when switching between versions. The pickle protocol doesn't seem to be version agnostic

Hubbl3 added a commit that referenced this issue Dec 26, 2019
@Hubbl3
Copy link

Hubbl3 commented Dec 26, 2019

@bsrinivasguptha and @Invoke-Mimikatz . I just pushed a commit to the 3.0-bug-fixes branch that fixes the issue

@Cx01N Cx01N closed this as completed Dec 28, 2019
vinnybod added a commit that referenced this issue Apr 8, 2021
* cleaned up empire.py

* removed arg handler

* more empire.py cleanup

* removed table functions

* removed need to use \n to print on new line

* re-added display_agent for now

* updated initial launcher

* updated formatting in empire

* updated imports

Co-authored-by: Vincent Rose <vrose04@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants