Information Gathering

With this tool you can gather intel on a website.

Qu'est-ce que Information Gathering ?

Information Gathering est une extension Chrome développée par social, et sa fonction principale est "With this tool you can gather intel on a website.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Information Gathering

Téléchargez les fichiers d'extension Information Gathering au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
URL Officiel https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Description With this tool you can gather intel on a website.
Taille du Fichier 40.3 KB
Nombre d'Installations 1,080
Version Actuelle 1.0
Dernière Mise à Jour 2016-01-01
Date de Publication 2016-01-01
Évaluation 2.60/5 Total 5 Évaluations
Développeur social
Type de Paiement free
Langues Prises en Charge 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
        }
    ]
}