sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.87k stars 329 forks source link

ERR failed to take screenshot error="exec: \"google-chrome\": executable file not found in $PATH" #136

Closed molitona closed 2 years ago

molitona commented 2 years ago

Hi, I get ``` ERR failed to take screenshot error="exec: \"google-chrome\": executable file not found in $PATH"

leonjza commented 2 years ago

Is chrome installed and in your path?

molitona commented 2 years ago

no, should i install google chrome ?

and would chromium be fine ?

leonjza commented 2 years ago

Yeah, and I just realized the Installation wiki page did not make that clear, but I updated it now.

molitona commented 2 years ago

thanks would chromuim work ?

molitona commented 2 years ago

and please, isn't it multi threaded ?

leonjza commented 2 years ago

Chromium should work fine as we leverage chromedp to drive it. Gowitness uses goroutines for processing multiple URL's at the same time.

molitona commented 2 years ago

thanks, why gowitness single https://hackerone.com/ fails ??