Shellshock Checker
Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.
O que é Shellshock Checker?
Shellshock Checker é uma extensão do Chrome desenvolvida por http://shubh.am, e sua principal característica é "Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Shellshock Checker
Baixe arquivos de extensão Shellshock Checker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | apfpdfadcfnflnkdecbphbdhmnhojgec |
URL Oficial | https://chrome.google.com/webstore/detail/shellshock-checker/apfpdfadcfnflnkdecbphbdhmnhojgec |
Descrição | Chrome extension to check for the 'Shellshock' CVE-2014-6271 & CVE-2014-7169 vulnerability. |
Tamanho do Arquivo | 200 KB |
Contagem de Instalações | 118 |
Versão Atual | 1.16 |
Última Atualização | 2014-10-26 |
Data de Publicação | 2014-10-26 |
Classificação | 1.00/5 Total de 1 Avaliações |
Desenvolvedor | http://shubh.am |
Tipo de Pagamento | free |
Site da Extensão | http://shubh.am |
Idiomas Suportados | 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" ] } |