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\/"
    ]
}