Releases
v0.1.2-Alpha
Team Server
Added MessageData class which holds the string response so it can be sent as proper JSON
made logging service auto pretty print JSON vs. new line delimited JSON
updated post-processing for commands to use MessageData class vs. just a string
Client
Added MessageData class which holds the string response so it can be sent as proper JSON
Added a kill date to the engineer creation page
removed working hours for now
Fixed JSON parsing (client/ team server) when commands only returned strings
reenabled seatbelt auto table parse
added status icon for the CompleteWithErrors
status
added helper function to clean up extra whitespace lines in the output
updated help menu and command validation for updated command args
Engineer
Added MessageData class which holds the string response so it can be sent as proper JSON
kill date functions in UTC, so make sure the selected date and time are based on UTC at creation
added unLoad AppDomain option to InlineAssembly
it will now create an app domain, load the assembly, and then unload the app domain
removing traces of the assembly from the loaded app domain list
users can also set the /appdomain flag to set the name of the created appdomain, the name is mscorlib by default
ex. inlineAssembly /file rubeus.exe /args klist /execmethod unloaddomain /appdomain mscorlib
0.1.1.5 changes included in this release as well
New update should help to resolve some display and interaction issues/command crashes
Updated cancel task to work better
updated shell and run to handle possible crashes better
run now streams back data as it receives it
cleaned up some UI responsiveness (thanks to @werdhaihai for the pr)
added a slider that changes the size of the interact window
fixed bug with manager deletion
team server now only sends ids of tasks that have returned vs. all tasks to the client to help performance
added better processing for odd JSON data that was failing to process
added toast popup when a task is canceled
You can’t perform that action at this time.