How to obtain the plaintext password of the IIS application pool account

Source: Internet
Author: User

How to obtain the plaintext password of the IIS application pool account

Sometimes, in order to obtain the necessary permissions, we will set a local or domain account for the identity of the IIS application pool to run. For example, SharePoint applications often do this. However, this is very insecure. The passwords of these accounts are stored in plain text.

For a local account, the password cannot be read. However, if you are using a domain account, the person with IIS management permissions can directly read the plaintext password of the application pool account. No third-party tools are required. CMD is sufficient:

Appcmd list apppool "application pool name"/text :*

The effect is as follows. The plaintext account and password are displayed under the [processModel] node. This is a domain account. This is also because the password here is saved separately, so every time you change the password, if you forget to change the IIS, the website will still be executed when it is accessed, in this way, your account will be locked...

There is no way to hide the plaintext password here. Therefore, try to avoid setting domain accounts in the IIS application pool.

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.