Shellshock Checker
Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.
Shellshock Checker là gì?
Shellshock Checker là một tiện ích mở rộng Chrome được phát triển bởi http://shubh.am, và tính năng chính của nó là "Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.".
Ả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 Shellshock Checker
Tải xuống các tệp mở rộng Shellshock Checker 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
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | apfpdfadcfnflnkdecbphbdhmnhojgec |
URL Chính Thức | https://chrome.google.com/webstore/detail/shellshock-checker/apfpdfadcfnflnkdecbphbdhmnhojgec |
Mô tả | Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability. |
Kích Thước Tệp | 200 KB |
Số Lần Cài Đặt | 118 |
Phiên Bản Hiện Tại | 1.16 |
Cập Nhật Lần Cuối | 2014-10-26 |
Ngày Phát Hành | 2014-10-26 |
Đánh Giá | 1.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://shubh.am |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://shubh.am |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |