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ファイルをダウンロード

Trend Micro Shell Shock Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
        }
    ]
}