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

Orphaned agents are not handled properly #23

Closed
Hubbl3 opened this issue Dec 2, 2019 · 1 comment
Closed

Orphaned agents are not handled properly #23

Hubbl3 opened this issue Dec 2, 2019 · 1 comment
Labels
bug Something isn't working confirmed

Comments

@Hubbl3
Copy link

Hubbl3 commented Dec 2, 2019

Empire Version

3.0 beta

OS Information (Linux flavor, Python version)

Kali 2019.3

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

If all agents are removes the db with an active agent running when the agent checks back in an error is thrown and it produces a new agent check in everytime that agent calls back.

Empire should be able to identify an orphaned agent and re-register it the db

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

Any additional information

@Cx01N Cx01N added the bug Something isn't working label Dec 3, 2019
@Hubbl3
Copy link
Author

Hubbl3 commented Dec 5, 2019

The issue has been isolated to python 3.x only. When run as python 2.7 the issue does not occur. The problem seems to be related to the session ID not updating in agents.py when the orphaned agent rechecks in

@Cx01N Cx01N added the confirmed label Dec 7, 2019
Cx01N added a commit that referenced this issue Dec 7, 2019
@Hubbl3 Hubbl3 closed this as completed Dec 7, 2019
vinnybod pushed a commit that referenced this issue Feb 21, 2021
* added cli submodule

* updated invoke-obfuscation directory for new install

* updated readme
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

2 participants