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 là gì?
Trend Micro Shell Shock Detector là một tiện ích mở rộng Chrome được phát triển bởi consumer pcc, và tính năng chính của nó là "The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trend Micro Shell Shock Detector
Tải xuống các tệp mở rộng Trend Micro Shell Shock Detector dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trend Micro Shell Shock Detector |
ID | lpkjdakjlliooohonkdfofmeifdccbfp |
URL Chính Thức | https://chromewebstore.google.com/detail/trend-micro-shell-shock-d/lpkjdakjlliooohonkdfofmeifdccbfp |
Mô tả | The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug. |
Kích Thước Tệp | 531 KB |
Số Lần Cài Đặt | 12,028 |
Phiên Bản Hiện Tại | 1.0.0.8 |
Cập Nhật Lần Cuối | 2014-09-29 |
Ngày Phát Hành | 2014-09-28 |
Đánh Giá | 4.38/5 Tổng số 72 Đánh Giá |
Nhà Phát Triển | consumer pcc |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } ] } |