Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- #// Bypass read files [R-2] 2016
- #// scripts7.com
- #// twitter.com/scripts7com
- # r-2
- #
- #// Change dir("/scripts7.com/"); to any path to see the files
- #// Ex:
- #//$r7 = dir("/home/scripts7.com/public_html/admin/");
- $r7 = dir("/scripts7.com/");
- while (false !== ($s7 = $r7->read())) : echo "<span style='color:#336633;'>".$s7."</span><br />\n";
- endwhile;
- ?>
Add Comment
Please, Sign In to add comment