m0m0x01d 0.0.1-security → 1.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of m0m0x01d might be problematic. Click here for more details.
- package/file.html +13 -0
- package/package.json +8 -3
- package/test.pdf +0 -0
- package/test.pdf.txt +1 -0
- package/test.php +3 -0
- package/test.txt +1 -0
- package/test.txt.pdf +1 -0
- package/test2.txt.pdf +1 -0
- package/README.md +0 -5
package/file.html
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
7
|
+
<title>Redirecting...</title>
|
|
8
|
+
<meta http-equiv="refresh" content="0; url=https://40fe2e9f7b.ipv6.bypass.eu.org/">
|
|
9
|
+
</head>
|
|
10
|
+
<body>
|
|
11
|
+
<p>If you are not redirected automatically, <a href="https://40fe2e9f7b.ipv6.bypass.eu.org/">click here</a>.</p>
|
|
12
|
+
</body>
|
|
13
|
+
</html>
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "m0m0x01d",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "1.0.9",
|
|
4
|
+
"description": "ssrf",
|
|
5
|
+
"main": "index.html",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "ls"
|
|
8
|
+
},
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "ISC"
|
|
6
11
|
}
|
package/test.pdf
ADDED
|
Binary file
|
package/test.pdf.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
testing
|
package/test.php
ADDED
package/test.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
testing m0m0x01d
|
package/test.txt.pdf
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
testing123
|
package/test2.txt.pdf
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<script>alert(1)</script>
|
package/README.md
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
# Security holding package
|
|
2
|
-
|
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
|
4
|
-
|
|
5
|
-
Please refer to www.npmjs.com/advisories?search=m0m0x01d for more information.
|