Flag 8
Last updated
Was this helpful?
Last updated
Was this helpful?
Continuing where I left off from Flag 7, I retrieved the LORRI-Cert.txt
Request
Response
I saved the response to a file, and opening it using notepad shows a bunch of base64 encoded value. As the file name suggest that its some kind of certificate, more googling needs to be done.
ChatGPT also helped out by giving step by step instructions.
Running the Get-AzResource
shows that I have access to an Azure Key Vault.
Flag 8 : DART spacecraft has entered final descent.
The article from shows how I can authenticate with the cert.
The Application ID is retrieved from the current version of OSIRIS-REx.txt
found in tsarray
stroage account at .
Now, I can either manually enumerate the Azure Key Vault, or use Get-AzPasswords
to list the key vault secrets.