Sputnik

OSINT web extension

什麼是Sputnik?

Sputnik是由Mitchell Moser開發的Chrome擴展程式,該擴展的主要功能是“OSINT web extension”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 Sputnik Sputnik
ID manapjdamopgbpimgojkccikaabhmocd
官方網址 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": []
}