Updated resolver.go with RESOLVED message

master
Nizamul Rana 2018-05-16 08:43:39 +05:30 committed by GitHub
parent 2ca9ab99bf
commit 8efd24a0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func analyze(state *helper.State, results <-chan *helper.Job) {
if job.Result != "" {
if state.Silent != true {
if state.Verbose == true {
fmt.Printf("\n[+] %s : %s", job.Work, job.Result)
fmt.Printf("\n[RESOLVED] %s : %s", job.Work, job.Result)
}
}
ValidSubdomains = append(ValidSubdomains, job)