> For the complete documentation index, see [llms.txt](https://blog.r00t-hunter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.r00t-hunter.com/r00t-hunter/user-responsibility.md).

# User Responsibility

Hunter Labs is an independent cybersecurity research platform focused on offensive security, digital defense, malware analysis, red teaming, web application security, reverse engineering, and security awareness.

The material shared on this platform is created for researchers, students, security professionals, and technology enthusiasts who want to understand how real-world security threats, attack surfaces, and defense mechanisms operate. All demonstrations, research notes, technical breakdowns, and proof-of-concepts are intended to support ethical learning and authorized security testing only.

Users are personally responsible for ensuring that their actions comply with applicable laws, regulations, and organizational policies. Any attempt to misuse information from this platform for unauthorized access, disruption, surveillance, exploitation, or illegal activity is strictly against the purpose of this website.

Hunter Labs does not guarantee that all published content will always be accurate, complete, updated, or suitable for every environment. Cybersecurity changes rapidly, and some information may become outdated, experimental, or opinion-based over time.

By using this website, you acknowledge that all information is accessed voluntarily and at your own risk. Hunter Labs and its contributors shall not be held responsible for any damage, data loss, legal consequences, system compromise, or misuse resulting from the application of information available on this platform.

Certain articles or references may include external resources, research papers, tools, or publicly available third-party material. Ownership and credit for such content remain with their respective creators.


---

# 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 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, and the optional `goal` query parameter:

```
GET https://blog.r00t-hunter.com/r00t-hunter/user-responsibility.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
