Directory Lister is a program that creates a more visually appealing and user-friendly page when accessing a directory listing or folder view. This program is built using PHP and utilizes Bootstrap to enhance its appearance.
Step to make your directory listing more beauty
1. Download index.php
2. Upload index.php to spesific directory of your website
If you want to ignoring spesific file/directory you can fill ignoringFileDirs variable in index.php
Example :
$ignoringFileDirs = ["directory1", "directory2", "file1.txt", "file2.txt", "etc.."];
If you want to ignoring spesific file extensions you can fill ignoringExtensions variable in index.php
Example :
$ignoringExtensions = "png,pdf,php,txt";
This look of the Directory Lister
- Ignoring spesific folders
- Ignoring spesific files
- Detecting LFI exploitation to read any sensitive directory