You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I got this message when agent register on empire if I set the slack token :
TypeError: POST data should be bytes, an iterable of bytes, or a file object. It cannot be of type str.
the I lose the agent it goes to loop trying to register vise versa To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
I think it's caused because of shifting from python 2 to python3 .
Screenshots
none Additional context
nope
The text was updated successfully, but these errors were encountered:
@ghost5egy We must have missed a few lines during the python3 conversion. I will see about getting this fixed in a future release. We also take PRs if you think you can fix it. Thanks.
@ghost5egy@Gl3bGl4z
I fixed the slack encoding issue, however, it looks like slack is dropping legacy API support and will discontinue token creation on May 5th. I recommend getting a new token ASAP before they drop that functionality. Especially since it may be some time before we update the slack functionality to work with the newer API.
* fixed invoke-obfuscation issue when files not loaded during install/reset
* Update install.sh
* update dockerfile to ensure invoke obfuscation is properly installed (#184)
Co-authored-by: Vincent Rose <vrose04@gmail.com>
Empire Version
OS Information (Linux flavor, Python version)
Describe the bug
I got this message when agent register on empire if I set the slack token :
TypeError: POST data should be bytes, an iterable of bytes, or a file object. It cannot be of type str.
the I lose the agent it goes to loop trying to register vise versa
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I think it's caused because of shifting from python 2 to python3 .
Screenshots
none
Additional context
nope
The text was updated successfully, but these errors were encountered: