Information Gathering

With this tool you can gather intel on a website.

Hvad er Information Gathering?

Information Gathering er en Chrome-udvidelse udviklet af social, og dens hovedfunktion er "With this tool you can gather intel on a website.".

Udvidelsesskærmbilleder

screenshot

Download Information Gathering-udvidelses-CRX-fil

Download Information Gathering-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
Officiel URL https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Beskrivelse With this tool you can gather intel on a website.
Filstørrelse 40.3 KB
Antal Installationer 1,080
Nuværende Version 1.0
Senest Opdateret 2016-01-01
Udgivelsesdato 2016-01-01
Bedømmelse 2.60/5 Samlet 5 Bedømmelser
Udvikler social
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}