Shodan

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

Co je Shodan?

Shodan je rozšíření Chrome vyvinuté https://shodan.io, a jeho hlavní funkcí je „The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Shodan

Stáhněte si soubory rozšíření Shodan ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Shodan Shodan
ID jjalcfnidlmpjhdfepjhjbhnhkbgleap
Oficiální URL https://chromewebstore.google.com/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap
Popis The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.
Velikost souboru 27.6 KB
Počet instalací 129,226
Aktuální Verze 1.1.1
Poslední Aktualizace 2023-05-29
Datum Vydání 2015-04-06
Hodnocení 4.52/5 Celkem 132 Hodnocení
Vývojář https://shodan.io
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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\/"
    ]
}