forked from EmpireProject/Empire
-
-
Notifications
You must be signed in to change notification settings - Fork 579
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
AttributeError when executing module via API #92
Comments
Cx01N
added a commit
that referenced
this issue
Feb 1, 2020
vinnybod
added a commit
that referenced
this issue
Feb 1, 2020
Cx01N
added a commit
that referenced
this issue
Feb 5, 2020
* Fixed str decode error in API - #92 * Fixed stager outfile bytes error using API * Fixed python3 conversion errors for backdoorlnkmacro * Fixed zipfile error in multi/war * Added string encoding check to osx/dylib * Fixed byte errors in osx/macho launcher * Fixed byte and system errors in osx/pkg generation * Removed print statement in lnk launcher * Removed debug statements * Fixed exception error in autorun queue - #95 * Cleaned up save_file in agents.py * Updated version * Updated changelog
vinnybod
pushed a commit
that referenced
this issue
Jul 27, 2021
* not working, just saving rsa conversion and pycryptodome * fixed pycryptodome functions * cleaned up code * readded requirements files * updated changelog
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Empire Version
3.0.6
OS Information (Linux flavor, Python version)
Debian Buster, Python 3.7.5 (Docker build)
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
When attempting to execute a module on an agent using the API, it doesn't execute and the response comes back with
Screenshot of error, embedded text output, or Pastebin link to the error
Any additional information
I've tried multiple modules, and they all come back with that response.
The text was updated successfully, but these errors were encountered: