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はhttps://shodan.ioによって開発されたChromeの拡張機能で、その主な機能は「The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.」です。
拡張機能のスクリーンショット
Shodan拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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\/" ] } |