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.".
Снимки экрана расширения
Скачать файл 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 |
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\/" ] } |