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 là gì?

Shodan là một tiện ích mở rộng Chrome được phát triển bởi https://shodan.io, và tính năng chính của nó là "The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shodan

Tải xuống các tệp mở rộng Shodan 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Shodan Shodan
ID jjalcfnidlmpjhdfepjhjbhnhkbgleap
URL Chính Thức https://chromewebstore.google.com/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap
Mô tả The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.
Kích Thước Tệp 27.6 KB
Số Lần Cài Đặt 129,226
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2023-05-29
Ngày Phát Hành 2015-04-06
Đánh Giá 4.52/5 Tổng số 132 Đánh Giá
Nhà Phát Triển https://shodan.io
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}