Shodan
The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.
¿Qué es Shodan?
Shodan es una extensión de Chrome desarrollada por https://shodan.io, y su función principal es "The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Shodan
Descarga archivos de extensión Shodan en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
The Shodan plugin for Chrome automatically checks whether Shodan has any information for the current website. Is the website also running FTP, DNS, SSH or some unusual service? With this plugin you can see all the info that Shodan has collected on a given website/ domain.
Información Básica de la Extensión
Nombre | Shodan |
ID | jjalcfnidlmpjhdfepjhjbhnhkbgleap |
URL Oficial | https://chromewebstore.google.com/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap |
Descripción | The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open. |
Tamaño del Archivo | 27.6 KB |
Cantidad de Instalaciones | 129,226 |
Versión Actual | 1.1.1 |
Última Actualización | 2023-05-29 |
Fecha de Publicación | 2015-04-06 |
Calificación | 4.52/5 Total de 132 Calificaciones |
Desarrollador | https://shodan.io |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Shodan", "version": "1.1.1", "manifest_version": 2, "description": "The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services\/ ports are open.", "icons": { "16": "img\/16x16.png", "48": "img\/48x48.png", "128": "img\/128x128.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "img\/19x19.png", "38": "img\/38x38.png" }, "default_title": "Shodan", "default_popup": "html\/popup.html" }, "permissions": [ "tabs", "contextMenus", "https:\/\/api.shodan.io\/" ] } |