Skip to content

Commit 1642e27

Browse files
committed
fix: domainscan - domainweb
1 parent 79ae5ee commit 1642e27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/domainscan.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (o *DomainscanOptions) run() {
129129
for _, result := range results {
130130
urls = append(urls, result.Domain)
131131
}
132-
urls = append(urls, domainweb.Run(urls, 500, webscanOptions.Threads, o.Proxy)...)
132+
urls = append(urls, domainweb.Run(urls, 1, webscanOptions.Threads, o.Proxy)...)
133133
urls = utils.RemoveDuplicate(urls)
134134
gologger.Info().Msgf("domain web: %v", len(urls))
135135
options2 := &webscan.Options{

0 commit comments

Comments
 (0)