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"
    ]
}