Sputnik

OSINT web extension

Co to jest Sputnik?

Sputnik to rozszerzenie Chrome opracowane przez Mitchell Moser, a jego główną funkcją jest „OSINT web extension”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Sputnik

Pobierz pliki rozszerzeń Sputnik w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Sputnik Sputnik
ID manapjdamopgbpimgojkccikaabhmocd
Oficjalny URL https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd
Opis OSINT web extension
Rozmiar pliku 14.14 KB
Liczba instalacji 13,492
Aktualna Wersja 1.23
Ostatnia Aktualizacja 2023-03-24
Data Publikacji 2019-09-30
Ocena 5.00/5 Łącznie 12 Oceny
Deweloper Mitchell Moser
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/mitchmoser/sputnik
Adres URL Strony Pomocy https://github.com/mitchmoser/sputnik
Obsługiwane Języki 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": []
}