output fix

master
Mzack9999 2021-02-19 19:43:18 +01:00
parent 87a1cc2564
commit ef8c9c717f
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ func (r *Runner) EnumerateSingleDomain(ctx context.Context, domain, output strin
// Log the verbose message about the found subdomain per source
if _, ok := sourceMap[subdomain][result.Source]; !ok {
gologger.Verbose().Msgf("%s\n", result.Source, subdomain)
gologger.Verbose().Msgf("[%s] %s\n", result.Source, subdomain)
}
sourceMap[subdomain][result.Source] = struct{}{}