Skip to content

Commit 3c9cd11

Browse files
authored
Update README.md
1 parent c3e1214 commit 3c9cd11

File tree

1 file changed

+32
-1
lines changed

1 file changed

+32
-1
lines changed

README.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Xshell全版本凭证一键导出工具,针对Xshell全版本在本地保存
1414

1515
## 使用方法
1616

17-
#### cmd.exe
17+
#### cmd.exe 自动寻找session路径
1818

1919
```
2020
C:\Users\asus\Desktop\DEV\SharpXDecrypt\bin\Debug> .\SharpXDecrypt.exe
@@ -53,12 +53,42 @@ Github: https://github.com/JDArmy
5353
Version: 7.1
5454
```
5555

56+
#### cmd.exe 指定session路径
57+
58+
```
59+
C:\Users\asus\Desktop\DEV\SharpXDecrypt\bin\Release> .\SharpXDecrypt.exe "C:\Users\asus\Documents\NetSarang Computer\7\Xshell\Sessions"
60+
61+
Xshell全版本凭证一键导出工具!(支持Xshell 7.0+版本)
62+
Author: 0pen1
63+
Github: https://github.com/JDArmy
64+
[!] WARNING: For learning purposes only,please delete it within 24 hours after downloading!
65+
66+
[*] Start GetUserSID....
67+
Username: asus
68+
userSID: S-1-5-21-736521517-4232353097-1340300005-1001
69+
[*] GetUserSID Success !
70+
71+
XSHPath: C:\Users\asus\Documents\NetSarang Computer\7\Xshell\Sessions\192.168.1.110.xsh
72+
Host: 192.168.1.110
73+
UserName: wwwuser
74+
Password: www*******qx
75+
Version: 7.1
76+
77+
XSHPath: C:\Users\asus\Documents\NetSarang Computer\7\Xshell\Sessions\新建会话.xsh
78+
Host: 127.0.0.1
79+
UserName: root
80+
Password: 78******6
81+
Version: 7.1
82+
83+
[*] read done!
84+
```
5685

5786

5887
#### Cobalt Strike
5988

6089
```
6190
execute-assembly /path/to/SharpXDecrypt.exe
91+
execute-assembly /path/to/SharpXDecrypt.exe "C:\Users\asus\Documents\NetSarang Computer\7\Xshell\Sessions"
6292
```
6393

6494

@@ -67,6 +97,7 @@ execute-assembly /path/to/SharpXDecrypt.exe
6797

6898
- v0.1.0, 2022-02-22, 创建
6999
- v0.1.1, 2022-02-23, 修复中文用户名解密失败问题
100+
- v0.1.2, 2022-02-23, 修复Xshell5执行报错问题,增加执行session路径功能
70101

71102

72103

0 commit comments

Comments
 (0)