NetDB IoT Search Engine
The NetDB plugin will use techniques like banner grabbing over this website to tell you where is hosted/ports/banners
NetDB IoT Search Engine क्या है?
NetDB IoT Search Engine jamesjara द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The NetDB plugin will use techniques like banner grabbing over this website to tell you where is hosted/ports/banners"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में NetDB IoT Search Engine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Netdb Iot Search Engine plugin tells you where the website is geo located(country, city, etc), who owns the IP, ASN, banners, whois and what other services/ ports are open. The Netdb Iot Search Engine plugin for Chrome automatically call to the Netdb API for free to get the information of the current website. You will be able to detect if the current tab website is running other hidden ports or services like FTP, DNS, SSH. With this plugin you can see all the information of a website based on techniques like banner grabing.
एक्सटेंशन की मूल जानकारी
नाम | NetDB IoT Search Engine |
ID | cbnoahoehnigijjkgdabcjdidneanbmn |
आधिकारिक URL | https://chromewebstore.google.com/detail/netdb-iot-search-engine/cbnoahoehnigijjkgdabcjdidneanbmn |
विवरण | The NetDB plugin will use techniques like banner grabbing over this website to tell you where is hosted/ports/banners |
फ़ाइल का आकार | 31.41 KB |
स्थापना संख्या | 65 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2016-07-27 |
प्रकाशन तिथि | 2016-07-27 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | jamesjara |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://netdb.io/chrome-extension-iot-engine |
सहायता पृष्ठ URL | https://netdb.io/chrome-extension-iot-engine |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/api.js" ] }, "browser_action": { "default_icon": { "19": "img\/19x19.png", "38": "img\/38x38.png" }, "default_popup": "html\/popup.html", "default_title": "NetDB.io - click for details" }, "author": "James Jara [email protected]", "description": "The NetDB plugin will use techniques like banner grabbing over this website to tell you where is hosted\/ports\/banners", "icons": { "128": "img\/128x128.png", "16": "img\/16x16.png", "48": "img\/48x48.png" }, "manifest_version": 2, "name": "NetDB IoT Search Engine", "permissions": [ "tabs", "contextMenus", "https:\/\/api.shodan.io\/", "https:\/\/www.shodan.io\/", "https:\/\/netdb.io\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1.0" } |