cyber-evangelists / go-google-dork

0 stars 0 forks source link

Concurrent Dorking for Multiple Search Engines | Feedback #2

Open husnain-ce opened 3 months ago

husnain-ce commented 3 months ago

1.Add code for exception handling or error management.

  1. Add the doc strings comments in code. 3.Asynchronous Operations with multiple browsers •Task: Add async-ly the multi-browser dock utility. •Details: Use asynchronous operations to improve the efficiency of the web scraping process, ensuring minimal delays and maximum performance, and for multiple browser serach dock utility, for that example is given below.
const (
userAgent   = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
googleURL   = "https://www.google.com/search?q="
bingURL     = "https://www.bing.com/search?q="
baiduURL    = "https://www.baidu.com/s?wd="
yahooURL    = "https://search.yahoo.com/search?p="
dorksDomain = "dorks-domain.txt"
dorksTarget = "dorks-target.txt"
rateLimit   = 5 * time.Second
)

Like above,

HamzaSajjad141 commented 3 months ago

fix the issue !! Waiting for your feedback sir !!

husnain-ce commented 3 months ago

Create the loom video of demonstration,

HamzaSajjad141 commented 3 months ago

Here is the loom video of demonstration sir :

https://www.loom.com/share/ea95153cab1d4d0ba29d65ed7eb2b0cb?sid=b1b96498-a09d-4d14-bbc4-880d40bfced4