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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
}