Merge pull request #280 from dksslq/main

输出格式调整
This commit is contained in:
影舞者 2023-06-29 21:26:32 +08:00 committed by GitHub
commit 4cc65afe14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 6 additions and 6 deletions

View File

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