kill orphaned httpd processes

to kill orphaned httpd processes create a script called killhttpd.sh with the following code

Howto: Change siteid of website in IIS 6.0

The easiest way to change the IIS site id is to create a .bat file like this: (Assuming that 1135282223 was the id of your current site and 5 was the ID you’d like to have)

What is %SYSTEMDRIVE%\Inetpub\AdminScripts\adsutil.vbs ? It is a ulility included in IIS.

List of utilities included with IIS can . . . → Read More: Howto: Change siteid of website in IIS 6.0

Howto: Fix Microsoft IIS Internal IP Address Disclosure Vulnerability With Scripts

What isĀ  IP Address Disclosure?

It is usually a bullshit “vulnerability” that firms will mention if they can’t find anything else to report

http://www.securityfocus.com/bid/1499/discuss

How do you fix it without wasting 10 years of your time?

First, we need to find out the site IDs for all the websites on a given windows server (i . . . → Read More: Howto: Fix Microsoft IIS Internal IP Address Disclosure Vulnerability With Scripts