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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}