dirLIST displays files and folders in a given HTTP/FTP directory. It has a wonderful interface with choice of Thumbnail or List view along with gorgeous icons for different file types. Includes a sleek gallery, web based mp3 player, file admin + more
License
GNU General Public License version 2.0 (GPLv2)Follow dirLIST - PHP Directory Lister
Other Useful Business Software
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
Rate This Project
Login To Rate This Project
User Reviews
-
Very good script ! I'd like if there was the possibility to create new directory in Admin mode.
-
hmmm, Carefull if you are using this, just a search for dirlist exploit in google found a lot, including this http address packetstormsecurity.com/files/115381/dirlist-lfi.txt just try this on your own site by adding it to the url dirLIST_files/gallery_files/show_scaled_image.php?image_path=../index.php fixed it by changing //check if image is smaller than a required dimensions of 584 x 360...in which case just show the image if($image_attribs[0] <= $scaled_width && $image_attribs[1] <= $scaled_height) { readfile($image_path); exit; } to //check if image is smaller than a required dimensions of 584 x 360 and larger than 0 x 0...in which case just show the image if($image_attribs[0] <= $scaled_width && $image_attribs[1] <= $scaled_height && $image_attribs[0] > 0 && $image_attribs[1] >0) { readfile($image_path); exit; }
-
Thank
-
Dir-list is great! Thanks.
-
very good project, thanks!