Shellshock Checker

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

Was ist Shellshock Checker?

Shellshock Checker ist eine Chrome-Erweiterung, die von http://shubh.am entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.".

Erweiterungsscreenshots

screenshot
screenshot

Shellshock Checker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shellshock Checker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shellshock Checker Shellshock Checker
ID apfpdfadcfnflnkdecbphbdhmnhojgec
Offizielle URL https://chrome.google.com/webstore/detail/shellshock-checker/apfpdfadcfnflnkdecbphbdhmnhojgec
Beschreibung Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.
Dateigröße 200 KB
Installationsanzahl 118
Aktuelle Version 1.16
Letztes Update 2014-10-26
Veröffentlichungsdatum 2014-10-26
Bewertung 1.00/5 Insgesamt 1 Bewertungen
Entwickler http://shubh.am
Zahlungsart free
Erweiterungswebsite http://shubh.am
Unterstützte Sprachen 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"
    ]
}