Information Gathering

With this tool you can gather intel on a website.

Что такое Information Gathering?

Information Gathering - это расширение Chrome, разработанное social, и его основная функция - "With this tool you can gather intel on a website.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Information Gathering

Скачайте файлы расширений 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
        }
    ]
}