# Tactics, Techniques, and Procedures

[![License](https://img.shields.io/badge/license-GPL3-lightgrey.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html) [![Twitter URL](https://img.shields.io/twitter/follow/FreeZeroDays?label=FreeZeroDays%20%20%F0%9F%90%A6\&style=flat-square)](https://twitter.com/FreeZeroDays)

My big mess of offensive security notes and miscellaneous resources. In similar fashion to other resources of this nature, all commands documented have been manually verified as working and l33t at the time of documentation.

This was inspired by both [snovvcrash](https://github.com/snovvcrash) and [sneakerhax](https://github.com/sneakerhax)'s offensive note collections. I highly recommend checking them out if you're looking for additional resources!

{% hint style="warning" %}
DISCLAIMER. All information contained in this blog is provided for educational and research purposes only. The author is not responsible for any illegal use of any information published on the pages of this blog.
{% endhint %}

{% embed url="<https://github.com/FreeZeroDays>" %}
GitHub Profile
{% endembed %}

{% embed url="<https://parzival.sh>" %}
Personal Blog
{% endembed %}


---

# 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://ttp.parzival.sh/readme.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.
