Sputnik
OSINT web extension
O que é Sputnik?
Sputnik é uma extensão do Chrome desenvolvida por Mitchell Moser, e sua principal característica é "OSINT web extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Sputnik
Baixe arquivos de extensão Sputnik no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Sputnik |
ID | manapjdamopgbpimgojkccikaabhmocd |
URL Oficial | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
Descrição | OSINT web extension |
Tamanho do Arquivo | 14.14 KB |
Contagem de Instalações | 13,492 |
Versão Atual | 1.23 |
Última Atualização | 2023-03-24 |
Data de Publicação | 2019-09-30 |
Classificação | 5.00/5 Total de 12 Avaliações |
Desenvolvedor | Mitchell Moser |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/mitchmoser/sputnik |
URL da Página de Ajuda | https://github.com/mitchmoser/sputnik |
Idiomas Suportados | 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": [] } |