> For the complete documentation index, see [llms.txt](https://steve-s.gitbook.io/0xtriboulet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://steve-s.gitbook.io/0xtriboulet/disclaimers.md).

# Disclaimers

1. All work here is a snapshot in time. You may or may not be able to achieve the same/similar effects when you try these techniques years, months, days, or even hours after the writeup.
2. All work here, my GitHub, or anywhere is proof-of-concept (PoC). It is not intended to be a final product of any kind and can therefore sometimes prove to be inconsistent. I do these writeups part-time, sorry.
3. All work here is intended to demonstrate and document security issues, and not intended to violate anyone's terms of service, privacy, or rights of any sort. Please contact me on Twitter if you feel you have been aggrieved in some way.
4. If I made an error, mistake, or you believe information availible here to be incorrect, please contact me on Twitter so corrective action can be taken. This is not a technical support offer.
5. While I'm willing and open to answering questions about my work or discuss the offensive security field, I do not offer technical support of any kind. Please do not ask.

With thanks,\
Steve\
\
Twitter: [@0xTriboulet](https://twitter.com/0xTriboulet)


---

# 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://steve-s.gitbook.io/0xtriboulet/disclaimers.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.
