Trend Micro Shell Shock Detector

The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug.

Trend Micro Shell Shock Detector란 무엇입니까?

Trend Micro Shell Shock Detector은(는) consumer pcc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug."입니다.

확장 프로그램 스크린샷

screenshot

Trend Micro Shell Shock Detector 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Trend Micro Shell Shock Detector checks this Website's server for a serious vulnerability found in the Bash command shell used mostly in Linux distributions. This vulnerability is known as Bash bug or Shell Shock and is designated as CVE-2014-7169 and CVE-2014-6271.

Shell Shock allows an attacker to run commands and perform remote code execution on servers that run these affected Linux distributions.                    

확장 프로그램 기본 정보

이름 Trend Micro Shell Shock Detector Trend Micro Shell Shock Detector
ID lpkjdakjlliooohonkdfofmeifdccbfp
공식 URL https://chromewebstore.google.com/detail/trend-micro-shell-shock-d/lpkjdakjlliooohonkdfofmeifdccbfp
설명 The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug.
파일 크기 531 KB
설치 횟수 12,028
현재 버전 1.0.0.8
최근 업데이트 2014-09-29
출시 날짜 2014-09-28
평점 4.38/5 총 72 개의 평점
개발자 consumer pcc
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_toolbar_name__",
    "version": "1.0.0.8",
    "manifest_version": 2,
    "description": "__MSG_toolbar_description__",
    "default_locale": "en",
    "icons": {
        "16": "img\/logo_icon16.png",
        "48": "img\/logo_icon48.png",
        "128": "img\/logo_icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/logo_icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webNavigation",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "3rd_party\/jQuery-1.7.1.js",
                "3rd_party\/jquery.json-2.3.js",
                "js\/start.js"
            ],
            "css": [],
            "all_frames": true
        }
    ]
}