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

# Mains

- [Resume For Cyber Security Freshie](https://oreobiscuit.gitbook.io/introduction/mains/resume-for-cyber-security-freshie.md): Let's begin with an example resume for a Cyber Security student.
- [Browser extension For Bug Bounty](https://oreobiscuit.gitbook.io/introduction/mains/browser-extension.md): Here are all the Recommended Browser Extensions for the Bug Bounty Hunter
- [POC Videos YT Channel](https://oreobiscuit.gitbook.io/introduction/mains/poc-videos-yt-channel.md): Here are all the YouTube channel listed who upload POC(Proof Of Concept) videos related to Bug-Bounty, Exploiting Vulnerabilities, Bugs, Web-App-Functions and many more.
- [55 YouTube Channels To Learn Hacking](https://oreobiscuit.gitbook.io/introduction/mains/55-youtube-channels-to-learn-hacking.md)
- [Hackers to Follow on Social Media](https://oreobiscuit.gitbook.io/introduction/mains/hackers-to-follow-on-social-media.md): Learn from the Best: Many top hackers share their techniques, tools, and methodologies. Learning directly from their experiences and insights can significantly improve your own skills and understandin
- [Twitter](https://oreobiscuit.gitbook.io/introduction/mains/hackers-to-follow-on-social-media/twitter.md): Twitter provides immediate access to the latest security news, trends, and vulnerabilities. Hackers often share discoveries and insights in real-time, allowing you to stay ahead of emerging threats.
- [Medium](https://oreobiscuit.gitbook.io/introduction/mains/hackers-to-follow-on-social-media/medium.md): Medium is known for its long-form content, where hackers often publish detailed articles and research papers. These posts provide in-depth analyses, step-by-step guides, and comprehensive breakdowns.
- [YouTube](https://oreobiscuit.gitbook.io/introduction/mains/hackers-to-follow-on-social-media/youtube.md): YouTube offers a visual and auditory learning experience. Watching video tutorials and demonstrations makes complex concepts easier to understand and apply.
- [GitHub](https://oreobiscuit.gitbook.io/introduction/mains/hackers-to-follow-on-social-media/github.md): Hackers often share their latest tools, scripts, and frameworks on GitHub. By following them, you gain access to these resources, which can enhance your toolkit and improve your efficiency in finding
- [Discord Server](https://oreobiscuit.gitbook.io/introduction/mains/hackers-to-follow-on-social-media/discord-server.md)
- [Security GitBooks](https://oreobiscuit.gitbook.io/introduction/mains/hackers-to-follow-on-social-media/security-gitbooks.md)
- [Learn The Basics](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics.md): Learn the Basics
- [Type Of Cyber Security](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics/type-of-cyber-security.md)
- [Common Job Roles](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics/common-job-roles.md): Here are the names of Cyber Security job roles categorized by level and focus
- [Get Started With InfoSec](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics/get-started-with-infosec.md): All the resources, Roadmap, CTF, programming knowledge, YT channels related to Cyber Security are documented here.
- [Best Bug Bounty Platform](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics/best-bug-bounty-platform.md)
- [Best InfoSec Writeups Website](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics/best-infosec-writeups-website.md)
- [Hacking Books](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics/hacking-books.md)
- [CLI Commands](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics/cli-commands.md)
- [Learn WSL](https://oreobiscuit.gitbook.io/introduction/mains/learn-the-basics/learn-wsl.md)
- [Fun Programming Codes](https://oreobiscuit.gitbook.io/introduction/mains/fun-programming-codes.md): Here are the some amazing Programming codes which I created when I was bored
- [Build your own Bug Bounty Methodology](https://oreobiscuit.gitbook.io/introduction/mains/build-your-own-bug-bounty-methodology.md): Here I'm documenting all the Methodologies I found on Internet So you can learn from them and make your own unique methodology from it
- [Bug Bounty Checklist](https://oreobiscuit.gitbook.io/introduction/mains/bug-bounty-checklist.md)
- [JS Analysis for Bug Bounty](https://oreobiscuit.gitbook.io/introduction/mains/js-analysis-for-bug-bounty.md)
- [Learn to Use Burp Suite](https://oreobiscuit.gitbook.io/introduction/mains/learn-to-use-burp-suite.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://oreobiscuit.gitbook.io/introduction/mains.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.
