Sputnik
OSINT web extension
Hvad er Sputnik?
Sputnik er en Chrome-udvidelse udviklet af Mitchell Moser, og dens hovedfunktion er "OSINT web extension".
Udvidelsesskærmbilleder
Download Sputnik-udvidelses-CRX-fil
Download Sputnik-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | manapjdamopgbpimgojkccikaabhmocd |
| Officiel URL | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
| Beskrivelse | OSINT web extension |
| Filstørrelse | 14.14 KB |
| Antal Installationer | 13,492 |
| Nuværende Version | 1.23 |
| Senest Opdateret | 2023-03-24 |
| Udgivelsesdato | 2019-09-30 |
| Bedømmelse | 5.00/5 Samlet 12 Bedømmelser |
| Udvikler | Mitchell Moser |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/mitchmoser/sputnik |
| Hjælpeside-URL | https://github.com/mitchmoser/sputnik |
| Understøttede Sprog | 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": []
} | |