Information Gathering

With this tool you can gather intel on a website.

Wat is Information Gathering?

Information Gathering is een Chrome-extensie ontwikkeld door social, en de belangrijkste functie is "With this tool you can gather intel on a website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Information Gathering

Download Information Gathering-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
Officiële URL https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Beschrijving With this tool you can gather intel on a website.
Bestandsgrootte 40.3 KB
Aantal Installaties 1,080
Huidige Versie 1.0
Laatst Bijgewerkt 2016-01-01
Publicatiedatum 2016-01-01
Beoordeling 2.60/5 Totaal 5 Beoordelingen
Ontwikkelaar social
Betalingswijze free
Ondersteunde Talen 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
        }
    ]
}