-
-
Notifications
You must be signed in to change notification settings - Fork 586
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
Exception Error #30
Comments
i found error when uploading a file using to agent that is connected when using the command Error is: |
We added the updates to 3.0-bug-fixes for testing before rolling it out. We aren't seeing the issues anymore, so let us know if it still present. |
hi again. i tried the new update with a fresh install server. cannot load empire due to this error
detail of server is: i tried both |
sorry, i fixed this by using the command |
hello. i am still seing the bug when using the windows/macro. currently using fresh install ubuntu 18.04 |
and the error when upload file is still there. |
You may still be on the 3.0 branch instead of the hotfixes branch. If you run the following commands from the Empire folder.
Which version does it say you are running? |
ahhh sorry. i did not pull the correct branch. thank you for the info above |
i realised the error will come when trying to upload a file that is bigger in size. when i upload a normal txt file, it can manage to upload. |
The check for file sizes larger than 1 MB should now work on the 3.0-bug-fixes branch and you will receive this message when trying to upload large files. Thank you for working through this issue with us. |
* fixed encoding issue where large modules broke malleable agents w/netbios * updated submodules * Updated changelog and version * fixed changelog formatting Co-authored-by: Vincent Rose <vrose04@gmail.com>
* fixed encoding issue where large modules broke malleable agents w/netbios * updated submodules * Updated changelog and version * fixed changelog formatting Co-authored-by: Vincent Rose <vrose04@gmail.com>
Empire Version
[Version] 3.0 BC-Security Fork
OS Information (Linux flavor, Python version)
Ubuntu 18.04, Python 3.6.9
Expected behavior and description of the error, including any actions taken immediately prior to the error. The more detail the better.
usestager windows/macro
when execute should output a macro filebut when execute above, it shows error
Exception: module 'string' has no attribute 'letters'
and return to main empire pageScreenshot of error, embedded text output, or Pastebin link to the error
Any additional information
I just updated empire from the previous version to this new version. the previous version works well when using the macro stager module.
The text was updated successfully, but these errors were encountered: