Shodan

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

Was ist Shodan?

Shodan ist eine Chrome-Erweiterung, die von https://shodan.io entwickelt wurde, und ihr Hauptmerkmal ist "The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Shodan-Erweiterungs-CRX-Datei herunterladen

Laden Sie Shodan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Shodan Shodan
ID jjalcfnidlmpjhdfepjhjbhnhkbgleap
Offizielle URL https://chromewebstore.google.com/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap
Beschreibung The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.
Dateigröße 27.6 KB
Installationsanzahl 129,226
Aktuelle Version 1.1.1
Letztes Update 2023-05-29
Veröffentlichungsdatum 2015-04-06
Bewertung 4.52/5 Insgesamt 132 Bewertungen
Entwickler https://shodan.io
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}