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
官方URL 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
        }
    ]
}