Sputnik

OSINT web extension

Sputnikคืออะไร?

Sputnik เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Mitchell Moser และคุณลักษณะหลักของมันคือ "OSINT web extension"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sputnik

ดาวน์โหลดไฟล์ส่วนขยาย 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
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
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": []
}