> For the complete documentation index, see [llms.txt](https://hacking-notes.jord4n.pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hacking-notes.jord4n.pro/de/web-vulnerabilities/graphql-attack/graphql-mutation-pentesting-web.md).

# GraphQL-Mutation

{% hint style="info" %}
Andererseits ist der **GraphQL-Mutationen** sind Operationen, die es Clinkts ermöglichen, die Daten in der API zu ändern. Im Gegensatz zu Abfragen, die nur das Lesen von Daten erlauben, ermöglichen die Mutationen Clinkts, Daten hinzuzufügen, zu aktualisieren oder zu löschen. Das bedeutet, dass Mutationen das Potenzial haben, verwendet zu werden, um grundlegende Änderungen in der zugrunde liegenden Datenbank der API vorzunehmen. Wenn sie nicht ordnungsgemäß abgesichert sind, können die Mutationen von Angreifern ausgenutzt werden, um böswillige Änderungen in der API vorzunehmen, wie etwa das Löschen wichtiger Daten oder das Erstellen neuer Datensätze.
{% endhint %}

Wir \*\*finden\*\* den Inhalt unten, um Beiträge zu erstellen:

<figure><img src="/files/4116453471f5f70de4dd865ca501d0b10282d2c1" alt=""><figcaption></figcaption></figure>

Wir **fangen ab** die Anfrage mit Burp Suite:

<figure><img src="/files/b225d58440c5df8aea09b0f6164d734345e492c4" alt=""><figcaption></figcaption></figure>

Wenn wir die Nummer der **author/\_id**, sehen wir, dass wir in der Lage sind, Beiträge zu erstellen, während wir uns als jemand anderes ausgeben:

<figure><img src="/files/8f9d2b2814fec42260852bcda9c84c9d7daa0418" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/899e969bf528298adab5356e509de03ce03a3be7" alt=""><figcaption></figcaption></figure>


---

# 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://hacking-notes.jord4n.pro/de/web-vulnerabilities/graphql-attack/graphql-mutation-pentesting-web.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.
