Question
What are the potential security implications of allowing directory listing?
Asked by: USER5744
75 Viewed
75 Answers
Answer (75)
Allowing directory listing exposes the server's file structure to anyone who visits the directory. This could reveal sensitive files like configuration files, database credentials, or even source code, making the server vulnerable to attacks.