SkillAgentSearch skills...

DirectoryListingModule

Nice looking directory listing in IIS, replacing default DirectoryListingModule. Originally released by http://mvolo.com.

Install / Use

/learn @StealthyDev/DirectoryListingModule
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

DirectoryListingModule for IIS

Nice looking directory listing in IIS, replacing default DirectoryListingModule.

Credits

Original author: Mike Volodarsky Source: http://mvolo.com/get-nice-looking-directory-listings-for-your-iis-website-with-directorylistingmodule/

How to use in IIS 7.5 or above (might work in IIS7)

  • Install IIS
    • Security - enable Windows Authentication
    • Common HTTP - enable WebDav publishing
    • Install ASP.net
  • Run following command as Administrator %windir%\System32\inetsrv\appcmd set module DirectoryListingModule /lockItem:false
  • At the site level
    • Disable all authentication methods except Windows Authentication
    • Change the IIS DefaultAppPool identity from ApplicationPoolIdentity to LocalSystem
    • Enable WebDav Authorizing rules in root
  • Add an IIS virtual directory pointing to a local physical path.
    • Enable directory listing in virtual directory
    • Add authorizing rule in the virtual directory
View on GitHub
GitHub Stars10
CategoryDevelopment
Updated1y ago
Forks3

Languages

CSS

Security Score

60/100

Audited on May 9, 2024

No findings