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: 8 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-16T05:47:15.000Z (over 3 years ago)
- Last Synced: 2025-01-31T13:31:57.495Z (9 months ago)
- Homepage:
- Size: 311 KB
- Stars: 1,189
- 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.exe
Author: 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
```

```
> SharpDecryptPwd.exe -NavicatCrypto
```

```
> SharpDecryptPwd.exe -FileZilla
```

```
> SharpDecryptPwd.exe -Xmangager -p D:\xshell\Xshell\Sessions
```

### Cobalt Strike
```
execute-assembly /path/to/SharpDecryptPwd.exe
```
## Reference:
https://www.t00ls.net/viewthread.php?tid=30146&highlight=WinSCP
https://rcoil.me/2019/09/SharpDecryptPwd/