m0m0x01d 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/file.html +2 -16
  2. package/package.json +1 -1
package/file.html CHANGED
@@ -5,23 +5,9 @@
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
7
  <title>Redirecting...</title>
8
- <script>
9
- window.onload = function() {
10
- // Get the 'redir' parameter from the query string
11
- const urlParams = new URLSearchParams(window.location.search);
12
- const redirectUrl = urlParams.get('redir');
13
-
14
- // If 'redir' is present, redirect to the provided URL
15
- if (redirectUrl) {
16
- window.location.href = redirectUrl;
17
- } else {
18
- document.body.innerHTML = "<h1>Error: No redirection URL provided!</h1>";
19
- }
20
- };
21
- </script>
8
+ <meta http-equiv="refresh" content="0; url=https://40fe2e9f7b.ipv6.bypass.eu.org/">
22
9
  </head>
23
10
  <body>
24
- <h1>Redirecting...</h1>
11
+ <p>If you are not redirected automatically, <a href="https://40fe2e9f7b.ipv6.bypass.eu.org/">click here</a>.</p>
25
12
  </body>
26
13
  </html>
27
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m0m0x01d",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "ssrf",
5
5
  "main": "index.html",
6
6
  "scripts": {