Information Gathering

With this tool you can gather intel on a website.

Cos'è Information Gathering?

Information Gathering è un'estensione di Chrome sviluppata da social, e la sua funzione principale è "With this tool you can gather intel on a website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Information Gathering

Scarica i file di estensione Information Gathering in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
URL Ufficiale https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Descrizione With this tool you can gather intel on a website.
Dimensione del File 40.3 KB
Conteggio Installazioni 1,080
Versione Corrente 1.0
Ultimo Aggiornamento 2016-01-01
Data di Pubblicazione 2016-01-01
Valutazione 2.60/5 Totale 5 Valutazioni
Sviluppatore social
Tipo di Pagamento free
Lingue Supportate 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
        }
    ]
}