Sometimes we do not log on to the server for a long time will forget the password, want to retrieve the password, you can try to use the following tools.
The purpose of this article is not to give you the solution, just for the convenience of work to retrieve the password. In fact, you can also change the password through rescue mode. If someone has done something bad through this article, it is irrelevant to the author of this article. Technology is endless, use caution.
wget--no-check-certificate https://pypi.python.org/packages/source/p/pycrypto/pycrypto-2.6.1.tar.gz
TAR-ZXVF pycrypto-2.6.1.tar.gz
CD pycrtyto-2.6.1
python setup.py build
python setup.py Install
wget http://www.synacktiv.com/ressources/VanDyke_SecureCRT_decrypt.py
Python vandyke_securecrt_decrypt.py ${session-file} #后面跟的是CRT保存的连接session的ini文件.
Example:
# python vandyke_securecrt_decrypt.py Xxx.ini
Xxx.ini
SSH [email protected] # password
This article is from the "Bodhi" blog, so be sure to keep this source http://zhangxingnan.blog.51cto.com/3241217/1763081
Inverse solution of CRT session cipher