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

Project Samples

Project Activity

See All Activity >

License

GNU General Public License version 2.0 (GPLv2)

Follow dirLIST - PHP Directory Lister

dirLIST - PHP Directory Lister Web Site

Other Useful Business Software
Get Advanced Threat Protection for Your Azure Workloads Icon
Get Advanced Threat Protection for Your Azure Workloads

FortiGate NGFW on Azure Enables You to Protect Your Workloads Beyond Basic Azure Security Services

FortiGate NGFW identifies and stops advanced threats with powerful application control, malware protection, web filtering, antivirus, and IPS technology. As the attack surface expands, FortiGate provides integrated and automated protection against emerging and sophisticated threats while securing hybrid or multi-cloud environments. Deploy today in Azure Marketplace.
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
23
1
1
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 3 / 5

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.
    1 user found this review helpful.
  • very good project, thanks!
    1 user found this review helpful.
Read more reviews >

Additional Project Details

Intended Audience

Advanced End Users, Developers

User Interface

Web-based

Programming Language

PHP

Related Categories

PHP Search Engines, PHP Site Management Software, PHP Internet Software

Registered

2007-04-26