Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoWitness Dependency Error for Chrome #1767

Open
aconite33 opened this issue Sep 12, 2024 · 4 comments
Open

GoWitness Dependency Error for Chrome #1767

aconite33 opened this issue Sep 12, 2024 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@aconite33
Copy link
Contributor

Describe the bug
When running BBoT Dev with gowitness module, encountering error for .so files not being installed.

Expected behavior
Running a bbot scan with gowitness module without error

BBOT Command
bbot -m gowitness -t target.com

OS, BBOT Installation Method + Version
Ubuntu 24.04, poetry install, bbot-dev branch

Screenshots
image

@aconite33 aconite33 added the bug Something isn't working label Sep 12, 2024
@aconite33
Copy link
Contributor Author

In order to get this to work on Ubuntu, the following packages were installed:

libatk1.0-dev
libatk-bridge2.0-dev
libcups2-dev
libxcomposite-dev
libxdamage-dev
libxrandr-dev
libgbm-dev
libpango1.0-dev
libasound2-dev

@HotSpoon-ColdMango
Copy link

I also am getting a similar error when attempting:
image

@TheTechromancer
Copy link
Collaborator

@aconite33 to set up tests for this, we need self-hosted runners.

@TheTechromancer TheTechromancer self-assigned this Sep 19, 2024
@TheTechromancer
Copy link
Collaborator

TheTechromancer commented Sep 20, 2024

Testing this on ubuntu 24.04, the package libasound2 doesn't exist like it does on 22.04:

Package 'libasound2' has no installation candidate\n"

Probably we should be using something like flatpak, so we don't have to try and stay on top of all these crazy os dependencies, which are gonna be different on every distro (and even between different versions of the same distro).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants