Information Gathering

With this tool you can gather intel on a website.

Vad är Information Gathering?

Information Gathering är en Chrome-tillägg utvecklad av social, och dess huvudfunktion är "With this tool you can gather intel on a website.".

Tilläggsskärmbilder

screenshot

Ladda ner Information Gathering-förlängningens CRX-fil

Ladda ner Information Gathering-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
Officiell webbadress https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Beskrivning With this tool you can gather intel on a website.
Filstorlek 40.3 KB
Antal Installationer 1,080
Aktuell Version 1.0
Senast Uppdaterad 2016-01-01
Publiceringsdatum 2016-01-01
Betyg 2.60/5 Totalt 5 Betyg
Utvecklare social
Betalningssätt free
Stödda Språk 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
        }
    ]
}