Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uknowsec/SharpDecryptPwd
对密码已保存在 Windwos 系统上的部分程序进行解析,包括:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager系列产品(Xshell,Xftp)。源码:https://github.com/RowTeam/SharpDecryptPwd
https://github.com/uknowsec/SharpDecryptPwd
Last synced: 3 months ago
JSON representation
对密码已保存在 Windwos 系统上的部分程序进行解析,包括:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager系列产品(Xshell,Xftp)。源码:https://github.com/RowTeam/SharpDecryptPwd
- Host: GitHub
- URL: https://github.com/uknowsec/SharpDecryptPwd
- Owner: uknowsec
- Created: 2019-10-12T07:15:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T05:47:15.000Z (almost 3 years ago)
- Last Synced: 2024-10-16T08:42:59.863Z (3 months ago)
- Homepage:
- Size: 311 KB
- Stars: 1,162
- Watchers: 19
- Forks: 173
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - uknowsec/SharpDecryptPwd - 对密码已保存在 Windwos 系统上的部分程序进行解析,包括:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager系列产品(Xshell,Xftp)。源码:https://github.com/RowTeam/SharpDecryptPwd (Others)
README
# SharpDecryptPwd
## 此项目不在更新,重构源码项目如下
https://github.com/RowTeam/SharpDecryptPwd
## 简介
对密码已保存在 Windwos 系统上的部分程序进行解析,包括:Navicat,TeamViewer,FileZilla,WinSCP,Xmangager系列产品(Xshell,Xftp)。
## 使用方法
### cmd.exe
```
> SharpDecryptPwd.exeAuthor: Uknow
Github: https://github.com/uknowsec/SharpDecryptPwd
Reference: https://rcoil.me/2019/09/SharpDecryptPwd/Usage: SharpDecryptPwd.exe -NavicatCrypto
SharpDecryptPwd.exe -TeamViewer
SharpDecryptPwd.exe -FileZilla
SharpDecryptPwd.exe -WinSCP
SharpDecryptPwd.exe -Xmangager -p Session_Path
``````
> SharpDecryptPwd.exe -TeamViewer
```
![](https://github.com/uknowsec/SharpDecryptPwd/blob/master/Teamviewer.png)```
> SharpDecryptPwd.exe -NavicatCrypto
```
![](https://github.com/uknowsec/SharpDecryptPwd/blob/master/NavicatCrypto.png)```
> SharpDecryptPwd.exe -FileZilla
```
![](https://github.com/uknowsec/SharpDecryptPwd/blob/master/FTP.png)```
> SharpDecryptPwd.exe -Xmangager -p D:\xshell\Xshell\Sessions
```
![](https://github.com/uknowsec/SharpDecryptPwd/blob/master/Xshell.png)### Cobalt Strike
```
execute-assembly /path/to/SharpDecryptPwd.exe
```## Reference:
https://www.t00ls.net/viewthread.php?tid=30146&highlight=WinSCPhttps://rcoil.me/2019/09/SharpDecryptPwd/