# Bounties & CTFs

## Bounty Programs

| Bounty Program                                                                                                        | Summary                                                                                    | CD Team |
| --------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ------- |
| [Github CodeQL ](https://securitylab.github.com/bounties)                                                             | Maximum bounty is $2500, codeQL is a good tools to found issues with open source projects. | TBD     |
| [Facebook OSQuery Bug bounty](https://www.facebook.com/notes/facebook-bug-bounty/bug-hunting-osquery/954850014529225) | Minimum bounty is $500, and this is a great way to learn OSQuery.                          | TBD     |

## Capture The Flag Machines

| Program                                          | OSCP Relevant Machines                                                                                                        |
| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- |
| [Boot2Root](https://blog.g0tmi1k.com/boot2root/) |                                                                                                                               |
| [HackTheBox](http://www.hackthebox.eu)           | OpenAdmin,                                                                                                                    |
| [Vulnhub](https://www.vulnhub.com/)              |                                                                                                                               |
| [TryHackMe](https://tryhackme.com/)              | 'Rooms' meant to teach you a set of skills, or King of the Hill competitions where you fight to maintain control of a machine |


---

# Agent Instructions: 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://oscp.cyberdefendersprogram.com/bounties-and-competitions.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.
