blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.19k stars 381 forks source link

Gowitness can silently fail #1075

Closed TheTechromancer closed 5 months ago

TheTechromancer commented 5 months ago

In some cases when chromium fails to install (due to a broken/outdated OS package manager etc.,), the gowitness module will not fail successfully. We should add a check to ensure chromium is installed and working.

TheTechromancer commented 5 months ago

Fixed in https://github.com/blacklanternsecurity/bbot/pull/1076.