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

Fixed deprecated base64 decodestring method #422

Merged
merged 2 commits into from
Dec 18, 2020

Conversation

brimstone
Copy link

@brimstone brimstone commented Dec 16, 2020

I had an issue generating a launcher dll using python 3.9.1 on kali. Seems like the decodestring method is now removed and was just an alias for decodebytes.
empire base64 decodestring

TODO:

  • Test the dll with empire
  • Test the dll with meterpreter

@brimstone brimstone changed the title Fixed deprecated base64 function Fixed deprecated base64 decodestring method Dec 16, 2020
@brimstone
Copy link
Author

This works with powershell/code_execution/invoke_reflectivepeinjection and metasploit's post/windows/manage/reflective_dll_inject.

@Cx01N Cx01N changed the base branch from master to dev December 17, 2020 03:58
@Cx01N Cx01N merged commit 4f5a085 into BC-SECURITY:dev Dec 18, 2020
@Cx01N Cx01N mentioned this pull request Dec 18, 2020
vinnybod added a commit that referenced this pull request Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants