# Encyclopedia of Solidity Attack Vectors

## Attack Vectors

{% content-ref url="/pages/eWbF1cQ1vKoPEwWUjvfn" %}
[Reentrancy](/encyclopedia-of-solidity-attack-vectors/reentrancy.md)
{% endcontent-ref %}

{% content-ref url="/pages/vDTrCIzGOXVwQtetk2AQ" %}
[Contract Cannot Accept Ether DoS](/encyclopedia-of-solidity-attack-vectors/contract-cannot-accept-ether-dos.md)
{% endcontent-ref %}

{% content-ref url="/pages/TO29AEaBArqTdiiEiYq8" %}
[Gas Griefing](/encyclopedia-of-solidity-attack-vectors/gas-griefing.md)
{% endcontent-ref %}

{% content-ref url="/pages/4fPklQLHopVCDWUUhjol" %}
[isContract Manipulation](/encyclopedia-of-solidity-attack-vectors/iscontract-manipulation.md)
{% endcontent-ref %}

{% content-ref url="/pages/WA0bSn5QAgslzK3Ffdxt" %}
[🏃♂ 🏃♂ Front/Back-Running](/encyclopedia-of-solidity-attack-vectors/front-back-running.md)
{% endcontent-ref %}

{% content-ref url="/pages/8rpE92icba2TehtyXRvI" %}
[External Call Reverts DoS](/encyclopedia-of-solidity-attack-vectors/external-call-reverts-dos.md)
{% endcontent-ref %}

{% content-ref url="/pages/EN2RurZWt0yrhCzDlByt" %}
[block.timestamp Manipulation](/encyclopedia-of-solidity-attack-vectors/block.timestamp-manipulation.md)
{% endcontent-ref %}

{% content-ref url="/pages/GHgVaf3KzK3X33HOEcWP" %}
[tx.origin Phishing Attack](/encyclopedia-of-solidity-attack-vectors/tx.origin-phishing-attack.md)
{% endcontent-ref %}


---

# 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://lab.guardianaudits.com/encyclopedia-of-solidity-attack-vectors.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.
