From 70f1c6bd714c87e7f80c7a519fae985570fe3076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BD=B1=E8=88=9E=E8=80=85?= Date: Mon, 11 Oct 2021 18:09:32 +0800 Subject: [PATCH] Rename ms17017.go to ms17010.go --- Plugins/{ms17017.go => ms17010.go} | 3 +++ 1 file changed, 3 insertions(+) rename Plugins/{ms17017.go => ms17010.go} (99%) diff --git a/Plugins/ms17017.go b/Plugins/ms17010.go similarity index 99% rename from Plugins/ms17017.go rename to Plugins/ms17010.go index 2b71949..9c95db1 100644 --- a/Plugins/ms17017.go +++ b/Plugins/ms17010.go @@ -129,6 +129,9 @@ func MS17010Scan(info *common.HostInfo) error { //} else{fmt.Printf("\033[33m%s\tMS17-010\t(%s)\033[0m\n", ip, os)} result := fmt.Sprintf("[+] %s\tMS17-010\t(%s)", ip, os) common.LogSuccess(result) + if common.SC != "" { + MS17010EXP(info) + } // detect present of DOUBLEPULSAR SMB implant trans2SessionSetupRequest[28] = treeID[0] trans2SessionSetupRequest[29] = treeID[1]