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

# Welcome

{% hint style="danger" %}
All content, walkthroughs, and information provided on this site are strictly for **educational purposes and Proof of Concept (PoC) demonstrations** only. I do **not condone**, promote, or take responsibility for any misuse of the techniques or tools discussed here.\
**You are solely responsible** for your actions. Always ensure you have proper authorization before performing any kind of security testing. Unauthorized access to systems is illegal and unethical.
{% endhint %}

**Hi** ,&#x20;

I'm **Vinay Jangam**, a Cybersecurity Aspirant from **India**. I'm currently sharpening my skills and diving deep into the world of ethical hacking through platforms like [**TryHackMe**](https://tryhackme.com/p/VINAY.JANGAM/) and **Hack The Box**. This GitBook is where I share my machine writeups, walkthroughs, and learning experiences.&#x20;

My hopes with this blog are that by me being a beginner, I'll make content in which **nothing** is overlooked and novice questions are not just asked but welcomed, researched, and *hopefully* answered. Anyways, welcome, enjoy your stay, and I hope you find what you're looking for!

## My Profiles&#x20;

{% embed url="<https://tryhackme.com/p/VINAY.JANGAM>" %}

{% embed url="<https://profile.hackthebox.com/profile/019cf6c0-4f3a-73f3-ab6e-b61249222d70>" %}

## My Certifications&#x20;

<table><thead><tr><th width="239.4000244140625">Obtained </th><th>In Progress</th><th>One Day</th></tr></thead><tbody><tr><td><a href="https://tryhackme-certificates.s3-eu-west-1.amazonaws.com/THM-62K0KLJGAX.pdf"><strong>Tryhackme's PreSecurity</strong></a> </td><td><strong>HackTheBox CPTS</strong> </td><td><strong>CPTS, OSCP, C|EH, eJPT,  OSED, OSEP, OSCE, OSEE,</strong> <strong>eCPPT, CRTP and many more ...</strong></td></tr><tr><td><a href="https://www.credly.com/badges/1af7788a-e79e-4f97-b2f0-34fda6b94d4d"><strong>CISCO Python Essentials 1</strong></a></td><td><p><strong>TryHackme's Jr Penetration Tester</strong> </p><p><br></p></td><td></td></tr><tr><td><a href="https://tryhackme-certificates.s3-eu-west-1.amazonaws.com/THM-AP8KBEVOWT.pdf"><strong>Tryhackme's CyberSecurity101</strong></a></td><td><strong>CISCO Certified Ethical Hacker</strong> </td><td></td></tr></tbody></table>

<h2 align="center"><strong>CONTACT</strong> </h2>

**INSTAGRAM**&#x20;

* [vinayjangam12](https://instagram.com/vinayjangam12)
* [vinay\_jangam12](https://instagram.com/vinay_jangam12)

**EMAIL**

* <jangamvinay814@gmail.com>&#x20;
* <vinayoffsec@gmail.com>&#x20;
* <connect.vinayjango@gmail.com>

{% hint style="warning" %}
Any emails may take time some time to get response as i am not active on email .
{% endhint %}


---

# 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://vinayjango101.gitbook.io/vj/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.
