Information Gathering

With this tool you can gather intel on a website.

Co to jest Information Gathering?

Information Gathering to rozszerzenie Chrome opracowane przez social, a jego główną funkcją jest „With this tool you can gather intel on a website.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Information Gathering

Pobierz pliki rozszerzeń Information Gathering w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
Oficjalny URL https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Opis With this tool you can gather intel on a website.
Rozmiar pliku 40.3 KB
Liczba instalacji 1,080
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2016-01-01
Data Publikacji 2016-01-01
Ocena 2.60/5 Łącznie 5 Oceny
Deweloper social
Typ Płatności free
Obsługiwane Języki 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
        }
    ]
}