Sputnik
OSINT web extension
什么是Sputnik?
Sputnik是由Mitchell Moser开发的Chrome扩展程序,该扩展的主要功能是“OSINT web extension”。
扩展截图
下载Sputnik扩展crx文件
下载Sputnik扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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 扩展基本信息
| 名称 | |
| ID | manapjdamopgbpimgojkccikaabhmocd |
| 官方URL | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
| 简介 | OSINT web extension |
| 文件大小 | 14.14 KB |
| 安装次数 | 13,492 |
| 当前版本 | 1.23 |
| 更新时间 | 2023-03-24 |
| 上架时间 | 2019-09-30 |
| 评分 | 5.00/5 共12次评分 |
| 开发者 | Mitchell Moser |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/mitchmoser/sputnik |
| 帮助页面URL | https://github.com/mitchmoser/sputnik |
| 支持的语言 | 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": []
} | |