Releases: VbScrub/Rubeus-GUI
Alpha v0.4.2
The golden/silver ticket tab is nearly ready, but for now here's a minor update mainly focusing on some bug fixes and QOL improvements
Enhancements
- Added the ability to export brute force results to CSV file
- Improved UI for disabled accounts when AS-REP Roasting
- Improved tooltip explanations
Bug fixes
- The option "only find users with AES encryption enabled" on the Kerberoasting tab was not working correctly
- The "supported encryptions" field on the Kerberoasting tab was empty in some scenarios
- The option to only find users in a specific OU on the AS-REP Roasting tab was not working correctly
- When exporting hashes from AS-REP Roasting, error messages were also exported
- If a problem was encountered during initial startup then the process terminated silently without displaying any error message
Alpha v0.4
- Usernames are no longer case sensitive when using AES encryption to request a TGT or when using the Brute Force feature
- Due to the change above, added an option to the Brute Forcer to skip the first AS-REQ without preauth if you want to speed things up but accept usernames being case sensitive
- Added support for requesting TGTs for usernames that contain UTF8 characters
- Improved error messages when kerberoasting or AS-REP roasting
- The option to limit the number of kerberoasting results actually works now :')
Alpha v0.3
Took the plunge and started making some big changes to the original Rubeus codebase to make it more GUI friendly, which means we no longer have the command line output window attached to the bottom of the screen (yay). Now all of the results are displayed as you would expect in a proper GUI :)
Also wrote a new brute forcer instead of using the one used by Rubeus' brute
command. Again mainly to make it work better with a GUI, but I also took the opportunity to add an option to use multithreading which made it a lot faster in my tests.
As always, really keen to hear any feedback (good or bad) so feel free to leave some here: https://github.com/VbScrub/Rubeus-GUI/issues
Alpha v0.2
Very early alpha build with only the following tabs working:
- AS-REP Roasting
- Kerberoasting
- TGT requests
Looking for general feedback, suggestions, and bug reports (if they are definitely related to the UI and not the Rubeus output). Provide feedback here: https://github.com/VbScrub/Rubeus-GUI/issues
NOTE: The UI layout might change significantly soon as I'm considering forking the original Rubeus project into my own version so I can make a lot of changes to it that would better support a GUI program like this. This would allow me to ditch the command line output section altogether and just have it display results in a much more natural way.