Gotanda
OSINT addon
Qu'est-ce que Gotanda ?
Gotanda est une extension Chrome développée par HASH1da1, et sa fonction principale est "OSINT addon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Gotanda
Téléchargez les fichiers d'extension Gotanda 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
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 Informations de Base sur l'Extension
| Nom | |
| ID | jbmdcdfnnpenkgliplbglfpninigbiml |
| URL Officiel | https://chromewebstore.google.com/detail/gotanda/jbmdcdfnnpenkgliplbglfpninigbiml |
| Description | OSINT addon |
| Taille du Fichier | 8.96 KB |
| Nombre d'Installations | 1,967 |
| Version Actuelle | 1.8.2 |
| Dernière Mise à Jour | 2022-05-20 |
| Date de Publication | 2020-01-20 |
| Évaluation | 5.00/5 Total 1 Évaluations |
| Développeur | HASH1da1 |
| [email protected] | |
| Type de Paiement | free |
| Site Web de l'Extension | https://github.com/HASH1da1/Gotanda |
| Langues Prises en Charge | 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"
]
} | |