Information Gathering

With this tool you can gather intel on a website.

¿Qué es Information Gathering?

Information Gathering es una extensión de Chrome desarrollada por social, y su función principal es "With this tool you can gather intel on a website.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Information Gathering

Descarga archivos de extensión Information Gathering en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
URL Oficial https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Descripción With this tool you can gather intel on a website.
Tamaño del Archivo 40.3 KB
Cantidad de Instalaciones 1,080
Versión Actual 1.0
Última Actualización 2016-01-01
Fecha de Publicación 2016-01-01
Calificación 2.60/5 Total de 5 Calificaciones
Desarrollador social
Tipo de Pago free
Idiomas Soportados 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
        }
    ]
}