Shellshock Checker

Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.

Shellshock Checkerとは何ですか?

Shellshock Checkerはhttp://shubh.amによって開発されたChromeの拡張機能で、その主な機能は「Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Shellshock Checker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This chrome extension will automatically check the websites you visit for the 'shellshocker' vulnerability. If the icon shows up as green, the web site you're visiting is most likely not vulnerable. If the icon is red, it means that the website that you have visited is most likely vulnerable and is susceptible to remote command execution attacks.

Internally, this extension makes requests to an API (https://shellshocker.net/#api) to determine whether or not a website is vulnerable to the 'shellshocker' vulnerability.

Please forward any bugs or feature requests to @infosec_au on Twitter.                    

拡張機能の基本情報

名前 Shellshock Checker Shellshock Checker
ID apfpdfadcfnflnkdecbphbdhmnhojgec
公式URL https://chrome.google.com/webstore/detail/shellshock-checker/apfpdfadcfnflnkdecbphbdhmnhojgec
説明 Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.
ファイルサイズ 200 KB
インストール数 118
現在のバージョン 1.16
最終更新日 2014-10-26
公開日 2014-10-26
評価 1.00/5 合計 1 レビュー
開発者 http://shubh.am
支払い方法 free
拡張機能のウェブサイト http://shubh.am
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shellshock Checker",
    "author": "Shubham Shah",
    "version": "1.16",
    "manifest_version": 2,
    "description": "Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/defaultIcon19x19.png",
        "default_popup": "popup.html",
        "default_title": "Shellshock Checker"
    },
    "minimum_chrome_version": "18",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "notifications"
    ]
}