RedSiege / EyeWitness

EyeWitness is designed to take screenshots of websites, provide some server header info, and identify default credentials if possible.
https://www.christophertruncer.com/eyewitness-usage-guide/
GNU General Public License v3.0
5.02k stars 851 forks source link

Not working on Ubuntu 22.04 LTS #568

Closed azmatt closed 2 years ago

azmatt commented 2 years ago

OS Used - ALL Information (architecture, linux flavor, etc.)

Ubuntu 22.04 LTS

Pastebin link to error you are encountering

Attempting to screenshot https://www.amazon.com/ Message: Connection refused (os error 111)

Expected behavior (vs. what you encountered)

No URLS are working, they're all failing.

Any additional information

The selenium log shows:

1651000816307 geckodriver INFO Listening on 127.0.0.1:59245 1651000816314 mozrunner::runner INFO Running command: "/usr/bin/firefox" "--marionette" "--headless" "--remote-debugging-port" "56009" "-no-remote" "-profile" "/tmp/rust_mozprofile7ODbUm" *** You are running in headless mode. [GFX1-]: RenderCompositorSWGL failed mapping default framebuffer, no dt

azmatt commented 2 years ago

This issue can be closed. The issue was by default the Firefox in Ubuntu 22.04 was installed with snap. uninstalling it and installing it the "normal" way fixes this issue.