bats3c / shad0w

A post exploitation framework designed to operate covertly on heavily monitored environments
https://blog.dylan.codes/shad0w/
MIT License
2.03k stars 323 forks source link

Python Base64 Issue on command execution #97

Closed sdhornet closed 3 years ago

sdhornet commented 3 years ago

I am able to generate, execute, and receive callbacks on beacons.

However, when I try to run commands on the beacon I am receiving the below python errors in base64.py.

shad0w

I followed the installation instructions from https://blog.dylan.codes/shad0w/ .

magificul commented 3 years ago

The master branch is currently not working. You should use the latest release version as that is working. I've dm'ed batsec about this and he is working on fixing the master branch

sdhornet commented 3 years ago

Thanks for the update, I can't seem to get python3.8 running with the beta release, and 3.9 seems to be what is causing issues with the b64 encoding. I will just wait until the main branch is fixed.