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 |
官方網址 | 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" } |