腾讯安全研究员披露了 Google Chrome 的新 Magellan 2.0 漏洞。研究人员共发现了 5 个漏洞,位于 SQLite 中,统称为 Magellan 2.0,这组漏洞允许***者在 Google Chrome 内远程运行恶意代码。Google 与 SQLite 官方已确认并修复了漏洞。
如果用户使用 2019 年 12 月 13 日前的旧版本 SQLite&nb
分类:
其他好文 时间:
2019-12-27 15:11:54
阅读次数:
88
一、写在最前 本文记录安装或配置或介绍以下软件或环境或应用的过程:VScode,Xampp,navicat,PHP,html,CSS,SQL,JavaScript。 作者使用的环境:浏览器:Google Chrome 系统:Windows 10 x64 二,Vscode安装和汉化 (1)Vscode ...
分类:
其他好文 时间:
2019-12-04 21:57:43
阅读次数:
151
Google Chrome抓包分析详解 一:什么是抓包 即抓取我们本地电脑与远端服务器通信时候所传递的数据包 二:Chrome浏览器讲解 Chrome 开发者工具是一套内置于Google Chrome中的Web开发和调试工具,可用来对网站进行迭代、调试和分析 三:打开Chrome开发者工具 在Chr ...
分类:
其他好文 时间:
2019-12-02 13:45:07
阅读次数:
117
1. 下载安装脚本, 在下载目录中,执行以下命令,将安装脚本下载到本地 wget https://intoli.com/install-google-chrome.sh 2.然后授予可执行权限 chmod 755 ./install-google-chrome.sh 3.执行脚本 ./install ...
分类:
其他好文 时间:
2019-11-28 12:57:03
阅读次数:
797
“ The Great Suspender” 是一个免费的开源 Google Chrome 扩展程序,适用于那些发现chrome占用过多系统资源或经常遭受chrome崩溃的人。 一旦安装并启用,此扩展程序将自动挂起一段时间未使用的选项卡,从而释放该选项卡消耗的内存和CPU。 使用 使用后【 效果拔群 ...
分类:
其他好文 时间:
2019-11-25 11:36:58
阅读次数:
66
创建一个脚本 #!/bin/bash wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb dpkg -i /google-chrome-stable_current_amd64.deb apt- ...
分类:
系统相关 时间:
2019-11-19 14:17:06
阅读次数:
88
一、Chrome DevTools 简介 Chrome 开发者工具是一套内置于Google Chrome中的Web开发和调试工具,可用来对网站进行迭代、调试和分析 手册:Chrome 开发者工具中文手册、Chrome 开发者工具官网 打开Chrome开发者工具 在Chrome菜单中选择:更多工具 开 ...
分类:
其他好文 时间:
2019-11-12 01:18:26
阅读次数:
108
Chrome本地跨域 open -a /Applications/Google\ Chrome.app --args --disable-web-security --user-data-dir 伪类:active生效 要CSS伪类:active生效,只需要给document绑定touchstart ...
分类:
移动开发 时间:
2019-11-04 11:33:23
阅读次数:
87
1.Install latest Chrome,Selenium.WebDriver, ChromeDriver Selenium.WebDriver 3.141.0; Selenium.WebDriver.ChromeDriver 78.0.3904.7000; Google Chrome Ver ...