From 41f8d3abad801a00ef69fb01a0ab124806a7a40b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Mon, 21 Nov 2022 09:44:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5hash=E7=A2=B0=E6=92=9E?= =?UTF-8?q?=E3=80=81wmiiexec=E6=97=A0=E5=9B=9E=E6=98=BE=E5=91=BD=E4=BB=A4?= =?UTF-8?q?=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/flag.go | 1 + 1 file changed, 1 insertion(+) diff --git a/common/flag.go b/common/flag.go index cd7419a..f84da53 100644 --- a/common/flag.go +++ b/common/flag.go @@ -80,5 +80,6 @@ func Flag(Info *HostInfo) { flag.IntVar(&PocNum, "num", 20, "poc rate") flag.StringVar(&SC, "sc", "", "ms17 shellcode,as -sc add") flag.BoolVar(&IsWmi, "wmi", false, "start wmi") + flag.StringVar(&Hash, "hash", "", "hash") flag.Parse() }