should-i-trust

OSINT tool to evaluate the trustworthiness of a company

should-i-trust là gì?

should-i-trust là một tiện ích mở rộng Chrome được phát triển bởi ericalexander.org, và tính năng chính của nó là "OSINT tool to evaluate the trustworthiness of a company".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng should-i-trust

Tải xuống các tệp mở rộng should-i-trust dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên should-i-trust should-i-trust
ID hocfamfiidomggjegfgenhgaaifjjmla
URL Chính Thức https://chromewebstore.google.com/detail/should-i-trust/hocfamfiidomggjegfgenhgaaifjjmla
Mô tả OSINT tool to evaluate the trustworthiness of a company
Kích Thước Tệp 367 KB
Số Lần Cài Đặt 290
Phiên Bản Hiện Tại 0.0.0.5
Cập Nhật Lần Cuối 2019-12-20
Ngày Phát Hành 2019-12-16
Nhà Phát Triển ericalexander.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/ericalexanderorg/should-i-trust
URL Trang Trợ Giúp https://github.com/ericalexanderorg/should-i-trust/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}