/Directory-Lister

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.

Primary LanguagePHP

Directory Lister

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.

📃 Installation

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";

📸 Preview


This look of the Directory Lister

✨ Feature

  • Ignoring spesific folders
  • Ignoring spesific files
  • Detecting LFI exploitation to read any sensitive directory

💻 Code Used