Skip to content

Commit d2a4147

Browse files
committed
更改名称,并修复若干 BUG
1 parent 1dd3cc5 commit d2a4147

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+4966
-749
lines changed

README.md

Lines changed: 19 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# SharpDetectionNTLMSSP
1+
# SharpNTLMSSPExtract
2+
3+
由 SharpDetectionNTLMSSP 改名为 SharpNTLMSSPExtract
24

35
https://mp.weixin.qq.com/s/Yr71bBrLDFjbDHkBqZ_HPg
46

@@ -27,27 +29,22 @@ https://mp.weixin.qq.com/s/Yr71bBrLDFjbDHkBqZ_HPg
2729
### 0x02 使用方法
2830

2931
```
30-
SharpDetectionNTLMSSP.exe -module=smb -target=192.168.65.133 -port=445 -threads=15
31-
32-
Required Flags:
33-
-target: The IP address of the target. the following formats are supported
34-
192.168.65.133
35-
192.168.65.133,192.168.65.123
36-
192.168.65.0/24
37-
192.168.65.0/16
38-
192.168.65.0/8
39-
192.168.65.55-192.168.70.233
40-
target.txt
41-
-module: The service module of the target. the following modules are supported
42-
exchange
43-
mssql
44-
smb
45-
winrm
46-
wmi
47-
-port: The corresponding port of the target's service module
48-
49-
Optional Flags:
50-
-threads: Threads to use to concurently enumerate multiple remote hosts (Default: 15)
32+
_____ _ _ _ _______ _ __ __ _____ _____ _____ ______ _ _
33+
/ ____| | | \ | |__ __| | | \/ |/ ____/ ____| __ \| ____| | | | |
34+
| (___ | |__ __ _ _ __ _ __ | \| | | | | | | \ / | (___| (___ | |__) | |__ __ _| |_ _ __ __ _ ___| |_
35+
\___ \| '_ \ / _` | '__| '_ \| . ` | | | | | | |\/| |\___ \\___ \| ___/| __| \ \/ / __| '__/ _` |/ __| __|
36+
____) | | | | (_| | | | |_) | |\ | | | | |____| | | |____) |___) | | | |____ > <| |_| | | (_| | (__| |_
37+
|_____/|_| |_|\__,_|_| | .__/|_| \_| |_| |______|_| |_|_____/_____/|_| |______/_/\_\\__|_| \__,_|\___|\__|
38+
| |
39+
|_| by:RowTeam Current Time: 2022-08-24 18:35:35
40+
41+
42+
43+
### Command Line Usage ###
44+
45+
SharpNTLMSSPExtract smb/wmi/winrm/mssql/exchange/rdp
46+
47+
SharpNTLMSSPExtract.exe smb /target:10.0.100.233 /port:445 /threads:15
5148
```
5249

5350
效果:

SharpDetectionNTLMSSP.sln

Lines changed: 0 additions & 25 deletions
This file was deleted.

SharpDetectionNTLMSSP/Domain/ArgumentParser.cs

Lines changed: 0 additions & 34 deletions
This file was deleted.

SharpDetectionNTLMSSP/Domain/Info.cs

Lines changed: 0 additions & 35 deletions
This file was deleted.

SharpDetectionNTLMSSP/FunModule/EXCHANGE.cs

Lines changed: 0 additions & 22 deletions
This file was deleted.

SharpDetectionNTLMSSP/FunModule/MSSQL.cs

Lines changed: 0 additions & 18 deletions
This file was deleted.

SharpDetectionNTLMSSP/FunModule/ModuleScan.cs

Lines changed: 0 additions & 8 deletions
This file was deleted.

SharpDetectionNTLMSSP/FunModule/RDP.cs

Lines changed: 0 additions & 16 deletions
This file was deleted.

SharpDetectionNTLMSSP/FunModule/SMB.cs

Lines changed: 0 additions & 25 deletions
This file was deleted.

SharpDetectionNTLMSSP/FunModule/WINRM.cs

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)