1. IIS Metabase Explorer (for IIS 6) - Part of IIS Resource kit - Make sure "Secure Data" is checked
Get it from here. http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=17275
2. SharePoint Manager - Excellent tool for exploring the server objects. Just navigate to the target application pool, get the password from properties pane.
Get the SPM from codeplex: http://spm.codeplex.com/
3. Using APPCMD command line tool to get App Pool Password:
Appcmd is a command line tool for managing IIS 7 and above. You can find it under: C:\Windows\System32\inetsrv. To retrieve the IIS Application Pool's password enter this command:
appcmd list apppool "<Your Application Pool Name>" /text:ProcessModel.Password
Read more: http://www.sharepointdiary.com/2012/01/how-to-retrieve-iis-application-pool-password.html#ixzz4LeWGmc8J
No hay comentarios:
Publicar un comentario