From 716effd3853d370529f93123371313798015d996 Mon Sep 17 00:00:00 2001 From: RcoIl Date: Mon, 10 May 2021 22:28:06 +0800 Subject: [PATCH] Update README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 3e0e695..cc40c73 100644 --- a/README.md +++ b/README.md @@ -30,21 +30,21 @@ https://mp.weixin.qq.com/s/Yr71bBrLDFjbDHkBqZ_HPg SharpDetectionNTLMSSP.exe -module=smb -target=192.168.65.133 -port=445 -threads=15 Required Flags: - -target: The IP address of the target. the following formats are supported - 192.168.65.133 - 192.168.65.133,192.168.65.123 - 192.168.65.0/24 - 192.168.65.0/16 - 192.168.65.0/8 - 192.168.65.55-192.168.70.233 - target.txt - -module: The service module of the target. the following modules are supported - exchange - mssql - smb - winrm - wmi - -port: The corresponding port of the target's service module + -target: The IP address of the target. the following formats are supported + 192.168.65.133 + 192.168.65.133,192.168.65.123 + 192.168.65.0/24 + 192.168.65.0/16 + 192.168.65.0/8 + 192.168.65.55-192.168.70.233 + target.txt + -module: The service module of the target. the following modules are supported + exchange + mssql + smb + winrm + wmi + -port: The corresponding port of the target's service module Optional Flags: -threads: Threads to use to concurently enumerate multiple remote hosts (Default: 15)