Information Gathering

With this tool you can gather intel on a website.

什麼是Information Gathering?

Information Gathering是由social開發的Chrome擴展程式,該擴展的主要功能是“With this tool you can gather intel on a website.”。

擴展截圖

screenshot

下載Information Gathering擴展crx文件

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

擴展使用說明

                        This tool will gather the following information from a domain: emails, subdomains, hosts, open ports and banners from different public sources like search engines, PGP key servers and SHODAN computer database.                    

擴展基本資訊

名稱 Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
官方網址 https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
簡介 With this tool you can gather intel on a website.
檔案大小 40.3 KB
安裝次數 1,080
目前版本 1.0
更新時間 2016-01-01
上架時間 2016-01-01
評分 2.60/5 共 5 次評分
開發者 social
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Information Gathering",
    "version": "1.0",
    "description": "With this tool you can gather intel on a website.",
    "minimum_chrome_version": "18",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ]
}