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

creds command produces exception #65

Closed
Davewarrington opened this issue Jan 9, 2020 · 7 comments
Closed

creds command produces exception #65

Davewarrington opened this issue Jan 9, 2020 · 7 comments
Labels
bug Something isn't working confirmed

Comments

@Davewarrington
Copy link

Empire Version Latest 3.0.2

OS Information (Linux flavor, Python version) Kali 2019.4

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

Issuing Creds Command produces "[!] Exception: 'str' object has no attribute 'decode'"

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

Any additional information

Could be my build.. not really sure.

@Hubbl3
Copy link

Hubbl3 commented Jan 11, 2020

@Davewarrington can you give me some more context? were you interacting with an agent or was it from a specific menu? had you run a module such as invoke-mimikatz prior to the error?

I haven't been able to reproduce this error at this time.

@Davewarrington
Copy link
Author

hey @Hubbl3 .

If i load empire, from scratch, nothing configured, and run creds . I receive the error.
If i try to add creds it's the same issue.
creds display seems to work ok. however, as expected it's blank.

Attached SS.

image

image

@vinnybod
Copy link

@Hubbl3 I can verify after attempting to add a credential, I get an error on the creds command in both python2 and python3

@Hubbl3
Copy link

Hubbl3 commented Jan 12, 2020

@Davewarrington I pushed a commit to 3.0.2-bug-fixes that addresses the problem let me know if that doesn't fix it for you

@Cx01N Cx01N added bug Something isn't working confirmed labels Jan 12, 2020
@Davewarrington
Copy link
Author

Did a clean pull on the 3.02 and install .. first run ..

Traceback (most recent call last):
File "empire", line 1426, in
main = empire.MainMenu(args=args)
File "/opt/Empire/lib/common/empire.py", line 114, in init
self.listeners = listeners.Listeners(self, args=args)
File "/opt/Empire/lib/common/listeners.py", line 43, in init
self.load_listeners()
File "/opt/Empire/lib/common/listeners.py", line 68, in load_listeners
self.loadedListeners[listenerName] = imp.load_source(listenerName, filePath).Listener(self.mainMenu, [])
File "/opt/Empire//lib/listeners/http.py", line 450
<<<<<<< HEAD
^
SyntaxError: invalid syntax

@Hubbl3
Copy link

Hubbl3 commented Jan 12, 2020

@Davewarrington it looks like something went wrong when we did a merge earlier today. I am trying to figure out what happened

@Hubbl3
Copy link

Hubbl3 commented Jan 12, 2020

@Davewarrington we missed a conflict clean up when merging. If you re-pull Empire it should be working now

vinnybod added a commit that referenced this issue Apr 6, 2021
* fixed http_hop listener options not being copied

* updated changelog and version

* Update changelog

Co-authored-by: Vincent Rose <vrose04@gmail.com>
vinnybod added a commit that referenced this issue Apr 8, 2021
* fixed http_hop listener options not being copied

* updated changelog and version

* Update changelog

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 confirmed
Projects
None yet
Development

No branches or pull requests

4 participants