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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The Shodan plugin tells you where the website is hosted (country, city), who owns the IP and what other services/ ports are open."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shodan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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\/" ] } |