Learn & practice AWS Hacking:<imgsrc="/.gitbook/assets/arte.png"alt=""data-size="line">[**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)<imgsrc="/.gitbook/assets/arte.png"alt=""data-size="line">\
Learn & practice GCP Hacking: <imgsrc="/.gitbook/assets/grte.png"alt=""data-size="line">[**HackTricks Training GCP Red Team Expert (GRTE)**<imgsrc="/.gitbook/assets/grte.png"alt=""data-size="line">](https://training.hacktricks.xyz/courses/grte)
* Check the [**subscription plans**](https://github.com/sponsors/carlospolop)!
* **Join the** 💬 [**Discord group**](https://discord.gg/hRep4RUj7f) or the [**telegram group**](https://t.me/peass) or **follow** us on **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks\_live)**.**
* **Share hacking tricks by submitting PRs to the** [**HackTricks**](https://github.com/carlospolop/hacktricks) and [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) github repos.
Nella [**soluzione**](https://github.com/project-sekai-ctf/sekaictf-2022/tree/main/web/obligatory-calc/solution) per questa [**sfida**](https://github.com/project-sekai-ctf/sekaictf-2022/tree/main/web/obligatory-calc)**,** [**@Strellic\_**](https://twitter.com/Strellic\_) propone un metodo simile alla sezione precedente. Controlliamolo.
* **`window.calc.contentWindow`** è in realtà **`document.getElementById("calc")`**. Puoi sovrascrivere **`document.getElementById`** con **`<img name=getElementById />`** (nota che l'API Sanitizer -[qui](https://wicg.github.io/sanitizer-api/#dom-clobbering)- non è configurata per proteggere contro attacchi di DOM clobbering nel suo stato predefinito).
* Ora, abbiamo bisogno che **`e.source`** sia **`undefined`** o **`null`** (perché `==` è usato invece di `===`, **`null == undefined`** è **`True`**). Ottenere questo è "facile". Se crei un **iframe** e **invi** un **postMessage** da esso e immediatamente **rimuovi** l'iframe, **`e.origin`** sarà **`null`**. Controlla il seguente codice
Per bypassare il **secondo controllo** riguardo al token, si invia **`token`** con valore `null` e si rende il valore di **`window.token`** **`undefined`**:
* Inviare `token` nel postMessage con valore `null` è banale.
* **`window.token`** nella chiamata della funzione **`getCookie`** che utilizza **`document.cookie`**. Si noti che qualsiasi accesso a **`document.cookie`** in pagine di origine **`null`** genera un **errore**. Questo farà sì che **`window.token`** abbia valore **`undefined`**.
La soluzione finale di [**@terjanq**](https://twitter.com/terjanq) è il [**seguente**](https://gist.github.com/terjanq/0bc49a8ef52b0e896fca1ceb6ca6b00e#file-calc-html):
Impara e pratica il hacking AWS:<imgsrc="/.gitbook/assets/arte.png"alt=""data-size="line">[**HackTricks Training AWS Red Team Expert (ARTE)**](https://training.hacktricks.xyz/courses/arte)<imgsrc="/.gitbook/assets/arte.png"alt=""data-size="line">\
Impara e pratica il hacking GCP: <imgsrc="/.gitbook/assets/grte.png"alt=""data-size="line">[**HackTricks Training GCP Red Team Expert (GRTE)**<imgsrc="/.gitbook/assets/grte.png"alt=""data-size="line">](https://training.hacktricks.xyz/courses/grte)
* Controlla i [**piani di abbonamento**](https://github.com/sponsors/carlospolop)!
* **Unisciti al** 💬 [**gruppo Discord**](https://discord.gg/hRep4RUj7f) o al [**gruppo telegram**](https://t.me/peass) o **seguici** su **Twitter** 🐦 [**@hacktricks\_live**](https://twitter.com/hacktricks\_live)**.**
* **Condividi trucchi di hacking inviando PR ai** [**HackTricks**](https://github.com/carlospolop/hacktricks) e [**HackTricks Cloud**](https://github.com/carlospolop/hacktricks-cloud) repos su github.