Sputnik
OSINT web extension
Vad är Sputnik?
Sputnik är en Chrome-tillägg utvecklad av Mitchell Moser, och dess huvudfunktion är "OSINT web extension".
Tilläggsskärmbilder
Ladda ner Sputnik-förlängningens CRX-fil
Ladda ner Sputnik-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | manapjdamopgbpimgojkccikaabhmocd |
| Officiell webbadress | https://chromewebstore.google.com/detail/sputnik/manapjdamopgbpimgojkccikaabhmocd |
| Beskrivning | OSINT web extension |
| Filstorlek | 14.14 KB |
| Antal Installationer | 13,492 |
| Aktuell Version | 1.23 |
| Senast Uppdaterad | 2023-03-24 |
| Publiceringsdatum | 2019-09-30 |
| Betyg | 5.00/5 Totalt 12 Betyg |
| Utvecklare | Mitchell Moser |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/mitchmoser/sputnik |
| Hjälpsida URL | https://github.com/mitchmoser/sputnik |
| Stödda Språk | 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": []
} | |