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 |
| Eメール | [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": []
} | |