Sputnik

OSINT web extension

ما هو Sputnik؟

Sputnik هو إضافة Chrome تم تطويرها بواسطة Mitchell Moser، والميزة الرئيسية لها هي "OSINT web extension".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Sputnik

قم بتنزيل ملفات الامتداد Sputnik بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان 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
عنوان صفحة المساعدة 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": []
}