admin 管理员组

文章数量: 1184232

1、下载文件

访问:https://www.google/chrome/

下载文件

2、安装google-chrome-stable_current_amd64.deb

dpkg -i google-chrome-stable_current_amd64.deb

3、安装过程中可能会报错,安装依赖:apt-get -f install

4、安装完成后,root无法启动,需要修改配置文件

google-chrome文件,默认位置为/opt/google/chrome下,

修改exec -a "$0" "$HERE/chrome" "$@" 为如下内容

exec -a "$0" "$HERE/chrome" "$@" --user-data-dir --no-sandbox

修改后效果如下

5、在终端内输入 google-chrome,可启动浏览器

6、启动浏览器后,输入chrome://version/,查看安装路径

7、启动crawlergo,即可爬取网站url

若系统报错WARN[0000] navigate timeout ,查看chrome浏览器路径是否正确。

./crawlergo -c /opt/google/chrome/google-chrome -t 10 http://testphp.vulnweb/

参考地址:https://wwwblogs/dawning666/p/11329009.html

 

 

 

本文标签: 浏览器 kali chrome