Comment on page
Obfuscation
The best way to prevent detection is to use custom payloads. To avoid detection with existing ones you can use a custom crypter that loads & decrypts shellcode.
Other than that there are some projects that aim at automating this process:
python3 powerob.py obfuscate originalfile.ps1 obfuscatedfile.ps1
Last modified 9mo ago