Move sonarsearch to DefaultRecursiveSources

master
wavvs 2020-09-28 18:40:06 +03:00 committed by GitHub
parent c1773cd207
commit 425b22a529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,6 @@ var DefaultSources = []string{
"riddler", "riddler",
"securitytrails", "securitytrails",
"shodan", "shodan",
"sonarsearch",
"spyse", "spyse",
"sublist3r", "sublist3r",
"threatcrowd", "threatcrowd",
@ -82,6 +81,7 @@ var DefaultRecursiveSources = []string{
"ipv4info", "ipv4info",
"passivetotal", "passivetotal",
"securitytrails", "securitytrails",
"sonarsearch",
"sublist3r", "sublist3r",
"virustotal", "virustotal",
"ximcx", "ximcx",