# WriteUps

## WriteUps

- [Welcome!](https://sovietbeast-writeups.gitbook.io/writeups/welcome.md)
- [Windows](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/windows.md)
- [Escape](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/windows/escape.md): Medium windows box that includes stealing NTLM hash through mssql, passwords in logs files and privilege escalation via certificate template!
- [Linux](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/linux.md)
- [Dynstr](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/linux/dynstr.md)
- [Cap](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/linux/cap.md)
- [Explore](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/linux/explore.md)
- [Pit](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/linux/pit.md)
- [CozyHosting](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/linux/cozyhosting.md)
- [Keeper](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/linux/keeper.md): Easy linux machine that involve ticketing system, default credential, memory dump, desserts and owning a root account!
- [Sau](https://sovietbeast-writeups.gitbook.io/writeups/hackthebox/linux/sau.md)
- [HackTheBoo CTF 2022](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/hacktheboo-ctf-2022.md)
- [Web](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/hacktheboo-ctf-2022/web.md)
- [Web Evaluation Check](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/hacktheboo-ctf-2022/web/web-evaluation-check.md)
- [Fetch The Flag 2023](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/fetch-the-flag-2023.md): TOP4 BBY!
- [Web](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/fetch-the-flag-2023/web.md)
- [You wouldn't steal a /Flag.txt](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/fetch-the-flag-2023/web/you-wouldnt-steal-a-flag.txt.md)
- [Warmup](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/fetch-the-flag-2023/warmup.md)
- [beep64](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/fetch-the-flag-2023/warmup/beep64.md): Warmup, DTMF, T9, base64
- [Cryptography](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/fetch-the-flag-2023/cryptography.md)
- [S\_H](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/fetch-the-flag-2023/cryptography/s_h.md)
- [0xL4ugh](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/0xl4ugh.md)
- [Web](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/0xl4ugh/web.md)
- [Ghazy Corp](https://sovietbeast-writeups.gitbook.io/writeups/ctfs/0xl4ugh/web/ghazy-corp.md): Welcome to my corp.  /mail is just to simulating mail service it shouldn’t be vulnerable to something that will help you solving this challenge
- [Windows](https://sovietbeast-writeups.gitbook.io/writeups/random-notes/windows.md): So just random notes and shell comands to do stuff


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://sovietbeast-writeups.gitbook.io/writeups/welcome.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
