should-i-trust

OSINT tool to evaluate the trustworthiness of a company

Vad är should-i-trust?

should-i-trust är en Chrome-tillägg utvecklad av ericalexander.org, och dess huvudfunktion är "OSINT tool to evaluate the trustworthiness of a company".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner should-i-trust-förlängningens CRX-fil

Ladda ner should-i-trust-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn should-i-trust should-i-trust
ID hocfamfiidomggjegfgenhgaaifjjmla
Officiell webbadress https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla
Beskrivning OSINT tool to evaluate the trustworthiness of a company
Filstorlek 367 KB
Antal Installationer 290
Aktuell Version 0.0.0.5
Senast Uppdaterad 2019-12-20
Publiceringsdatum 2019-12-16
Utvecklare ericalexander.org
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ericalexanderorg/should-i-trust
Hjälpsida URL https://github.com/ericalexanderorg/should-i-trust/issues
Stödda Språk 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"
}