-
-
Notifications
You must be signed in to change notification settings - Fork 963
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
Merging 0.5 Emperor into the main branch. #310
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
…t agent) from an pivot agent.
if a python script returns None, the client interprets that as an error and shows the first parameter to the user. if the command entered had no parameters, the client will seg fault. Now, the index 0 is shown to the user. Lastly, if the script returns True, the client does not interpret that as en error. this is simply to allow scripts to show some message to the user and exit gracefully (purely aesthetics, not a bug)
Free resources upon exit
1) if a listener is offline, it is not offered to the user 2) when the payload was generated and the user clicks 'Ok', the dialog closes itself
refactor payload dialog
When a BOF used to call this API, the message was ignored by the TS
fix handling of BeaconPrintf(CALLBACK_ERROR, 'foo')
I found that loading large BOFs can result in a heap overflow if the BOF has more than 256 functions (nanodump has over 1000)
fix heap overflow in BOF loader
Also, refactored how stdoutput is read from created processes
refactor verbose log on TS
if the listener was created manually, h.Config.Uris was an array of size one that contained an empty string this made the TS reject any request regardless of the path used
its makes little sense to kill all SMB agents as soon as there is a connection error instead, retry to connect for all eternity or until the KillDate is reached
this is to avoid overwhelming HTTP pivots when sleep 0
Update Commands.cpp
Refactoring event function
Create RELEASE.md
Instance.Teb was not initialized Also, changed infinite loop as it consumed all the CPU, calling Sleep fixes that.
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.
Merging the 0.5 Emperor into the main branch fixes a lot of known issues, adding a lot of new commands, features, and stability.
Happy hacking.