NetDB IoT Search Engine
The NetDB plugin will use techniques like banner grabbing over this website to tell you where is hosted/ports/banners
¿Qué es NetDB IoT Search Engine?
NetDB IoT Search Engine es una extensión de Chrome desarrollada por jamesjara, y su función principal es "The NetDB plugin will use techniques like banner grabbing over this website to tell you where is hosted/ports/banners".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión NetDB IoT Search Engine
Descarga archivos de extensión NetDB IoT Search Engine en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | NetDB IoT Search Engine |
ID | cbnoahoehnigijjkgdabcjdidneanbmn |
URL Oficial | https://chromewebstore.google.com/detail/netdb-iot-search-engine/cbnoahoehnigijjkgdabcjdidneanbmn |
Descripción | The NetDB plugin will use techniques like banner grabbing over this website to tell you where is hosted/ports/banners |
Tamaño del Archivo | 31.41 KB |
Cantidad de Instalaciones | 65 |
Versión Actual | 0.1.0 |
Última Actualización | 2016-07-27 |
Fecha de Publicación | 2016-07-27 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | jamesjara |
Tipo de Pago | free |
Sitio Web de la Extensión | https://netdb.io/chrome-extension-iot-engine |
URL de la Página de Ayuda | https://netdb.io/chrome-extension-iot-engine |
Idiomas Soportados | 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" } |