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 |
Eメール | [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" } |