should-i-trust

OSINT tool to evaluate the trustworthiness of a company

should-i-trust란 무엇입니까?

should-i-trust은(는) ericalexander.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "OSINT tool to evaluate the trustworthiness of a company"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

should-i-trust 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}