should-i-trust

OSINT tool to evaluate the trustworthiness of a company

Qu'est-ce que should-i-trust ?

should-i-trust est une extension Chrome développée par ericalexander.org, et sa fonction principale est "OSINT tool to evaluate the trustworthiness of a company".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension should-i-trust

Téléchargez les fichiers d'extension should-i-trust au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom should-i-trust should-i-trust
ID hocfamfiidomggjegfgenhgaaifjjmla
URL Officiel https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla
Description OSINT tool to evaluate the trustworthiness of a company
Taille du Fichier 367 KB
Nombre d'Installations 290
Version Actuelle 0.0.0.5
Dernière Mise à Jour 2019-12-20
Date de Publication 2019-12-16
Développeur ericalexander.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/ericalexanderorg/should-i-trust
URL de la Page d'Aide https://github.com/ericalexanderorg/should-i-trust/issues
Langues Prises en Charge 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"
}