Sputnik
OSINT web extension
What is Sputnik?
Sputnik is a Chrome extension developed by Mitchell Moser, and its main feature is "OSINT web extension".
Extension Screenshots
Download Sputnik Extension CRX File
Download Sputnik extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Sputnik |
ID | manapjdamopgbpimgojkccikaabhmocd |
Official URL | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
Description | OSINT web extension |
File Size | 14.14 KB |
Installation Count | 13,492 |
Current Version | 1.23 |
Last Updated | 2023-03-24 |
Publish Date | 2019-09-30 |
Rating | 5.00/5 Total 12 Ratings |
Developer | Mitchell Moser |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mitchmoser/sputnik |
Help Page URL | https://github.com/mitchmoser/sputnik |
Supported Languages | 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": [] } |