blacklanternsecurity / bbot

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

Gowitness Module Incompatible with Ubuntu #34

Closed TheTechromancer closed 2 years ago

TheTechromancer commented 2 years ago

When you apt install chromium-browser on Ubuntu, it silently installs via a snap instead 🤬. Gowitness is unable to use the snap-installed chromium because of its isolated home directories, and because snap requires a daemon, this means it cannot be installed in a docker container. We need to find a way to install chromium on Ubuntu without using snap.

image

TheTechromancer commented 2 years ago

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