Shodan
The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.
Vad är Shodan?
Shodan är en Chrome-tillägg utvecklad av https://shodan.io, och dess huvudfunktion är "The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open.".
Tilläggsskärmbilder
Ladda ner Shodan-förlängningens CRX-fil
Ladda ner Shodan-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Shodan |
ID | jjalcfnidlmpjhdfepjhjbhnhkbgleap |
Officiell webbadress | https://chromewebstore.google.com/detail/shodan/jjalcfnidlmpjhdfepjhjbhnhkbgleap |
Beskrivning | The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open. |
Filstorlek | 27.6 KB |
Antal Installationer | 129,226 |
Aktuell Version | 1.1.1 |
Senast Uppdaterad | 2023-05-29 |
Publiceringsdatum | 2015-04-06 |
Betyg | 4.52/5 Totalt 132 Betyg |
Utvecklare | https://shodan.io |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/" ] } |