Skip to content

Commit

Permalink
👽
Browse files Browse the repository at this point in the history
  • Loading branch information
akkuman committed Feb 25, 2022
1 parent 16251af commit bd6d442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func addProxyURL(url string) {
}

func RunCrawler(fofaApiKey, fofaEmail, rule string, pageNum int) (err error) {
req, err := http.NewRequest("GET", "https://fofa.so/api/v1/search/all", nil)
req, err := http.NewRequest("GET", "https://fofa.info/api/v1/search/all", nil)
if err != nil {
return err
}
Expand Down

0 comments on commit bd6d442

Please sign in to comment.