This is extremely well done design (at least on full desktop browsers). Amazing content as well.
"Amazing" is a little generous for script kiddie stuff from the early 2000s. The author has yet to learn the extent to which civilization depends on people not being cunts to one another for no good reason.
Humiliating IIS servers for fun and jail time
11–20 of 106 posts
Re: Humiliating IIS servers for fun and jail time
#12Re: Humiliating IIS servers for fun and jail time
#13Is 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').DisplayVersion
24H2
PS> fsutil 8dot3name query C:
The volume state is: 0 (8dot3 name creation is ENABLED)
The registry state is: 2 (Per volume setting - the default)
Based on the above settings, 8dot3 name creation is ENABLED on "C:"
PS> fsutil 8dot3name query U:
The volume state is: 1 (8dot3 name creation is DISABLED)
The registry state is: 2 (Per volume setting - the default)
Based on the above settings, 8dot3 name creation is DISABLED on "U:"Re: Humiliating IIS servers for fun and jail time
#14The tone of this is something else
Re: Humiliating IIS servers for fun and jail time
#15Re: Humiliating IIS servers for fun and jail time
#16Does anyone use IIS anymore?
Re: Humiliating IIS servers for fun and jail time
#17This is extremely well done design (at least on full desktop browsers). Amazing content as well.
"Amazing" is a little generous for script kiddie stuff from the early 2000s. The author has yet to learn the extent to which civilization depends on people not being cunts to one another for no good reason.
Re: Humiliating IIS servers for fun and jail time
#18Does anyone use IIS anymore?
Re: Humiliating IIS servers for fun and jail time
#19Does anyone use IIS anymore?
Re: Humiliating IIS servers for fun and jail time
#20The tone of this is something else
Several times, I wondered if Claude wrote it.
The article lists all the tricks I’ve collected over the years doing pentesting and then some, with great tool references. The signal to noise ratio is very high and there’s little “here’s why” filler which instead might just be someone’s way of storytelling. The article drones on, but with actual content as there is a lot to tell. It’s even light on features like trace.axd, but does mention them and their purposes.
I found it an entertaining overview of taking apart unassuming IIS servers and the point of “Recon harder. ” is made very well :)
Edit: s/boring/unassuming + added point was made very well