> For the complete documentation index, see [llms.txt](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agrawain.gitbook.io/roadmap-hacking-smart-contract/vectores-de-ataque-en-contratos.md).

# Vectores de Ataque en Contratos

**¡EYYYYYY!** Espero que no te hayas venido hasta este apartado sin **haber** aprendido a programar en Solidity, hacer pruebas (*testing*) y dominar los fundamentos básicos necesarios para atacar contratos inteligentes. 🧐

De verdad, no te saltes pasos porque, sin esas bases, esto va a ser un caos para ti. Si ya tienes todo en orden, ¡perfecto, sigamos! Pero si no, mejor regresa, refuerza lo necesario y vuelve con todo para romperla aquí. ¡Vamos con todo! 🚀🔥

{% stepper %}
{% step %}

### Secureum Security Pitfalls 101

<https://secureum.substack.com/p/security-pitfalls-and-best-practices-101?s=r>
{% endstep %}

{% step %}

### Secureum Security Pitfalls 201

<https://secureum.substack.com/p/security-pitfalls-and-best-practices-201?s=r>
{% endstep %}

{% step %}

### SWC Registry

<https://swcregistry.io/>
{% endstep %}

{% step %}

### Hacking Ethereum CAP 1&#x20;

<https://www.youtube.com/watch?v=9tay0RQpsN0&t=1s> - Regálame una Sub y un like <3&#x20;
{% endstep %}

{% step %}

### Security and Audit - Advanced

<https://updraft.cyfrin.io/courses/security>
{% endstep %}

{% step %}

### Colección de Contratos Vulnerables

<https://github.com/kadenzipfel/smart-contract-vulnerabilities>
{% endstep %}
{% endstepper %}


---

# 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://agrawain.gitbook.io/roadmap-hacking-smart-contract/vectores-de-ataque-en-contratos.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.
