forked from EmpireProject/Empire
-
-
Notifications
You must be signed in to change notification settings - Fork 581
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
Empire 3.3.3 Release #280
Merged
Empire 3.3.3 Release #280
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
Cx01N
commented
Aug 12, 2020
- Added get_gpo_computer module - Added get_gpo_computer module #271 (@byt3bl33d3r)
- Added port forwarding module - Add port forwarding module #265 (@snovvcrash)
- Updated HTTP/HTTP_com listeners to closer resemble IIS 7.5 - Adjust HTTP listeners' responses to resemble IIS 7.5 more #277 (@adamczi)
- Updated lateral movements (invoke_smbexec/invoke_dcom/invoke_executemsbuild/invoke_wmi) to include option for custom commands - Include Command option for SMBexec lateral movement module #247 (@Invoke-Mimikatz)
- Updated Mimikatz 2.2.0 20200809 AzureAd x-ms-RefreshTokenCredential & DPAPI everywhere - Mimikatz 2.2.0 20200809 AzureAd x-ms-RefreshTokenCredential & DPAPI everywhere #279 (@Cx01N)
- Fixed issue with duplicate results in db - Fixed module results getting duplicated in db and the delete_agent_results HTTP API endpoint #266 (@byt3bl33d3r)
- Fixed empty token issue in API - [BUG] API Server Authentication Bypass #274 (@vinnybod)
- Fixed missing keyword argument in ETWBypass - Fixed missing keyword argument ETWBypass #273 (@Cx01N)
…sults HTTP API endpoint (#266) * Fixed modules logging results twice in database - Fixed the delete_agent_results HTTP API endpoint * Fixed SQL queries Co-authored-by: Anthony Rose <anthony.rose@bc-security.org>
Co-authored-by: Anthony Rose <anthony.rose@bc-security.org>
* Add port forwarding module * Update references * Add call to the keyword obfuscation function
* HTTP listeners - make welcome.png case-insensitive Signed-off-by: adamczi <adamczi@users.noreply.github.com> * HTTP listeners - imitate 405 response page Signed-off-by: adamczi <adamczi@users.noreply.github.com> * HTTP listeners - adapt to resemble IIS more - fixed 200 to 404 code in http.py when no cookie is passed - minor changes in HTML responses to make alike to original IIS pages - bump Werkzeug's HTTP version header from 1.0 to 1.1 for the same reason Signed-off-by: adamczi <adamczi@users.noreply.github.com> * HTTP listeners - route to default IIS iisstart.htm Signed-off-by: adamczi <adamczi@users.noreply.github.com> Co-authored-by: Anthony Rose <anthony.rose@bc-security.org>
* adding command option for invoke_smbexec module * Added custom "Command" to lateral_movement/invoke_dcom module * Added "Command" option for lateral_movement/invoke_executemsbuild module * Added "Command" option for lateral_movement/invoke_wmi module Co-authored-by: Anthony Rose <anthony.rose@bc-security.org> Co-authored-by: rooooot <realhumanbean@example.com>
vinnybod
added a commit
that referenced
this pull request
Mar 12, 2022
* initial working injection * added process injection * updated custom generate * working shellcode injection * fixed custom generate for c# modules * fixed csharp and ironpython injection * Update ProcessInjection.Covenant.yaml * Update empire/server/modules/csharp/ProcessInjection.Covenant.py Co-authored-by: Vincent Rose <vrose04@gmail.com> * updated processinjection to use handle_error_message for consistency Co-authored-by: Vincent Rose <vrose04@gmail.com>
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.