-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mapi Listener does not like the "obfuscate" argument #14
Comments
This issue exists in the http_foreign listener when using obfuscation in generate_launcher, I removed the extra argument and this resolved the issue. |
@sharpbazil Thanks for the report, sorry I haven't had a change to take a look. I'll take a look when I get a chance. @cjensenius If you have a fix for this, could you submit a PR so I can understand how you fixed it? |
@cobbr, no problem I will send a PR sometime tomorrow after testing, though in my haste earlier I neglected to notice that @sharpbazil has a simple function signature issue which is distinct from the issue I ran into. Would you prefer a PR for each issue separately? OP issue (I think): My change to the foreign listener was to line 232 of https://github.com/cobbr/ObfuscatedEmpire/blob/master/lib/listeners/http_foreign.py
|
@cjensenius Yeah, if you have identified two distinct issues, then it would probably be helpful to have a PR for each of them. Either way works though. |
(on Ubuntu 16.04)
Always found the MAPI listener/stager to be finnicky, and it doesn't seem to like most things about being included with empire. This particular issue appears unique to ObfuscatedEmpire.
The error is on generation of any powershell stager for the MAPI listener:
[!] Exception: generate_launcher() got an unexpected keyword argument 'obfuscate'
Might just be a quick fix to delete wherever that argument is sent to the MAPI stager generation code.
The text was updated successfully, but these errors were encountered: