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開發的Chrome擴展程式,該擴展的主要功能是“The NetDB plugin will use techniques like banner grabbing over this website to tell you where is hosted/ports/banners”。

擴展截圖

screenshot
screenshot

下載NetDB IoT Search Engine擴展crx文件

下載NetDB IoT Search Engine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 NetDB IoT Search Engine
ID cbnoahoehnigijjkgdabcjdidneanbmn
官方網址 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"
}