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.”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | apfpdfadcfnflnkdecbphbdhmnhojgec |
官方網址 | 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" ] } |