should-i-trust
OSINT tool to evaluate the trustworthiness of a company
什么是should-i-trust?
should-i-trust是由ericalexander.org开发的Chrome扩展程序,该扩展的主要功能是“OSINT tool to evaluate the trustworthiness of a company”。
扩展截图
下载should-i-trust扩展crx文件
下载should-i-trust扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
should-i-trust is a information security tool to evaluate Open Source Intelligence (OSINT) signals for a domain. The tool is designed to aggregate and explore data from multiple sources. Requires API keys (free) from: virustotal.com, censys.io, and grayhatwarfare.com.
扩展基本信息
名称 | should-i-trust |
ID | hocfamfiidomggjegfgenhgaaifjjmla |
官方URL | https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla |
简介 | OSINT tool to evaluate the trustworthiness of a company |
文件大小 | 367 KB |
安装次数 | 290 |
当前版本 | 0.0.0.5 |
更新时间 | 2019-12-20 |
上架时间 | 2019-12-16 |
开发者 | ericalexander.org |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/ericalexanderorg/should-i-trust |
帮助页面URL | https://github.com/ericalexanderorg/should-i-trust/issues |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "should-i-trust", "version": "0.0.0.5", "description": "OSINT tool to evaluate the trustworthiness of a company", "icons": { "16": "images\/icon.png", "48": "images\/48.png", "128": "images\/128.png" }, "homepage_url": "https:\/\/github.com\/ericalexanderorg\/should-i-trust", "permissions": [ "https:\/\/stat.ripe.net\/*", "https:\/\/viz.greynoise.io\/api\/*", "https:\/\/buckets.grayhatwarfare.com\/api\/*", "https:\/\/www.virustotal.com\/vtapi\/*", "https:\/\/gitlab.com\/api\/*", "https:\/\/api.github.com\/*", "https:\/\/censys.io\/api\/*", "https:\/\/transparencyreport.google.com\/transparencyreport\/api\/*" ], "browser_action": { "default_icon": "images\/icon.png", "default_title": "should-i-trust", "default_popup": "popup.html" }, "options_page": "options.html" } |