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

# About Me

I’m **l1nuxkid**, a recent BSc Cybersecurity graduate and offensive security enthusiast. I operate on a core principle: you can’t effectively test or secure a system unless you first master how it works under the hood. I focus on first-principles thinking, dissecting system internals to understand the "why" and "how" before attempting to exploit vulnerabilities.

Along the way, I’ve participated in and won a couple of CTFs on platforms like OffSec and TryHackMe, which helped sharpen my practical skills.

Speaking of achievements, I’ve earned the [**OSCP+ certification from OffSec**](https://credentials.offsec.com/0d0fb983-4975-41ad-8d5b-3a1a7450afc4#acc.spomlKzq) and the [**Jr Penetration Tester (PT1) certification from TryHackMe**](https://assets.tryhackme.com/certification-certificate/689d55a206bb7980aa46a373.pdf), a hands-on certification focused on real-world penetration testing skills. I’m currently working toward the **CWES certification from Hack The Box**.

On Hack The Box, I’ve reached the **Pro Hacker** rank, solving 120+ machines along with several Pro Labs, further strengthening my practical offensive security skills.

This space is where I document my journey, share write-ups, and grow alongside others in the infosec community.


---

# 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, and the optional `goal` query parameter:

```
GET https://l1nuxkid.gitbook.io/l1nuxkid-docs/about-me.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
