Information Gathering

With this tool you can gather intel on a website.

Τι είναι το Information Gathering;

Το Information Gathering είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον social, και η κύρια λειτουργία του είναι "With this tool you can gather intel on a website.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Information Gathering

Λήψη αρχείων επέκτασης Information Gathering σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Information Gathering Information Gathering
ID aiiopdojilknlomkphnodggabookccnh
Επίσημο URL https://chrome.google.com/webstore/detail/information-gathering/aiiopdojilknlomkphnodggabookccnh
Περιγραφή With this tool you can gather intel on a website.
Μέγεθος Αρχείου 40.3 KB
Αριθμός Εγκαταστάσεων 1,080
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2016-01-01
Ημερομηνία Δημοσίευσης 2016-01-01
Αξιολόγηση 2.60/5 Συνολικά 5 Αξιολογήσεις
Προγραμματιστής social
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
        }
    ]
}