Empire
Empire copied to clipboard
[FEATURE REQUEST] Trying to add some features
Is your feature request related to a problem? Please describe.
No, it's about a completely new feature.
Describe the solution you'd like
Semi-random obfuscation on HTTP stagers and payloads.
Describe alternatives you've considered
I already have a custom and working PowerShell obfuscator with very good bypass rates.
Additional context
I want to include my custom obfuscator in Empire's HTTP stagers and payloads. Trying to wrap ALL HTTP-related stagers and payloads, I just need a list with every script that gets transfered when staging via HTTP. That's all.
Thank you!
@analyserdmz the simplest way would be to hook the obfuscate command in the helpers.py file. All the modules already have the obfuscate command exposed in them.