# Book of Guru HariHaraun

## Book of Guru HariHaraun

- [About the Author](https://book.thegurusec.com/about-the-author.md): Welcome to the Book of Guru HariHaraun. Here, I share and document all my write-ups, which might help others in the information security community.
- [Certified Ethical Hacker (C|EH)(Practical)](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical.md): This note will guide you with all my methodologies I used while preparing and throughout the exam.
- [Reconnaissance (Footprinting)](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/reconnaissance-footprinting.md): Welcome to the Footprinting module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [Scanning Networks](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/scanning-networks.md): Welcome to the Scanning Networks module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [Enumeration](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/enumeration.md): Welcome to the Enumeration module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [Vulnerability Analysis](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/vulnerability-analysis.md): Welcome to the Vulnerability Analysis module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [System Hacking](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/system-hacking.md): Welcome to the System Hacking module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [Steganography](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/steganography.md): Welcome to the Steganography module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [Sniffing](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/sniffing.md): Welcome to the Sniffing module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [SQL Injection](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/sql-injection.md): Welcome to the SQL Injection module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [Hacking Web Applications & Servers](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/hacking-web-applications-and-servers.md): Welcome to the Hacking Web Applications & Servers module. This note will guide you thru all the methodologies I followed while preparing for CEH (Practical) exam.
- [Cloud Computing](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/cloud-computing.md): Welcome to the Cloud Computing module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [Cryptography](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/cryptography.md): Welcome to the Cryptography module. This note will guide you thru all the methodologies that I used while preparing for the CEH (Practical) exam.
- [The Final Note](https://book.thegurusec.com/certifications/certified-ethical-hacker-practical/the-final-note.md): Finally, for the Final Note. This note would have been guided you thru all the methodologies that I used while preparing for the CEH (Practical) exam.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://book.thegurusec.com/about-the-author.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.
