Shodan
The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.
Qu'est-ce que Shodan ?
Shodan est une extension Chrome développée par https://shodan.io, et sa fonction principale est "The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Shodan
Téléchargez les fichiers d'extension Shodan au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Shodan |
ID | jjalcfnidlmpjhdfepjhjbhnhkbgleap |
URL Officiel | https://chromewebstore.google.com/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap |
Description | The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open. |
Taille du Fichier | 27.6 KB |
Nombre d'Installations | 129,226 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-05-29 |
Date de Publication | 2015-04-06 |
Évaluation | 4.52/5 Total 132 Évaluations |
Développeur | https://shodan.io |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |