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) }