index files and directory listing

index files and directory listing

โดย Séverin Terrier -
Number of replies: 4
รูปภาพของDocumentation writers รูปภาพของParticularly helpful Moodlers รูปภาพของTesters รูปภาพของTranslators
Hello,

in Moodle, some directories have useful index.php files (files/, group/, admin/, ...), some other have index.html files, just to avoid directory listing (enrol/, filter/, lib/, ...).

But there are also some other directories that have no index.* file (calendar/, question/, ...)

Wouldn't it be more logic to adopt the same thing everywhere, to avoid directory listing ?

Séverin
การประเมินโดยเฉลี่ย: -
In reply to Séverin Terrier

Re: index files and directory listing

โดย Nicolas Martignoni -
รูปภาพของCore developers รูปภาพของDocumentation writers รูปภาพของParticularly helpful Moodlers รูปภาพของPlugin developers รูปภาพของTesters รูปภาพของTranslators
Hi Séverin,
I had the same feeling: see MDLSITE-183.
การประเมินโดยเฉลี่ย: -
In reply to Nicolas Martignoni

Re: index files and directory listing

โดย Séverin Terrier -
รูปภาพของDocumentation writers รูปภาพของParticularly helpful Moodlers รูปภาพของTesters รูปภาพของTranslators
Hi Nicolas,

i know there's nothing really serious about security, and people shouldn't see these type of URLs, but just don't understand why some directories have index.html file (even void), and some other don't...
การประเมินโดยเฉลี่ย: -
In reply to Séverin Terrier

Re: index files and directory listing

โดย Eloy Lafuente (stronk7) -
รูปภาพของCore developers รูปภาพของDocumentation writers รูปภาพของMoodle HQ รูปภาพของPeer reviewers รูปภาพของPlugin developers รูปภาพของTesters
Hi Séverin,

if I'm not wrong... only directories able to contain "plugins" are protected from listing by using those index.html files.

For example modules, blocks, filters, authentication and enrolment methods...

That will prevent public disclosure about what custom (contrib, own...) modules are being used in your site.

The rest is, simply, Moodle. And everybody can see its contents by downloading it. So it isn't protected.

Ciao smile

การประเมินโดยเฉลี่ย: -