Information Gathering

With this tool you can gather intel on a website.

Information Gathering là gì?

Information Gathering là một tiện ích mở rộng Chrome được phát triển bởi social, và tính năng chính của nó là "With this tool you can gather intel on a website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Information Gathering

Tải xuống các tệp mở rộng Information Gathering dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
URL Chính Thức https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Mô tả With this tool you can gather intel on a website.
Kích Thước Tệp 40.3 KB
Số Lần Cài Đặt 1,080
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-01
Ngày Phát Hành 2016-01-01
Đánh Giá 2.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển social
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
        }
    ]
}