Skip to content

Commit

Permalink
Remove sonar as subdomain source
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos_felix committed Oct 12, 2023
1 parent 59bddf4 commit d5464c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/runner/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,6 @@ func ReportSubcommandHandler(userInput input.Input, mutex *sync.Mutex,
subdomains = input.CreateSubdomains(userInput.ReportWordSub, protocolTemp, urlUtils.CleanProtocol(target))

if userInput.ReportSubdomainDB {
sonar := opendb.SonarSubdomains(urlUtils.CleanProtocol(target), false)
subdomains = opendb.AppendDBSubdomains(sonar, subdomains)
crtsh := opendb.CrtshSubdomains(urlUtils.CleanProtocol(target), false)
subdomains = opendb.AppendDBSubdomains(crtsh, subdomains)
threatcrowd := opendb.ThreatcrowdSubdomains(urlUtils.CleanProtocol(target), false)
Expand Down Expand Up @@ -344,8 +342,6 @@ func SubdomainSubcommandHandler(userInput input.Input, mutex *sync.Mutex,
}

if userInput.SubdomainDB {
sonar := opendb.SonarSubdomains(urlUtils.CleanProtocol(target), userInput.SubdomainPlain)
subdomains = opendb.AppendDBSubdomains(sonar, subdomains)
crtsh := opendb.CrtshSubdomains(urlUtils.CleanProtocol(target), userInput.SubdomainPlain)
subdomains = opendb.AppendDBSubdomains(crtsh, subdomains)
threatcrowd := opendb.ThreatcrowdSubdomains(urlUtils.CleanProtocol(target), userInput.SubdomainPlain)
Expand Down

0 comments on commit d5464c8

Please sign in to comment.