> For the complete documentation index, see [llms.txt](https://thebinarybot.gitbook.io/cybersecurity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thebinarybot.gitbook.io/cybersecurity/bug-bounty-hunting/basics.md).

# Basics

Fundaments : Understanding the Internet

1. Understanding the Model: <https://twitter.com/thebinarybot/status/1562054331859345410>
2. DNS: <https://twitter.com/thebinarybot/status/1562431068376276992>
3. DNS Records: <https://twitter.com/thebinarybot/status/1563140493982060546>
4. Ports and Firewalls: <https://twitter.com/thebinarybot/status/1564629802014965765>
5. SSL & TLS: <https://twitter.com/thebinarybot/status/1565314826305421312>
6. Proxy and Reverse Proxy: <https://twitter.com/thebinarybot/status/1569700581626855425>
7. HTTP Requests and Responses: <https://twitter.com/thebinarybot/status/1577261081948553217>
8. Cookies: <https://twitter.com/thebinarybot/status/1578032467520331776>
9. Token-Based Authentication: <https://twitter.com/thebinarybot/status/1578363302803013633>
10. JSON Web Tokens (JWTs): <https://twitter.com/thebinarybot/status/1583132736184647686>

Now that you've learnt the basics, checkout these threads before you start.

* How would I start my journey from scratch: <https://twitter.com/thebinarybot/status/1557705929633792002>
* Choosing the right program: <https://twitter.com/thebinarybot/status/1559171143390695424>


---

# 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://thebinarybot.gitbook.io/cybersecurity/bug-bounty-hunting/basics.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.
