Shodan

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

什麼是Shodan?

Shodan是由https://shodan.io開發的Chrome擴展程式,該擴展的主要功能是“The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.”。

擴展截圖

screenshot
screenshot
screenshot

下載Shodan擴展crx文件

下載Shodan擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Shodan Shodan
ID jjalcfnidlmpjhdfepjhjbhnhkbgleap
官方網址 https://chromewebstore.google.com/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap
簡介 The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.
檔案大小 27.6 KB
安裝次數 129,226
目前版本 1.1.1
更新時間 2023-05-29
上架時間 2015-04-06
評分 4.52/5 共 132 次評分
開發者 https://shodan.io
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/"
    ]
}