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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον consumer pcc, και η κύρια λειτουργία του είναι "The Trend Micro Shell Sock Detector determines if this Website's server is vulnerable to the Shell Shock bug.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Trend Micro Shell Shock Detector
Λήψη αρχείων επέκτασης 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 |
Επίσημο 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 } ] } |