# Training and Career

- [Keeping it Real for Beginners](https://martian1337.gitbook.io/notes/training-and-career/keeping-it-real-for-beginners.md): Below are my key considerations and recommendations for being successful in the security space
- [Cybersecurity Domains](https://martian1337.gitbook.io/notes/training-and-career/cybersecurity-domains.md)
- [Reading and Repos](https://martian1337.gitbook.io/notes/training-and-career/reading-and-repos.md)
- [Media](https://martian1337.gitbook.io/notes/training-and-career/media.md)
- [Guides](https://martian1337.gitbook.io/notes/training-and-career/guides.md)
- [Cybersecurity Roadmaps](https://martian1337.gitbook.io/notes/training-and-career/guides/cybersecurity-roadmaps.md): This is a general roadmap for learning about cybersecurity. It covers a wide range of topics, from foundational concepts to advanced techniques.
- [Cybersecurity Training Topics](https://martian1337.gitbook.io/notes/training-and-career/guides/cybersecurity-training-topics.md): This list covers key areas of learning within the field of cybersecurity
- [AppSec Training Pathway](https://martian1337.gitbook.io/notes/training-and-career/guides/appsec-training-pathway.md)
- [Resume and Interview Guide](https://martian1337.gitbook.io/notes/training-and-career/guides/interview-checklist.md)
- [Exploit & Malware Development](https://martian1337.gitbook.io/notes/training-and-career/guides/exploit-and-malware-development.md): A Structured Pathway to Mastering Exploits, Reverse Engineering, and Advanced Malware Tactics
- [Martian's Exploit Dev Pathway](https://martian1337.gitbook.io/notes/training-and-career/guides/exploit-and-malware-development/martians-exploit-dev-pathway.md)
- [Platforms](https://martian1337.gitbook.io/notes/training-and-career/platforms.md)
- [General](https://martian1337.gitbook.io/notes/training-and-career/platforms/general.md)
- [Offensive Security](https://martian1337.gitbook.io/notes/training-and-career/platforms/offensive-security.md)
- [Defensive Security](https://martian1337.gitbook.io/notes/training-and-career/platforms/defensive-security.md)
- [CTF Sites](https://martian1337.gitbook.io/notes/training-and-career/platforms/ctf-sites.md)
- [Live Vulnerable Sites](https://martian1337.gitbook.io/notes/training-and-career/platforms/live-vulnerable-sites.md): These are deliberately vulnerable web applications used for educational and testing purposes.


---

# 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://martian1337.gitbook.io/notes/training-and-career.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.
