should-i-trust

OSINT tool to evaluate the trustworthiness of a company

should-i-trust क्या है?

should-i-trust ericalexander.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "OSINT tool to evaluate the trustworthiness of a company"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में should-i-trust एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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
ईमेल [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"
}