Sputnik
OSINT web extension
Sputnik là gì?
Sputnik là một tiện ích mở rộng Chrome được phát triển bởi Mitchell Moser, và tính năng chính của nó là "OSINT web extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sputnik
Tải xuống các tệp mở rộng Sputnik dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sputnik |
ID | manapjdamopgbpimgojkccikaabhmocd |
URL Chính Thức | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
Mô tả | OSINT web extension |
Kích Thước Tệp | 14.14 KB |
Số Lần Cài Đặt | 13,492 |
Phiên Bản Hiện Tại | 1.23 |
Cập Nhật Lần Cuối | 2023-03-24 |
Ngày Phát Hành | 2019-09-30 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Mitchell Moser |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/mitchmoser/sputnik |
URL Trang Trợ Giúp | https://github.com/mitchmoser/sputnik |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |