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"입니다.

확장 프로그램 스크린샷

screenshot

NetSniffer: Context Menu OSINT 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 NetSniffer: Context Menu OSINT NetSniffer: Context Menu OSINT
ID hpkajgafjlpfhpphfdcadmkkkbeebgpp
공식 URL 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"
    }
}