NetSniffer: Context Menu OSINT
Leverage OSINT APIs Right From Your Context Menu
什麼是NetSniffer: Context Menu OSINT?
NetSniffer: Context Menu OSINT是由https://coligo.one開發的Chrome擴展程式,該擴展的主要功能是“Leverage OSINT APIs Right From Your Context Menu”。
擴展截圖
下載NetSniffer: Context Menu OSINT擴展crx文件
下載NetSniffer: Context Menu OSINT擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Leverage OSINT APIs Right From Your Chrome Context Menu.
Built By Security Researchers For Security Researchers, This Tool Is Designed To Speed Up Response & Research Times By Giving You Quick Access To Popular Security Tools.
Directly Research Domains & IP Addresses On Cisco Talos Or Virus Total With A Right Click. Continue To Perform OSINT With Other Popular Tool Integrations, Each Update Adding More & More Functionality.
This Tool Is Designed For Research Purposes Only. 擴展基本資訊
| 名稱 | |
| ID | hpkajgafjlpfhpphfdcadmkkkbeebgpp |
| 官方網址 | https://chromewebstore.google.com/detail/netsniffer-context-menu-o/hpkajgafjlpfhpphfdcadmkkkbeebgpp |
| 簡介 | Leverage OSINT APIs Right From Your Context Menu |
| 檔案大小 | 335 KB |
| 安裝次數 | 145 |
| 目前版本 | 1.5.0 |
| 更新時間 | 2023-01-16 |
| 上架時間 | 2022-07-20 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | https://coligo.one |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "NetSniffer: Context Menu OSINT",
"version": "1.5.0",
"description": "Leverage OSINT APIs Right From Your Context Menu",
"manifest_version": 3,
"author": "Ariel Torres, Github: PyKestrel",
"background": {
"service_worker": "app.js"
},
"permissions": [
"contextMenus",
"activeTab",
"scripting"
],
"icons": {
"48": "icon.png"
}
} | |