m0m0x01d 6.0.0 → 7.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/redirect2.svg.html +11 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m0m0x01d",
3
- "version": "6.0.0",
3
+ "version": "7.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>