# Hall of Fame

This book exists because people gave their time, knowledge, and effort to make it better for everyone who reads it. This page is a permanent record of the people who helped build it.

If you contribute meaningfully to this book — fixing errors, improving sections, adding resources, or helping maintain it — your name belongs here too.

***

## Author

**Ahmad Abdur Rehman**

Creator of this book and the community around it. Cybersecurity practitioner, open-source advocate, and the reason this exists in the first place.

[LinkedIn](https://www.linkedin.com/in/ahmadscience/) | [Discord](https://discord.gg/vkXWVFdFe)

***

## Co-Author

**Noor Maryam**

Co-author of the original book. Contributed to the foundational content and structure that this project was built on.

***

## Contributors

People who have made meaningful contributions to the content, structure, or quality of this book.

| Name | Contribution        |
| ---- | ------------------- |
| Alee | Content contributor |

***

## How to Get Listed Here

There are no complicated rules. If you do something that genuinely makes this book better for readers, you get listed.

That includes:

* Fixing factual errors or outdated information
* Improving clarity in a section that was confusing
* Adding resources that belong in the Further Reading sections
* Translating content
* Reporting issues that get fixed
* Helping maintain the project over time

Submit a pull request on GitHub. If the contribution is accepted, your name goes here. It's that simple.

Your GitHub profile gets a real open-source contribution. Your resume gets something worth talking about in an interview. And the next person who reads this book gets a better experience because of you.

**Ready to contribute?** The repo is at [github.com/whatsdd/HackingintoCyberSecurity](https://github.com/whatsdd/HackingintoCyberSecurity). Start with something small. Fix a typo. Improve a paragraph. That's how everyone starts.

***

*Questions about contributing? Join the community on* [*Discord*](https://discord.gg/vkXWVFdFe) *or reach out on* [*LinkedIn*](https://www.linkedin.com/in/ahmadscience/)*.*


---

# 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://book.ahmad.science/hall-of-fame.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.
