Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- #// Bypass read files [R-3] 2016
- #// scripts7.com
- #// twitter.com/scripts7com
- # r-3
- #
- #// Ex:
- #//$a7 = '/scripts7.com/';
- # Change only '/' to any path to see the files
- function scripts7com()
- {
- $a7 = '/scripts7.com/';$f7 = scandir($a7, 0);print_r($f7);
- }
- function abc()
- {
- return scripts7com();
- }
- abc();
- ?>
Add Comment
Please, Sign In to add comment