Directory Browsing
Checks if directory listing is disabled on the server.
What is this check?
Directory browsing is a web server feature that lists all the files and folders in a directory if no index file (like `index.html`) is present.
Why is it important?
This should almost always be disabled. It can inadvertently expose sensitive files, reveal information about your site's structure, or list files you didn't intend to be public.
What is the impact?
It's a security vulnerability that can lead to information disclosure.
