├── FTP.png ├── NavicatCrypto.png ├── README.md ├── SharpDecryptPwd.exe ├── Teamviewer.png └── Xshell.png /FTP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/SharpDecryptPwd/97c36184af4a64bc21d769b84b93445b1f61e43b/FTP.png -------------------------------------------------------------------------------- /NavicatCrypto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/SharpDecryptPwd/97c36184af4a64bc21d769b84b93445b1f61e43b/NavicatCrypto.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # SharpDecryptPwd 2 | 3 | ## 此项目不在更新,重构源码项目如下 4 | 5 | https://github.com/RowTeam/SharpDecryptPwd 6 | 7 | ## 简介 8 | 9 | 对密码已保存在 Windwos 系统上的部分程序进行解析,包括:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager系列产品(Xshell,Xftp)。 10 | 11 | ## 使用方法 12 | 13 | ### cmd.exe 14 | 15 | ``` 16 | > SharpDecryptPwd.exe 17 | 18 | Author: Uknow 19 | Github: https://github.com/uknowsec/SharpDecryptPwd 20 | Reference: https://rcoil.me/2019/09/SharpDecryptPwd/ 21 | 22 | Usage: SharpDecryptPwd.exe -NavicatCrypto 23 | SharpDecryptPwd.exe -TeamViewer 24 | SharpDecryptPwd.exe -FileZilla 25 | SharpDecryptPwd.exe -WinSCP 26 | SharpDecryptPwd.exe -Xmangager -p Session_Path 27 | ``` 28 | 29 | ``` 30 | > SharpDecryptPwd.exe -TeamViewer 31 | ``` 32 | ![](https://github.com/uknowsec/SharpDecryptPwd/blob/master/Teamviewer.png) 33 | 34 | ``` 35 | > SharpDecryptPwd.exe -NavicatCrypto 36 | ``` 37 | ![](https://github.com/uknowsec/SharpDecryptPwd/blob/master/NavicatCrypto.png) 38 | 39 | 40 | ``` 41 | > SharpDecryptPwd.exe -FileZilla 42 | ``` 43 | ![](https://github.com/uknowsec/SharpDecryptPwd/blob/master/FTP.png) 44 | 45 | ``` 46 | > SharpDecryptPwd.exe -Xmangager -p D:\xshell\Xshell\Sessions 47 | ``` 48 | ![](https://github.com/uknowsec/SharpDecryptPwd/blob/master/Xshell.png) 49 | 50 | 51 | ### Cobalt Strike 52 | 53 | ``` 54 | execute-assembly /path/to/SharpDecryptPwd.exe 55 | ``` 56 | 57 | ## Reference: 58 | https://www.t00ls.net/viewthread.php?tid=30146&highlight=WinSCP 59 | 60 | https://rcoil.me/2019/09/SharpDecryptPwd/ 61 | -------------------------------------------------------------------------------- /SharpDecryptPwd.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/SharpDecryptPwd/97c36184af4a64bc21d769b84b93445b1f61e43b/SharpDecryptPwd.exe -------------------------------------------------------------------------------- /Teamviewer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/SharpDecryptPwd/97c36184af4a64bc21d769b84b93445b1f61e43b/Teamviewer.png -------------------------------------------------------------------------------- /Xshell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uknowsec/SharpDecryptPwd/97c36184af4a64bc21d769b84b93445b1f61e43b/Xshell.png --------------------------------------------------------------------------------