No more _MEI folder with PyInstaller
If you prefer to code your Red Team tools in Python like I do and you use Pyinstaller to create...
Obfuscation with enumerate and XOR
The enumerate function can be used to XOR characters of text with characters of a key. The example...