Last active 1722799521

Blouse6 revised this gist 1722799521. Go to revision

1 file changed, 3 insertions

svg.svg(file created)

@@ -0,0 +1,3 @@
1 + <svg xmlns="http://www.w3.org/2000/svg" onload="alert('XSS')">
2 + <circle cx="50" cy="50" r="40" stroke="black" stroke-width="3" fill="red" />
3 + </svg>

Blouse6 revised this gist 1722799260. Go to revision

1 file changed, 1 insertion

test.js(file created)

@@ -0,0 +1 @@
1 + alert('This is a test alert!');
Newer Older