Gotanda

OSINT addon

Cos'è Gotanda?

Gotanda è un'estensione di Chrome sviluppata da HASH1da1, e la sua funzione principale è "OSINT addon".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Gotanda

Scarica i file di estensione Gotanda in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Gotanda is OSINT extension

This Web Extension could search OSINT information from some IOC in web page.(IP,Domain,URL,SNS...etc)

This Repository partly the studying and JavaScript practice.

Usage

Right click highlighted IOC strings, It will show contextmenus.

When You want to search using some engine, You choose one of list.

Search Engine Lists are in my GitHub.
https://github.com/HASH1da1/Gotanda

About Twitter and FaceBook could search timeline with any words.

Misc

This extension is optimized for the Japanese environment.

Got and a                    

Informazioni di Base sull'Estensione

Nome Gotanda Gotanda
ID jbmdcdfnnpenkgliplbglfpninigbiml
URL Ufficiale https://chromewebstore.google.com/detail/gotanda/jbmdcdfnnpenkgliplbglfpninigbiml
Descrizione OSINT addon
Dimensione del File 8.96 KB
Conteggio Installazioni 1,967
Versione Corrente 1.8.2
Ultimo Aggiornamento 2022-05-20
Data di Pubblicazione 2020-01-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore HASH1da1
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/HASH1da1/Gotanda
Lingue Supportate ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Gotanda",
    "description": "OSINT addon",
    "version": "1.8.2",
    "icons": {
        "128": "image\/128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "background"
    ]
}