> For the complete documentation index, see [llms.txt](https://blogs.cracksoft.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blogs.cracksoft.in/readme.md).

# About Me

### Hey, I’m glad you’re here.

I’m a curious human, a passionate hacker, and a relentless trainer on a mission to decode the digital world—and help others do the same.

From bending code to my will, to breaking things just to rebuild them stronger, I live at the intersection of logic and creativity. Whether I’m reverse-engineering a system, solving real-world problems with code, or mentoring the next wave of tech warriors, I do it with purpose, precision, and just the right amount of chaos.

### **👤 Human**

\
First and foremost, I'm human—flawed, learning, evolving. I thrive on challenges, crave knowledge, and believe in the power of curiosity. I drink coffee like it's a programming language and find beauty in both silence and source code. My days are a mix of late-night debugging, sunrise thoughts, and moments of pure digital zen.

### **💻 Hacker**

\
Not the hoodie-in-a-dark-room cliché (well, not always). I’m a white-hat hacker who believes in ethical hacking, digital defense, and making tech a safer place. I love diving deep into systems, finding vulnerabilities, and turning risks into resilience. I see the world in ones and zeroes—but I never forget the humans behind the data.

### **🔥 Trainer**

\
Tech is only powerful when it’s shared. That’s why I train, teach, and mentor others—translating complex concepts into real-world skills. Whether it’s cybersecurity, coding, or critical thinking, I help people unlock their potential and build confidence through knowledge.

***

**In short?**\
I’m here to build, break, teach, and evolve—one line of code, one student, and one wild idea at a time.

Let’s connect, collaborate, or just talk shop. This is more than a blog—it’s a journey. And you’re invited.

**🌐 Connect With Me:**

[![LinkedIn](https://img.shields.io/badge/-LinkedIn-0A66C2?style=flat\&logo=linkedin\&logoColor=white)](https://in.linkedin.com/in/cracksoftshlok) [![Twitter](https://img.shields.io/badge/-Twitter-1DA1F2?style=flat\&logo=twitter\&logoColor=white)](https://x.com/cracksoftshlok) [![Email](https://img.shields.io/badge/-Email-D14836?style=flat\&logo=gmail\&logoColor=white)](mailto:shlok.k3sarwani@gmail.com)


---

# 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://blogs.cracksoft.in/readme.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.
