to kill orphaned httpd processes create a script called killhttpd.sh with the following code
|
1 2 3 4 5 |
#!/bin/bash for pid in `ps -C httpd|sed -e 's/^\ \+//g' | grep httpd|awk '{print $1}'` do kill $pid done |
|
to kill orphaned httpd processes create a script called killhttpd.sh with the following code
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 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 |
|||||
|
Copyright © 2013 Brakertech - All Rights Reserved i can haz interweb |
|||||