forked from EmpireProject/Empire
-
-
Notifications
You must be signed in to change notification settings - Fork 588
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
Malleable C2 HTTP Listener #287
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hubbl3
added a commit
that referenced
this pull request
Sep 13, 2020
* Fix for preobfuscation error - #281 * Updated http_foreign for Empire 3 (#283) * Updated changelog and version to 3.3.4 * Fixed min language version for modules * Malleable C2 HTTP Listener (#287) * Add files via upload * Add files via upload * initial listener fixes * Listeners working * stager generating * RC4 routingpacket error * stage 1 working * successful agent callback * Added function name aliasing * Fixed profile load issue * removed commented code * Fixed validation encoding errors * Updated Routing packet format * Updated malleableC2 parser * updating obfuscation * no routing packet for malleable listener * updated stager base * removed print statement, agent sessionid error * semi working * amazon.profile working * minor fixed meterpreter.profile working * string + data encoding fix for gmail.profile * append profiles working * updated netbios encoding * replaced urllib.parse.unquote until string bug is fixed * updated obfuscation hooks and default response * error with mask/key encoding * fix for hex and unhex data * fixed urlsplit, b64decode, and b' append errors * fixed obfuscation * removed utf-8 from parser and lower() only uri check Co-authored-by: johneiser <[email protected]> Co-authored-by: hubbl3 <[email protected]> * removed commented code in packets.py * Fix for MS-16-032 (#292) * Fixed agent launch issue with MS-16-032 * removed duplicate options * Invoke-Watson (#294) * Added Invoke-Watson to modules * Changed min language version * Invoke-WinPEAS (#293) * Added Invoke-WinPEAS module * Updated min language version * Invoke-DomainPasswordSpray (#295) * Added DomainPasswordSpray.ps1 * Updated domainpasswordspray.ps1 * Updated version and changelog to 3.4.0RC-1 * Added plugins being loaded at startup (#301) * Added auto_load plugins from directory * Updated messages for loading plugins * Fixed CLI stager incorrectly shutting down (#300) * Changed moduleName to display full name (#299) * updated moduleName to properly be displayed * Added module_name to API endpoint * Updated info in Invoke-SMBExec to indicate single target (#298) * Updated changelog and version to 3.4.0-RC2 * missing spaces -> tabs fix in IIS default page (#302) * Updated Slack API Notifications to Webhooks (#303) * Updated Slack API Notifications to Webhooks * Updated invalid biohazard symbol formatting Co-authored-by: Cx01N <[email protected]> Co-authored-by: johneiser <[email protected]> Co-authored-by: adam <[email protected]>
Merged
vinnybod
pushed a commit
that referenced
this pull request
Mar 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Malleable HTTP listener based on EmpireProject#1174, compatible with most Cobalt Strike profiles.