Sputnik

OSINT web extension

Qu'est-ce que Sputnik ?

Sputnik est une extension Chrome développée par Mitchell Moser, et sa fonction principale est "OSINT web extension".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Sputnik

Téléchargez les fichiers d'extension Sputnik au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Sputnik Sputnik
ID manapjdamopgbpimgojkccikaabhmocd
URL Officiel https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd
Description OSINT web extension
Taille du Fichier 14.14 KB
Nombre d'Installations 13,492
Version Actuelle 1.23
Dernière Mise à Jour 2023-03-24
Date de Publication 2019-09-30
Évaluation 5.00/5 Total 12 Évaluations
Développeur Mitchell Moser
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/mitchmoser/sputnik
URL de la Page d'Aide https://github.com/mitchmoser/sputnik
Langues Prises en Charge 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": []
}