From 7bf79b60af525022fef33033e52782bbcdbbe0da Mon Sep 17 00:00:00 2001 From: dksslq <1578756762@qq.com> Date: Wed, 24 May 2023 19:44:42 +0800 Subject: [PATCH] Update NetBIOS.go --- Plugins/NetBIOS.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/NetBIOS.go b/Plugins/NetBIOS.go index e9ad936..1a0676b 100644 --- a/Plugins/NetBIOS.go +++ b/Plugins/NetBIOS.go @@ -237,7 +237,7 @@ func (info *NetBiosInfo) String() (output string) { } if text == "" { } else if info.DomainControllers != "" { - output = fmt.Sprintf("[+]DC %-24s", text) + output = fmt.Sprintf("[+] DC:%-24s", text) } else { output = fmt.Sprintf("%-30s", text) }