xp4xbox / Python-Backdoor

This project is a cross-platform backdoor/reverse shell and post-exploitation tool written in Python3
GNU General Public License v3.0
707 stars 204 forks source link

Improve Screenshotting and formatting #36

Closed tidely closed 4 years ago

tidely commented 4 years ago

Screenshot is now saved in memory, this reduces room for Permission errors and such and reduces Client footprint. detectSandboxie() and detectVM() now return bools instead of string, so they can be reused somewhere else

xp4xbox commented 4 years ago

Il review it soon. Can you verify that everything works with no errors?

tidely commented 4 years ago

Ill test everything now and fix anything that needs fixing

tidely commented 4 years ago

Everything works now

xp4xbox commented 4 years ago

Other than those two things everything looks good.

xp4xbox commented 4 years ago

Also can you recheck the melt() function. I tried it and when I test it it makes you confirm UAC prompt and its renamed to the wrong file winupdateclient.exe.

xp4xbox commented 4 years ago

ok looks good