> IIS has a legacy behavior inherited from the old DOS 8.3 filename convention. Is this exposing the underlying OS's behavior coupled with the fact that the IIS document root is `C:\Inetpub` by default? Eight-dot-three filenames are enabled by default on the C drive but disabled by default on all other drives on Windows 10/11: PS> (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').DisplayVe…
Humiliating IIS servers for fun and jail time
51–60 of 106 posts
Re: Humiliating IIS servers for fun and jail time
#52Earlier quoted context omitted.
Some banks still use IIS. Every large company big enough to host an intranet is running IIS somewhere, possibly everywhere. It integrates well with AD so some really complex tasks become stupid simple. It's seeing less and less usage as the world moves to AWS which is equally stupid because you're tied to one vendor's proprietary products (Amazon) again. Except this time you don't own the hardware. Public sector IT l…
Heyyy what's wrong with novel groupwise?
Re: Humiliating IIS servers for fun and jail time
#53I front all my honeypots with the IIS landing page precisely because it attracts black hat jagoffs. Nothing makes me happier than knowing I've wasted hours of their time chasing their own tails.
Noise is a really underrated security layer.
Re: Humiliating IIS servers for fun and jail time
#54Re: Humiliating IIS servers for fun and jail time
#55Re: Humiliating IIS servers for fun and jail time
#56> IIS has a legacy behavior inherited from the old DOS 8.3 filename convention. Is this exposing the underlying OS's behavior coupled with the fact that the IIS document root is `C:\Inetpub` by default? Eight-dot-three filenames are enabled by default on the C drive but disabled by default on all other drives on Windows 10/11: PS> (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').DisplayVe…
Tangentially, that reminds me of how a Windows update created c:\inetpub on everybody's non-server computers, to "increase protection" for unspecified reasons. https://www.pcworld.com/article/2684062/why-is-windows-11-la...
While that's still pretty vague, it sounds like the issue was that something running as SYSTEM (the page seems to indicate some part of Windows Update) was not correctly checking if inetpub was a symlink or something along those lines. It also links to a script to set ACLs on that directory; presumably that's not possible to do if the directory doesn't exist.
It would probably be better to fix whatever component to not have the link traversal bug, but maybe there's some reason that makes the proper fix infeasible…
Re: Humiliating IIS servers for fun and jail time
#57Re: Humiliating IIS servers for fun and jail time
#58Re: Humiliating IIS servers for fun and jail time
#59Earlier quoted context omitted.
Noise is a really underrated security layer.
That's just security by obscurity, which is rated pretty appropriately.