Inverse solution of CRT session cipher

Source: Internet
Author: User

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

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.