How to reveal the default "IUSR_machinename" password
7:15 PM
Do the following:
# copy adsutil.vbs from the location c:\inetpub\adminscripts\adsutil.vbs
# Rename the adsutil.vbs to adsutil_changed.vbs
# Open the file "adsutil_changed.vbs" in notepad
(on line 2592 change from "TRUE" to "FALSE")
#From command prompt run as :cscript c:\inetpub\adminscripts\adsutil_changed.vbs get w3svc/anonymoususerpass
The password will be displayed in the command prompt.
NOTE: Same goes for "w3svc/wamuserpass"
# copy adsutil.vbs from the location c:\inetpub\adminscripts\adsutil.vbs
# Rename the adsutil.vbs to adsutil_changed.vbs
# Open the file "adsutil_changed.vbs" in notepad
(on line 2592 change from "TRUE" to "FALSE")
#From command prompt run as :cscript c:\inetpub\adminscripts\adsutil_changed.vbs get w3svc/anonymoususerpass
The password will be displayed in the command prompt.
NOTE: Same goes for "w3svc/wamuserpass"
0 comments