forked from EmpireProject/Empire
-
-
Notifications
You must be signed in to change notification settings - Fork 691
v6.2.0 into main #797
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
Merged
+572
−525
Merged
v6.2.0 into main #797
Changes from 29 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
8fc15da
Prepare release 6.1.4 private
web-flow 3764e37
Merge pull request #1065 from BC-SECURITY/release/6.1.4-private
vinnybod 7baa7b2
Updated reset and clean functions (#1069)
Cx01N 4fc7fa2
fixed install script where goenv breaks in wsl
Cx01N 8ea1ac6
fixed launcher_bat when go agent is used
Cx01N 1cac86a
cleaned up code
Cx01N 606824c
added go to spawnas
Cx01N d2e20f1
added go to spawn
Cx01N c282455
added other languages to fodhelper
Cx01N abef4e6
updated changelog
Cx01N e0b0e93
fixed issue where gopire doesn't detect high integrity
Cx01N 5f5da01
format fixes
Cx01N 009bf7c
split fodhelper yaml text to 2 lines
Cx01N 9b816ea
fixed yamls with needs revision tag still included
Cx01N 2a55909
yaml fixes?
Cx01N 66cc865
yaml fixes?
Cx01N 8d5734e
manual yaml changes...
Cx01N 282c9be
more manual yaml changes...
Cx01N a6a157e
remove git clone crlf
Cx01N 2b20263
removed install changes
Cx01N 5eb8c13
Merge pull request #1071 from BC-SECURITY/6.0_fixes
Cx01N c9a22aa
fixed yaml merge mistake (#1073)
Cx01N 7826d02
Fixes to C# execution on IPY Agent (#1074)
Cx01N 878919b
Fix/port normalization overrides host port (#793)
ruvolof aa8e95f
Add X-Empire-Auth header and remove passlib (#1075)
vinnybod 8972fc5
Prepare release 6.2.0 private
web-flow bbdd3b5
Merge pull request #1076 from BC-SECURITY/release/6.2.0-private
vinnybod 72f0a31
Update starkiller version to v3.1.0
web-flow 880a131
Merge branch 'main' into release/6.2.0
vinnybod c8c4004
Update CHANGELOG.md
vinnybod File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # Resetting Empire state (--reset and --clean) | ||
|
|
||
| Empire provides two maintenance flags to help you return the system to a clean state between runs. | ||
|
|
||
| ## Reset | ||
|
|
||
| Start fresh without historical data while keeping generated files and dependencies on disk intact. | ||
|
|
||
| - What it does: | ||
| - Drops existing data and reinitializes the database schema. On the next start, Empire repopulates default values defined in your configuration. | ||
| - What it does not do: | ||
| - Does not delete or modify your configuration files (for example, config.yaml). | ||
| - Does not delete Starkiller or Empire-Compiler. | ||
|
|
||
| ### Example | ||
| ```bash | ||
| ./ps-empire server --reset | ||
| ``` | ||
|
|
||
| ## Clean | ||
|
|
||
| Completely resets Empire to a pristine state, removing config and all Starkiller and Empire-Compiler files. | ||
|
|
||
| - What it does: | ||
| - Performs everything --reset does (drops data and reinitializes the database). | ||
| - Deletes configuration files (for example, config.yaml) | ||
| - Removes Starkiller and Empire-Compiler files. | ||
|
|
||
| - What it does not do: | ||
| - Does not uninstall system-level prerequisites (for example, Python, Docker, or database servers). | ||
| - Does not remove your source checkout itself if you’re running from a cloned repository. | ||
|
|
||
| ### Example | ||
| ```bash | ||
| ./ps-empire server --clean | ||
| ``` |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.