File tree 1 file changed +32
-1
lines changed
1 file changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Xshell全版本凭证一键导出工具,针对Xshell全版本在本地保存
14
14
15
15
## 使用方法
16
16
17
- #### cmd.exe
17
+ #### cmd.exe 自动寻找session路径
18
18
19
19
```
20
20
C:\Users\asus\Desktop\DEV\SharpXDecrypt\bin\Debug> .\SharpXDecrypt.exe
@@ -53,12 +53,42 @@ Github: https://github.com/JDArmy
53
53
Version: 7.1
54
54
```
55
55
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
+ ```
56
85
57
86
58
87
#### Cobalt Strike
59
88
60
89
```
61
90
execute-assembly /path/to/SharpXDecrypt.exe
91
+ execute-assembly /path/to/SharpXDecrypt.exe "C:\Users\asus\Documents\NetSarang Computer\7\Xshell\Sessions"
62
92
```
63
93
64
94
@@ -67,6 +97,7 @@ execute-assembly /path/to/SharpXDecrypt.exe
67
97
68
98
- v0.1.0, 2022-02-22, 创建
69
99
- v0.1.1, 2022-02-23, 修复中文用户名解密失败问题
100
+ - v0.1.2, 2022-02-23, 修复Xshell5执行报错问题,增加执行session路径功能
70
101
71
102
72
103
You can’t perform that action at this time.
0 commit comments