mirror of
https://github.com/projectdiscovery/subfinder
synced 2026-06-21 14:05:24 +00:00
fix(hackertarget): drop duplicate apikey query param
This commit is contained in:
@@ -39,8 +39,6 @@ func (s *Source) Run(ctx context.Context, domain string, session *subscraping.Se
|
||||
htSearchUrl = fmt.Sprintf("%s&apikey=%s", htSearchUrl, randomApiKey)
|
||||
}
|
||||
|
||||
htSearchUrl = fmt.Sprintf("%s&apikey=%s", htSearchUrl, randomApiKey)
|
||||
|
||||
s.requests++
|
||||
resp, err := session.SimpleGet(ctx, htSearchUrl)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user