Live data from Hacker News

Humiliating IIS servers for fun and jail time

mll.sh

71–80 of 106 posts

Re: Humiliating IIS servers for fun and jail time

#71
Oh man this takes me back.

Once upon a time, all server logs were basically unusable because of the amount of IIS scanners out there. There was a directory traversal that was literally just url encoding “../“ that absolutely lit the internet on fire for many months.

Re: Humiliating IIS servers for fun and jail time

#74
post #59

Earlier quoted context omitted.

That's just security by obscurity, which is rated pretty appropriately.

Obscurity is a perfectly adequate layer of security. It shouldn't be the only layer but those who argue against adding it heard at some point "security through obscurity is not security" and never dug deeper.

I agree. Hiding from a grizzly bear is a good strategy. But if that fails, you will need pepper spray and maybe a shotgun.

Bear Defense Plan: Hide, Non-lethal, Lethal.

Re: Humiliating IIS servers for fun and jail time

#75
post #13

> 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…

> PS> (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\WindowsNT\CurrentVersion').DisplayVersion > 24H2

I got no response to that command on my W10 box, turns out for older (eg LTSC) versions it appears to need:

  (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').ReleaseId
  1809

Re: Humiliating IIS servers for fun and jail time

#76

Earlier quoted context omitted.

It's from Hackers: https://www.scifiscripts.com/scripts/hackers.txt#:~:text=Any...

You'know, there ought to be a way to deep link into a tortent file.

Yarn is usually the next best thing but there seems to be something off with the video in this case

https://memes.getyarn.io/yarn-clip/e9d8176d-e936-4224-a1d1-f...

Re: Humiliating IIS servers for fun and jail time

#77
post #71

Oh man this takes me back. Once upon a time, all server logs were basically unusable because of the amount of IIS scanners out there. There was a directory traversal that was literally just url encoding “../“ that absolutely lit the internet on fire for many months.

Those traversal attempts are still very common, right next to the PHP/WordPress script kiddie attacks.

Re: Humiliating IIS servers for fun and jail time

#78
post #14

Earlier quoted context omitted.

Several times, I wondered if Claude wrote it.

One confusing part is that the blue screen is not a reference to BSOD but to the IIS default page with the blue squares. That’s probably jargon. 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 dro…

Yes, it's jargon. Blue screen is that default page. Yellow screen of death is another one, referring to when ASP.NET throws an exception and you have detailed exceptions turned on (which for public sites, you shouldn't).

Re: Humiliating IIS servers for fun and jail time

#79
post #45

Earlier quoted context omitted.

but...why?

Really simple. I read the prerequisites of whatever software im asked to install and do what it says. I'm not spending the next 3 years of my life trying to make some monitoring platform run on WebLogic i have other jobs to do in 4-8-12 hours.

this is one of the funniest recurring threads on HN. developers finding out what other developers are requiring from their customers. Bonus points for developers finding out that non-cloud solutions still dominate some industries.

Re: Humiliating IIS servers for fun and jail time

#80
post #59

Earlier quoted context omitted.

Obscurity is a perfectly adequate layer of security. It shouldn't be the only layer but those who argue against adding it heard at some point "security through obscurity is not security" and never dug deeper.

I agree. Hiding from a grizzly bear is a good strategy. But if that fails, you will need pepper spray and maybe a shotgun. Bear Defense Plan: Hide, Non-lethal, Lethal.

You've said it just like it is, prevention + preparation.
Post reply on HN