Information Gathering

With this tool you can gather intel on a website.

O que é Information Gathering?

Information Gathering é uma extensão do Chrome desenvolvida por social, e sua principal característica é "With this tool you can gather intel on a website.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Information Gathering

Baixe arquivos de extensão Information Gathering no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
URL Oficial https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Descrição With this tool you can gather intel on a website.
Tamanho do Arquivo 40.3 KB
Contagem de Instalações 1,080
Versão Atual 1.0
Última Atualização 2016-01-01
Data de Publicação 2016-01-01
Classificação 2.60/5 Total de 5 Avaliações
Desenvolvedor social
Tipo de Pagamento free
Idiomas Suportados 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
        }
    ]
}