Sputnik
OSINT web extension
Apa itu Sputnik?
Sputnik adalah ekstensi Chrome yang dikembangkan oleh Mitchell Moser, dan fitur utamanya adalah "OSINT web extension".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Sputnik
Unduh file ekstensi Sputnik dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Sputnik |
ID | manapjdamopgbpimgojkccikaabhmocd |
URL Resmi | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
Deskripsi | OSINT web extension |
Ukuran File | 14.14 KB |
Jumlah Instalasi | 13,492 |
Versi Saat Ini | 1.23 |
Terakhir Diperbarui | 2023-03-24 |
Tanggal Publikasi | 2019-09-30 |
Penilaian | 5.00/5 Total 12 Penilaian |
Pengembang | Mitchell Moser |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/mitchmoser/sputnik |
URL Halaman Bantuan | https://github.com/mitchmoser/sputnik |
Bahasa yang Didukung | 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": [] } |