Information Gathering

With this tool you can gather intel on a website.

Was ist Information Gathering?

Information Gathering ist eine Chrome-Erweiterung, die von social entwickelt wurde, und ihr Hauptmerkmal ist "With this tool you can gather intel on a website.".

Erweiterungsscreenshots

screenshot

Information Gathering-Erweiterungs-CRX-Datei herunterladen

Laden Sie Information Gathering-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
Offizielle URL https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Beschreibung With this tool you can gather intel on a website.
Dateigröße 40.3 KB
Installationsanzahl 1,080
Aktuelle Version 1.0
Letztes Update 2016-01-01
Veröffentlichungsdatum 2016-01-01
Bewertung 2.60/5 Insgesamt 5 Bewertungen
Entwickler social
Zahlungsart free
Unterstützte Sprachen 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
        }
    ]
}