Rule n° 209 - The server does not send the file listing of directories with no index page.

When a website directory does not have a front page (the website image directory, for example), it may be possible to display its contents. For example, if this rule is not followed, a Url such as domain.com/ doc/ may allow access to the complete list of documents on the website, even if they are not online.

#Development #Security

Goal

  • Prevent the display of lists of files contained in a directory.
  • improve the server’s security.
  • Reduce the risk of intrusion.

Solution technique

Configure the server so that it does not return the listing of files found in a directory. For Apache, add for example options –indexes in the .htaccess.

Moyen de contrôle

For each audited site:

  • Check that the call to a directory without a default page - such as the directory of images, JS scripts or style sheets - does not return the listing of the contents of this folder (this action can however lead to an error page or to a redirect).