Shellshock Checker

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

Shellshock Checker क्या है?

Shellshock Checker http://shubh.am द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Shellshock Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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