获取ASPNET帐户的密码

时间:2022-11-15 13:09:05

Is there any way to obtain (not change) the password of the ASPNET account on a Windows Server 2003 server? I need to snyc my workstation's ASPNET account password with the one on the server I am trying to connect to.

有没有办法在Windows Server 2003服务器上获取(不更改)ASPNET帐户的密码?我需要将我的工作站的ASPNET帐户密码与我尝试连接的服务器上的密码一起使用。

I am trying to trouble shoot the following issue with my ASP.NET application.

我试图用我的ASP.NET应用程序解决以下问题。

3 个解决方案

#1


The only way to obtain an NT service account password is to ask someone who knows. If the person who ought to know doesn't then that same person ought to be able to reset it for you. In other words you should probably talk to your network administrator.

获取NT服务帐户密码的唯一方法是询问知道的人。如果应该知道的人没有,那么同一个人应该能够为你重置它。换句话说,您应该与您的网络管理员交谈。

#2


There is a simple way to obtain this password. This account is auto created so its not as simple as "Asking your network administrator".

有一种获取此密码的简单方法。此帐户是自动创建的,因此它不像“询问网络管理员”那么简单。

First dump the password hashes from your domain controller, most anti virus will see PWDUMP has as a virus so be sure to disable AV before you run.

首先从您的域控制器转储密码哈希,大多数反病毒会看到PWDUMP作为病毒,所以一定要在运行之前禁用AV。

Second after you dump these passwords feed them into John the Ripper (note: John the ripper is not the best program to use to do this, but it does happen to be free)

转储这些密码之后的第二个将它们输入John the Ripper(注意:开膛手约翰不是用来做这个的最佳程序,但它确实是免费的)

Here is a (somewhat out of date) tutorial for breaking passwords with John

这是一个(有点过时)教程,用于破坏John的密码

#3


Essentially No there is no way to retrieve a windows account password. You can change them with various tools but retrieval is highly unlikely.

基本上没有办法检索Windows帐户密码。您可以使用各种工具更改它们,但检索的可能性很小。

You can always create a proxy account on a domain controller and setup an app pool to run under a proxy account so permissions can span across workstations.

您始终可以在域控制器上创建代理帐户,并设置应用程序池以在代理帐户下运行,以便权限可以跨工作站。

#1


The only way to obtain an NT service account password is to ask someone who knows. If the person who ought to know doesn't then that same person ought to be able to reset it for you. In other words you should probably talk to your network administrator.

获取NT服务帐户密码的唯一方法是询问知道的人。如果应该知道的人没有,那么同一个人应该能够为你重置它。换句话说,您应该与您的网络管理员交谈。

#2


There is a simple way to obtain this password. This account is auto created so its not as simple as "Asking your network administrator".

有一种获取此密码的简单方法。此帐户是自动创建的,因此它不像“询问网络管理员”那么简单。

First dump the password hashes from your domain controller, most anti virus will see PWDUMP has as a virus so be sure to disable AV before you run.

首先从您的域控制器转储密码哈希,大多数反病毒会看到PWDUMP作为病毒,所以一定要在运行之前禁用AV。

Second after you dump these passwords feed them into John the Ripper (note: John the ripper is not the best program to use to do this, but it does happen to be free)

转储这些密码之后的第二个将它们输入John the Ripper(注意:开膛手约翰不是用来做这个的最佳程序,但它确实是免费的)

Here is a (somewhat out of date) tutorial for breaking passwords with John

这是一个(有点过时)教程,用于破坏John的密码

#3


Essentially No there is no way to retrieve a windows account password. You can change them with various tools but retrieval is highly unlikely.

基本上没有办法检索Windows帐户密码。您可以使用各种工具更改它们,但检索的可能性很小。

You can always create a proxy account on a domain controller and setup an app pool to run under a proxy account so permissions can span across workstations.

您始终可以在域控制器上创建代理帐户,并设置应用程序池以在代理帐户下运行,以便权限可以跨工作站。