scripts7com

Bypass read files [R-3] 2016 - scripts7.com

Jan 19th, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.35 KB | None | 0 0
  1.  <?php
  2. #// Bypass read files [R-3] 2016
  3. #// scripts7.com
  4. #// twitter.com/scripts7com
  5. #  r-3
  6. #
  7. #// Ex:
  8. #//$a7 = '/scripts7.com/';
  9. #      Change only '/' to any path to see the files
  10.  
  11. function scripts7com()
  12. {
  13. $a7 = '/scripts7.com/';$f7 = scandir($a7, 0);print_r($f7);
  14. }
  15. function abc()
  16. {
  17.     return scripts7com();
  18.      }
  19. abc();
  20.  
  21. ?>
Add Comment
Please, Sign In to add comment