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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://shodan.io และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shodan

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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\/"
    ]
}