
checkVT
大小:18.43KiB版本:v 2.0.0更新时间:2021-12-21
checkVT sends the selected URL through a parsing process, then to VirusTotal to check if it has been analyzed for malware.
checkVT 的使用方法详解,最全面的教程
checkVT 描述:
用户数:13
分类:搜索工具插件
扩展大小:18.43 KiB
最后更新时间:2021-12-21
版本:v 2.0.0
checkVT 插件简介:
这是来自Chrome商店的 checkVT 浏览器插件,您可以在当前页面下载它的最新版本安装文件,并安装在Chrome、Edge等浏览器上。
checkVT插件下载方法/流程:
点击下载按钮,关注“扩展迷Extfans”公众号并获取验证码,在网页弹窗中输入验证码,即可下载最新安装文件。
checkVT插件安装教程/方法:
(1)将扩展迷上下载的安装包文件(.zip)解压为文件夹,其中类型为“crx”的文件就是接下来需要用到的安装文件
(2) 从设置->更多工具->扩展程序 打开扩展程序页面,或者地址栏输入 Chrome://extensions/ 按下回车打开扩展程序页面
(3) 打开扩展程序页面的“开发者模式”
(4) 将crx文件拖拽到扩展程序页面,
完成安装如有其它安装问题,
请扫描网站底部二维码与客服联系如有疑问请参考:
https://www.extfans.com/installation/checkVT (check VirusTotal) is an open source project developed by Emyll Almonte for an independent research class supervised by Dr. Vaibhav Anu (Assistant Professor, Department of Computer Science), Montclair State University.
checkVT is a simple web browser extension that takes a selected URL via context-menu and submits it directly to be checked against all engines on VirusTotal with an added feature. VirusTotal is a free service that uses over 70 antivirus scanners and URL/domain blacklisting services to analyze suspicious files and URLs to detect types of malware. The feature checkVT incorporates is a process that tries to find the effective URL (redirect) if it exists on the URL that was submitted, and sends that URL to VirusTotal instead of the URL that was selected. This extra step helps users see the VirusTotal results for the URL/domain that they would have ended up at, as opposed to the original link they clicked on. URL redirection is a major phishing method that attackers use to masquerade as legitimate websites.
For more info and to see the open source code, please visit the GitHub repo: https://github.com/ealmonte32/checkVT
====================
Release notes:
Version 2.0.0:
- URLs are now submitted in full form of 'scheme' (http/https) + 'host' + 'path'
- URLs being submitted in full rather than 'scheme' + 'host' being checked for previous analyzation provides a greater form of protection by returning a wider range of results
- Unlike previous versions where it just said "Item-Not-Found" for URLs that had not been analyzed, your never-before submitted URL is now automatically sent to be analyzed
Known Issues:
- When a never-before submitted URL is sent through, the VirusTotal on-demand analysis status process might flicker many times and VirusTotal can take minutes to finish analyzing and results wont show until all their engines have finished analyzing the URL
- Users might be prompted to complete a CAPTCHA from VirusTotal on some on-demand scans due to limits of submissions per minute
Version 1.0.4:
- Added checkVT URL search field directly onto add-on/extension popup for quick access
- Improved URL cleaning of whitespace
- New logo
Version 1.0.3:
- Initial public release
- Improved URL decoding
- Added google search result filtering to send the "url=" and not "google.com"
- Improved detection of a link or a text-based URL when both were selected
Version 1.0.0-1.0.2:
- Initial beta release
- Added option for curl to respect GET requests when following 301, 302, and 303 redirections
- Added HTTP user agent header to processing because some servers act different if the user agent is not supplied
- Added all encoding option to send gzip, deflate, etc on request
- Added parsing of URL scheme