> For the complete documentation index, see [llms.txt](https://klevrbook.gitbook.io/home/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://klevrbook.gitbook.io/home/cybersecurity.md).

# Cybersecurity

- [Avyukt Security](https://klevrbook.gitbook.io/home/cybersecurity/avyukt-security.md)
- [CTF write-ups](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups.md)
- [TryHackMe](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme.md): All writeups of the room I have solved categorized by their difficulty level.
- [Easy](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/easy.md): All the easy challenges on TryHackMe
- [Lookup](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/easy/lookup.md): Test your enumeration skills on this boot-to-root machine.
- [Cyborg](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/easy/cyborg.md): Writeup of the Cyborg room on TryHackMe.
- [Tech\_Supp0rt: 1](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/easy/tech_supp0rt-1.md): A detailed writeup of the Tech Support: 1 Room on TryHackMe
- [Evil-GPT](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/easy/evil-gpt.md)
- [Skynet](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/easy/skynet.md): A vulnerable Terminator themed Linux machine.
- [Publisher](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/easy/publisher.md)
- [Medium](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/medium.md)
- [UltraTech](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/medium/ultratech.md)
- [Wonderland](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/medium/wonderland.md)
- [Padelify](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/medium/padelify.md)
- [Valenfind](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/medium/valenfind.md): Can you find vulnerabilities in this new dating app?
- [Recruit](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/medium/recruit.md)
- [Hard](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/hard.md)
- [Daily Bugle](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/hard/daily-bugle.md)
- [Plant Photographer](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/hard/plant-photographer.md)
- [Industrial Intrusion CTF](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/tryhackme/industrial-intrusion-ctf.md): Detailed writeups of the challenges I could solve during the Industrial Intrusion CTF held by TryHackMe.
- [Proving Grounds](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds.md): All writeups of the rooms i have solved on Offsec's Proving Grounds.
- [Easy](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/easy.md)
- [CyberSploit1](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/easy/cybersploit1.md)
- [OnSystemShellDredd](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/easy/onsystemshelldredd.md)
- [InfosecPrep](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/easy/infosecprep.md)
- [Seppuku](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/easy/seppuku.md)
- [FunBoxEasyEnum](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/easy/funboxeasyenum.md)
- [Photographer](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/easy/photographer.md)
- [Intermediate](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/intermediate.md)
- [Tre](https://klevrbook.gitbook.io/home/cybersecurity/ctf-write-ups/proving-grounds/intermediate/tre.md)
- [Tool Reviews](https://klevrbook.gitbook.io/home/cybersecurity/tool-reviews.md)
- [Projects](https://klevrbook.gitbook.io/home/cybersecurity/projects.md)
- [zipC](https://klevrbook.gitbook.io/home/cybersecurity/projects/zipc.md)
- [Bug hunting](https://klevrbook.gitbook.io/home/cybersecurity/bug-hunting.md)


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://klevrbook.gitbook.io/home/cybersecurity.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.
