should-i-trust

OSINT tool to evaluate the trustworthiness of a company

O que é should-i-trust?

should-i-trust é uma extensão do Chrome desenvolvida por ericalexander.org, e sua principal característica é "OSINT tool to evaluate the trustworthiness of a company".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão should-i-trust

Baixe arquivos de extensão should-i-trust no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome should-i-trust should-i-trust
ID hocfamfiidomggjegfgenhgaaifjjmla
URL Oficial https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla
Descrição OSINT tool to evaluate the trustworthiness of a company
Tamanho do Arquivo 367 KB
Contagem de Instalações 290
Versão Atual 0.0.0.5
Última Atualização 2019-12-20
Data de Publicação 2019-12-16
Desenvolvedor ericalexander.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/ericalexanderorg/should-i-trust
URL da Página de Ajuda https://github.com/ericalexanderorg/should-i-trust/issues
Idiomas Suportados 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"
}