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

no chrome installed on cloud hosts -> no aquatone results #26

Closed
epi052 opened this issue Feb 22, 2020 · 6 comments
Closed

no chrome installed on cloud hosts -> no aquatone results #26

epi052 opened this issue Feb 22, 2020 · 6 comments
Labels
enhancement New feature or request

Comments

@epi052
Copy link
Owner

epi052 commented Feb 22, 2020

Installing all dependencies on a (tested digitalocean) VPS does not take care of aquatone's chrome dependency.

Could look at installing headless chrome or phantomJS as part of the install command if it's not there.

@epi052 epi052 added the enhancement New feature or request label Feb 22, 2020
@opsdisk
Copy link

opsdisk commented Apr 11, 2020

apt install chromium-browser worked for me for Ubuntu 18.04.

@epi052
Copy link
Owner Author

epi052 commented Apr 14, 2020

apt install chromium-browser worked for me for Ubuntu 18.04.

these are the commands i'm tracking to install on DO's ubuntu 18.04.3 droplet

sudo add-apt-repository ppa:canonical-chromium-builds/stage
sudo apt-get update
sudo apt-get install chromium-browser 

Need to find a universal way of checking whether aquatone can run, might be as simple as running it and checking for failure. Or, could dig into aquatone code and see how they're checking.

root@ubuntu-s-1vcpu-1gb-nyc1-01:~# echo tesla.com | /tmp/aquatone/aquatone -scan-timeout 900 -threads 5 -out stuff 
aquatone v1.7.0 started at 2020-04-14T14:45:19Z

Unable to locate a valid installation of Chrome. Install Google Chrome or try specifying a valid location with the -chrome-path option.

@opsdisk
Copy link

opsdisk commented Apr 14, 2020

I didn't have to add the ppa repo at all. For aquatone, specify the path -chrome-path /usr/bin/chromium-browser

@epi052
Copy link
Owner Author

epi052 commented Apr 14, 2020

you're right, spun up another droplet to confirm. I must have forgotten to run update before checking for the chromium-browser package the first time around.

@AbdulConsole
Copy link

i am trying to use this tool on a window 10 os, i get this error

Unable to locate a valid installation of Chrome. Install Google Chrome or try specifying a valid location with the -chrome-path option.

@Forlay
Copy link

Forlay commented Jul 14, 2023

Try this apt-get install chromium -y

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants