# /home/sfoffo/.pt-notes

```shell
sfoffo@notes:~$ cat /home/sfoffo/.pt-notes
A collection of practical insights and experiences from my
journey in offensive security and penetration testing.
```

***

## **About me**

{% hint style="success" %}
**I have started documenting my research articles on my other website, check it out!**\
[**https://research.sfoffo.com/**](https://research.sfoffo.com/)
{% endhint %}

| Category          | Link                                                                                                                                                                                                                                                                                                                                                               |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Published CVEs    | <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42845">CVE-2024-42845</a> <a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41819">CVE-2024-41819</a><br><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-41943">CVE-2024-41943</a>  <a href="https://nvd.nist.gov/vuln/detail/CVE-2024-50344">CVE-2024-50344</a></p>         |
| Published Content | <p><a href="https://research.sfoffo.com/"><strong>My Research Blog</strong></a><br><a href="https://app.hackthebox.com/challenges/952">HackTheBox NotPosixtive Challenge</a></p>                                                                                                                                                                                   |
| Certifications    | [OSCP](https://www.credential.net/0f20fd98-e959-487c-b8cf-071e2dd6a004#gs.e5z68u) [CPTS](https://www.credly.com/org/hack-the-box/badge/hack-the-box-certified-penetration-testing-specialist-htb-cpts) [eWPTv2](https://certs.ine.com/e7ae9538-ed08-4f3e-8f44-30bad423de84#gs.e5y7a1) [eJPT](https://certs.ine.com/87729a83-8099-4e25-81e4-0cb321ae7622#gs.e63juk) |
| My Profiles       | <p><a href="https://it.linkedin.com/in/alessio-romano">LinkedIn</a>  <a href="https://app.hackthebox.com/profile/347632">Hack the Box</a><br><a href="https://github.com/alessio-romano">GitHub</a> <a href="https://www.exploit-db.com/?author=12194">Exploit-DB</a></p>                                                                                          |

***

## **Disclaimer**

```shell
sfoffo@notes:~$ cat /home/sfoffo/.disclaimer
⚠️ Disclaimer: These notes are for educational and research purposes only.
Any misuse for illegal or unethical activities is strictly prohibited.
The author assumes no responsibility for misuse or damages arising from the content.
```


---

# 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://notes.sfoffo.com/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.
