Shodan

The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.

O que é Shodan?

Shodan é uma extensão do Chrome desenvolvida por https://shodan.io, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Shodan

Baixe arquivos de extensão Shodan 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

                        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.                    

Informações Básicas da Extensão

Nome Shodan Shodan
ID jjalcfnidlmpjhdfepjhjbhnhkbgleap
URL Oficial https://chromewebstore.google.com/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap
Descrição The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.
Tamanho do Arquivo 27.6 KB
Contagem de Instalações 129,226
Versão Atual 1.1.1
Última Atualização 2023-05-29
Data de Publicação 2015-04-06
Classificação 4.52/5 Total de 132 Avaliações
Desenvolvedor https://shodan.io
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/"
    ]
}