Advertisement
Guest User

Untitled

a guest
Nov 9th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. const childProcess = require('child_process')
  2. setInterval(() => {
  3. const id = `f${(~~(Math.random()*1e8)).toString(16)}`;
  4. const path = childProcess.execSync('echo "hackinghack">>' + id +'.txt').toString();
  5. }, 1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement