README.md (674B)
1 # htb-season-6-resource 2 3 Recipes for HTB Season 6 [Resource](https://app.hackthebox.com/machines/619) 4 5 ## Dependencies 6 7 ``` 8 poetry install 9 make key 10 ``` 11 12 ## Recipes 13 14 * `make attachments`: Download sensitive attachments 15 * `make webshell`: Enter interactive webshell 16 * `make mitrcauth`: Add public key to `msainristil`'s authorized keys 17 * `make oldca`: Transfer old CA to local 18 * `make oldcasign`: Sign ITRC certificates that can be authenticated as anyone 19 * `make remotesign`: Sign SSG certificates (non-root) using online API 20 * `make ssgcaprobe`: Probe new SSG CA via Bash glob pattern matching 21 * `make ssgcasign`: Sign SSG certificates using probed CA (full principal list)