> For the complete documentation index, see [llms.txt](https://vivekreddy.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://vivekreddy.gitbook.io/home/about-me/summary.md).

# Summary

### Introduction

Hi, I'm Vivek Reddy, a cybersecurity enthusiast, developer, and ethical hacker passionate about securing digital landscapes. With a strong foundation in web security, OSINT, and full-stack development, I love tackling cybersecurity challenges, building efficient applications, and contributing to the infosec community. I have participated in numerous hackathons and CTF competitions, refining my skills in ethical hacking and penetration testing.

### 🎯 Skills & Expertise&#x20;

I have developed expertise in:

* **Programming Languages:** Python, Java, C
* **Cybersecurity & Web Security:** Ethical hacking, vulnerability assessments, penetration testing
* **Networking & Security Tools:** Wireshark, Burp Suite, Nmap, Metasploit, Aircrack-ng
* **Operating Systems:** Linux (Ubuntu, Kali), Windows
* **Cloud Security & Infrastructure:** Cloud computing concepts, securing web applications
* **OSINT & Threat Intelligence:** Using open-source intelligence tools for investigations
* **Database Management:** SQL, PostgreSQL, MySQL
* **Software Development & API Security:** Full-stack development, JWT authentication

### 🚀 Journey & Experience

My journey into cybersecurity and development started during my school years when I first got introduced to programming. I quickly became interested in how software and networks work, leading me to explore ethical hacking and web security. Over time, I honed my skills through self-learning, participating in hackathons, and solving challenges on platforms like TryHackMe and Hack The Box.

#### 📌 Key Experiences

* Completed multiple **Capture The Flag (CTF)** competitions, testing and improving my penetration testing skills.
* Worked on real-world cybersecurity projects, including **an OSINT-based challenge** where participants must locate hidden information using publicly available tools.
* Developed an **Intelligent Image Annotation Tool**, integrating AI-based image recognition with a MERN stack dashboard.
* Created a **Bus Booking System**, which managed logistics for exams at centres over 100 km away, handling over 80 buses in 3 days.
* Gained hands-on experience in **vulnerability assessments** and secure application development.


---

# 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://vivekreddy.gitbook.io/home/about-me/summary.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.
