should-i-trust
OSINT tool to evaluate the trustworthiness of a company
Co to jest should-i-trust?
should-i-trust to rozszerzenie Chrome opracowane przez ericalexander.org, a jego główną funkcją jest „OSINT tool to evaluate the trustworthiness of a company”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia should-i-trust
Pobierz pliki rozszerzeń should-i-trust w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | should-i-trust |
ID | hocfamfiidomggjegfgenhgaaifjjmla |
Oficjalny URL | https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla |
Opis | OSINT tool to evaluate the trustworthiness of a company |
Rozmiar pliku | 367 KB |
Liczba instalacji | 290 |
Aktualna Wersja | 0.0.0.5 |
Ostatnia Aktualizacja | 2019-12-20 |
Data Publikacji | 2019-12-16 |
Deweloper | ericalexander.org |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/ericalexanderorg/should-i-trust |
Adres URL Strony Pomocy | https://github.com/ericalexanderorg/should-i-trust/issues |
Obsługiwane Języki | 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" } |