# Hacker's Docs

## Docs

- [Main](https://docs.hackerspot.net/main.md): Yet another information security documentations
- [Web Security](https://docs.hackerspot.net/web-security.md)
- [Security Headers](https://docs.hackerspot.net/web-security/security-headers.md)
- [Content Security Policy](https://docs.hackerspot.net/web-security/security-headers/content-security-policy.md)
- [Same Origin Policy](https://docs.hackerspot.net/web-security/security-headers/same-origin-policy.md)
- [Web Vulnerabilities](https://docs.hackerspot.net/web-security/web-vulnerabilities.md)
- [Cross Site Scripting](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-scripting.md)
- [Stored XSS](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-scripting/stored-xss.md)
- [Cross Site Request Forgery](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-request-forgery.md)
- [CSRF Best Practices](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-request-forgery/csrf-best-practices.md)
- [CSRF Example Usages](https://docs.hackerspot.net/web-security/web-vulnerabilities/cross-site-request-forgery/csrf-example-usages.md)
- [Server Side Request Forgery](https://docs.hackerspot.net/web-security/web-vulnerabilities/server-side-request-forgery.md)
- [SQL Injection](https://docs.hackerspot.net/web-security/web-vulnerabilities/sql-injection.md)
- [Secure Coding Practices](https://docs.hackerspot.net/secure-coding-practices.md)
- [Learning Resources](https://docs.hackerspot.net/secure-coding-practices/learning-resources.md)
- [Cheatsheets](https://docs.hackerspot.net/cheatsheets.md)
- [Security Tools](https://docs.hackerspot.net/cheatsheets/security-tools.md)
- [Nmap](https://docs.hackerspot.net/cheatsheets/security-tools/nmap.md)
- [Tcpdump](https://docs.hackerspot.net/cheatsheets/security-tools/tcpdump.md)
- [Cloud Tools](https://docs.hackerspot.net/cheatsheets/cloud-tools.md)
- [Argo](https://docs.hackerspot.net/cheatsheets/cloud-tools/argo.md)
- [Docker](https://docs.hackerspot.net/cheatsheets/cloud-tools/docker.md)
- [Kubernetes](https://docs.hackerspot.net/cheatsheets/cloud-tools/kubernetes.md)
- [Coding](https://docs.hackerspot.net/cheatsheets/coding.md)
- [Bash](https://docs.hackerspot.net/cheatsheets/coding/bash.md)
- [Go](https://docs.hackerspot.net/cheatsheets/coding/go.md)
- [Python](https://docs.hackerspot.net/cheatsheets/coding/python.md)
- [C++](https://docs.hackerspot.net/cheatsheets/coding/c++.md)
- [AI Security](https://docs.hackerspot.net/ai-security.md)
- [Learning Resources](https://docs.hackerspot.net/ai-security/learning-resources.md)
- [Coding Practices](https://docs.hackerspot.net/coding-practices.md)
- [Leetcode](https://docs.hackerspot.net/coding-practices/leetcode.md): Some leetcode questions for security roles
- [API](https://docs.hackerspot.net/coding-practices/api.md)
- [Log Parsing](https://docs.hackerspot.net/coding-practices/log-parsing.md)
- [Penetration Testing](https://docs.hackerspot.net/penetration-testing.md)


---

# 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://docs.hackerspot.net/main.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.
