Sputnik
OSINT web extension
Wat is Sputnik?
Sputnik is een Chrome-extensie ontwikkeld door Mitchell Moser, en de belangrijkste functie is "OSINT web extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Sputnik
Download Sputnik-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Sputnik |
ID | manapjdamopgbpimgojkccikaabhmocd |
Officiële URL | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
Beschrijving | OSINT web extension |
Bestandsgrootte | 14.14 KB |
Aantal Installaties | 13,492 |
Huidige Versie | 1.23 |
Laatst Bijgewerkt | 2023-03-24 |
Publicatiedatum | 2019-09-30 |
Beoordeling | 5.00/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Mitchell Moser |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/mitchmoser/sputnik |
Help Pagina-URL | https://github.com/mitchmoser/sputnik |
Ondersteunde Talen | 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": [] } |