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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trend Micro Shell Shock Detector एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } ] } |