Sputnik
OSINT web extension
Cos'è Sputnik?
Sputnik è un'estensione di Chrome sviluppata da Mitchell Moser, e la sua funzione principale è "OSINT web extension".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Sputnik
Scarica i file di estensione Sputnik 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
Sputnik is an extension to quickly and easily search IPs, Domains, File Hashes, and URLs using free Open Source Intelligence (OSINT) resources. Usage • Text - Select the artifact you wish to search and right click • Links - Right click on links, audio, images, videos • Select an OSINT tool • In most cases, you will be redirected straight to results • For tools that require user interaction such as captchas: • The highlighted artifact will be saved to your clipboard • You will be directed to the submission page
Informazioni di Base sull'Estensione
Nome | Sputnik |
ID | manapjdamopgbpimgojkccikaabhmocd |
URL Ufficiale | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
Descrizione | OSINT web extension |
Dimensione del File | 14.14 KB |
Conteggio Installazioni | 13,492 |
Versione Corrente | 1.23 |
Ultimo Aggiornamento | 2023-03-24 |
Data di Pubblicazione | 2019-09-30 |
Valutazione | 5.00/5 Totale 12 Valutazioni |
Sviluppatore | Mitchell Moser |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/mitchmoser/sputnik |
URL della Pagina di Aiuto | https://github.com/mitchmoser/sputnik |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Sputnik", "description": "OSINT web extension", "version": "1.23", "icons": { "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "contextMenus", "background", "scripting" ], "host_permissions": [] } |