Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.31 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.31 KB

XshellCrack

XshellCrack is a secondary development based on SharpXDecrypt, rewritten with go language, increased the registry query Settings, more convenient for xshell local password cracking

declaration

This tool is only for password search. Any other behavior is at your own risk

introduce

Use

Usage:
  root SshCrack [flags]

Flags:
  -P, --Path string   eg -P C:\xxxx\xxx.xsh
  -h, --help          help for SshCrack

If the xshell path is not configured, the system automatically searches the xshell local cache file in the registry, as shown in the following figure

图片

If you specify a path, the decryption will follow the path you specified, as shown in the figure below 图片

Kill free effect

Because there is no windows api call involved, the effect is still OK, and the use of go language construction to remove the symbol table, and use the upx shell for compression, so the volume is also very impressive

图片

reference

https://github.com/JDArmy/SharpXDecrypt