Awesome
AggressorScripts
Collection of scripts that I created to make my life easier since I'm not good at remembering command-line options and don't like typing things.
CreateTicket.cna
- Generate golden, silver, and trust tickets from the GUI. The created tickets are then injected into the current session.
- The default settings are:
- It uses the
/endin:600
and/renewmax:10080
arguments to set the ticket lifetime and the maximum lifetime that a ticket can be renewed.
- It uses the
Screenshots
Seatbelt.cna
- Run Seatbelt from the GUI.
- The default settings are:
- It runs Seatbelt using the
-full
option to return complete results without any filtering. (Can only be disabled by removing the-full
string from the code.) - It saves the result to
C:\Windows\Temp\out.txt
. Leaving this option blank won't save the result to a file.
- It runs Seatbelt using the
- Note: Before using, modify the value of the
$assembly
variable first and point it to the location of the Seatbelt binary.
Screenshots
SharpHound.cna
- Run SharpHound from the GUI.
- The default settings are:
- It runs using the
--NoSaveCache
option to prevent writing cache files to disk, which can help with AV and EDR evasion. - It saves the result to
C:\Windows\Temp\
directory. Leaving this option blank will save the file to the directory where SharpHound was launched from.
- It runs using the
- Note: Before using, modify the value of the
$assembly
variable first and point it to the location of the Sharphound binary.
Screenshots