Trend Micro Shell Shock Detector
The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug.
什麼是Trend Micro Shell Shock Detector?
Trend Micro Shell Shock Detector是由consumer pcc開發的Chrome擴展程式,該擴展的主要功能是“The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug.”。
擴展截圖
下載Trend Micro Shell Shock Detector擴展crx文件
下載Trend Micro Shell Shock Detector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Trend Micro Shell Shock Detector checks this Website's server for a serious vulnerability found in the Bash command shell used mostly in Linux distributions. This vulnerability is known as Bash bug or Shell Shock and is designated as CVE-2014-7169 and CVE-2014-6271. Shell Shock allows an attacker to run commands and perform remote code execution on servers that run these affected Linux distributions.
擴展基本資訊
名稱 | Trend Micro Shell Shock Detector |
ID | lpkjdakjlliooohonkdfofmeifdccbfp |
官方網址 | https://chromewebstore.google.com/detail/trend-micro-shell-shock-d/lpkjdakjlliooohonkdfofmeifdccbfp |
簡介 | The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug. |
檔案大小 | 531 KB |
安裝次數 | 12,028 |
目前版本 | 1.0.0.8 |
更新時間 | 2014-09-29 |
上架時間 | 2014-09-28 |
評分 | 4.38/5 共 72 次評分 |
開發者 | consumer pcc |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_toolbar_name__", "version": "1.0.0.8", "manifest_version": 2, "description": "__MSG_toolbar_description__", "default_locale": "en", "icons": { "16": "img\/logo_icon16.png", "48": "img\/logo_icon48.png", "128": "img\/logo_icon128.png" }, "browser_action": { "default_icon": "img\/logo_icon16.png", "default_popup": "popup.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "webNavigation", "webRequest", "webRequestBlocking" ], "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "3rd_party\/jQuery-1.7.1.js", "3rd_party\/jquery.json-2.3.js", "js\/start.js" ], "css": [], "all_frames": true } ] } |