# Breaching Defenses Course

## About this website

This is my personal notes about pentesting and red teaming.\
I will try to organise it like a course and hopefully help other people train their Red Teaming skills with it.\
Each part is reproducible in the [breaching-defenses Red Team home lab](https://github.com/RobinFassina-Moschini/Breaching-Defenses.com).\
All the notes will include an OPSEC section with the IOC corresponding and how to find them in the ELK (Elasticsearch, Logstash, and Kibana) included in the lab, but can be easily transposed to other Security Information and Event Management (*SIEM*) solution (Splunk for example).

### Whoami /all

I'm working as a penetration tester/Red Teamer, since 5+ years, mostly in the travel and media industry. I'm focusing in Web application and hardware testing, malware and exploit development, and red/purple teaming.


---

# 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://www.breaching-defenses.com/master.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.
