Information Gathering

With this tool you can gather intel on a website.

What is Information Gathering?

Information Gathering is a Chrome extension developed by social, and its main feature is "With this tool you can gather intel on a website.".

Extension Screenshots

screenshot

Download Information Gathering Extension CRX File

Download Information Gathering extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
Official URL https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Description With this tool you can gather intel on a website.
File Size 40.3 KB
Installation Count 1,080
Current Version 1.0
Last Updated 2016-01-01
Publish Date 2016-01-01
Rating 2.60/5 Total 5 Ratings
Developer social
Payment Type free
Supported Languages 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
        }
    ]
}