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
        }
    ]
}