Skip to content
KitploitKITPLOIT
उपकरणब्लॉग
जमा करें
उपकरणब्लॉग
जमा करें

हैकिंग, पेनटेस्ट और साइबर सुरक्षा उपकरण आपके सुरक्षा शस्त्रागार के लिए!

Kitploit हैकिंग, साइबर सुरक्षा और पेंटेस्टिंग टूल्स की एक निर्देशिका है। कमजोरियों को खोजने, सिस्टम का विश्लेषण करने, परीक्षण को स्वचालित करने और अपनी सुरक्षा को मजबूत करने के लिए नवीनतम प्रोजेक्ट अपडेट खोजें।

··फ़ीड·संपर्क·गोपनीयता·© 2026 Kitploit

टूल निर्देशिका

श्रेणियाँ

सभी श्रेणियाँ देखें
Loading categories
EDRHunt — विंडोज़ पर स्थापित EDRs और AVs को स्कैन करें | Kitploit
उपकरण/GitHubGitHub/fourcorelabs/edrhunt
रक्षात्मक उपकरणटोहीजानकारी एकत्र करनारेड टीमिंग
GitHubfourcorelabs/edrhunt

EDRHunt

विंडोज़ पर स्थापित EDRs और AVs को स्कैन करें

रिपॉजिटरी देखेंवेबसाइट
609808 महीने पहलेKitploit द्वारा समीक्षित

सबसे लोकप्रिय

सभी देखें →

हमारे समुदाय द्वारा सबसे अधिक उपयोग किए जाने वाले उपकरण खोजें।

सभी उपकरण खोजें

हमारे उपकरणों का संग्रह ब्राउज़ करें

सभी उपकरण देखें →
साझा करें

EDRHunt

goreleaser

EDRHunt स्थापित EDR (एंडपॉइंट डिटेक्शन एंड रिस्पॉन्स) के लिए Windows सेवाओं, ड्राइवरों, प्रक्रियाओं, रजिस्ट्री, WMI को स्कैन करता है। EDRHunt के बारे में यहाँ और पढ़ें।

asciicast

स्थापना

  • बाइनरी

    • रिलीज़ अनुभाग से नवीनतम रिलीज़ डाउनलोड करें। रिलीज़ windows/amd64 के लिए बनाई गई हैं।
  • Go

    • सिस्टम पर Go स्थापित होना आवश्यक है। Go1.17+ पर परीक्षित।
    • go install github.com/fourcorelabs/edrhunt/cmd/EDRHunt@master

उपयोग

  • स्थापित EDR खोजें
root@kitploit:~
$ .\EDRHunt.exe scan
[EDR]
Detected EDR: Windows Defender
Detected EDR: Kaspersky Security
  • सब कुछ स्कैन करें
root@kitploit:~
$ .\EDRHunt.exe all
Running in user mode, escalate to admin for more details.
Scanning processes, services, drivers, wmi, and registry...
[PROCESSES]

Suspicious Process Name: MsMpEng.exe
Description: MsMpEng.exe
Caption: MsMpEng.exe
Binary:
ProcessID: 6764
Parent Process: 1148
Process CmdLine :
File Metadata:
Matched Keyword: [msmpeng]


Suspicious Process Name: NisSrv.exe
Description: NisSrv.exe
Caption: NisSrv.exe
Binary:
ProcessID: 9840
Parent Process: 1148
Process CmdLine :
File Metadata:
Matched Keyword: [nissrv]
...
  • EDR कीवर्ड से मेल खाने वाले ड्राइवर खोजें
root@kitploit:~
    __________  ____     __  ____  ___   ________
   / ____/ __ \/ __ \   / / / / / / / | / /_  __/
  / __/ / / / / /_/ /  / /_/ / / / /  |/ / / /
 / /___/ /_/ / _, _/  / __  / /_/ / /|  / / /
/_____/_____/_/ |_|  /_/ /_/\____/_/ |_/ /_/

FourCore Labs (https://fourcore.vision) | Version: 1.1

Running in user mode, escalate to admin for more details.
[DRIVERS]
Suspicious Driver Module: WdFilter.sys
Driver FilePath: c:\windows\system32\drivers\wd\wdfilter.sys
Driver File Metadata:
        ProductName: Microsoft® Windows® Operating System
        OriginalFileName: WdFilter.sys
        InternalFileName: WdFilter
        Company Name: Microsoft Corporation
        FileDescription: Microsoft antimalware file system filter driver
        ProductVersion: 4.18.2109.6
        Comments:
        LegalCopyright: © Microsoft Corporation. All rights reserved.
        LegalTrademarks:
Matched Keyword: [antimalware malware]

Suspicious Driver Module: hvsifltr.sys
Driver FilePath: c:\windows\system32\drivers\hvsifltr.sys
Driver File Metadata:
        ProductName: Microsoft® Windows® Operating System
        OriginalFileName: hvsifltr.sys.mui
        InternalFileName: hvsifltr.sys
        Company Name: Microsoft Corporation
        FileDescription: Microsoft Defender Application Guard Filter Driver
        ProductVersion: 10.0.19041.1
        Comments:
        LegalCopyright: © Microsoft Corporation. All rights reserved.
        LegalTrademarks:
Matched Keyword: [defender]

Suspicious Driver Module: WdNisDrv.sys
Driver FilePath: c:\windows\system32\drivers\wd\wdnisdrv.sys
Driver File Metadata:
        ProductName: Microsoft® Windows® Operating System
        OriginalFileName: wdnisdrv.sys
        InternalFileName: wdnisdrv.sys
        Company Name: Microsoft Corporation
        FileDescription: Windows Defender Network Stream Filter
        ProductVersion: 4.18.2109.6
        Comments:
        LegalCopyright: © Microsoft Corporation. All rights reserved.
        LegalTrademarks:
Matched Keyword: [defender]
...
  • EDR कीवर्ड से मेल खाने वाली सेवाएँ खोजें
root@kitploit:~
$ .\EDRHunt.exe -s
  • EDR कीवर्ड से मेल खाने वाले ड्राइवर खोजें
root@kitploit:~
$ .\EDRHunt.exe -d
  • EDR कीवर्ड से मेल खाने वाली रजिस्ट्री कुंजियाँ खोजें
root@kitploit:~
$ .\EDRHunt.exe -r
  • EDR कीवर्ड से मेल खाने वाली WMI रिपॉजिटरी कुंजियाँ खोजें
root@kitploit:~
$ .\EDRHunt.exe -w

पहचान

वर्तमान में उपलब्ध EDR पहचान

  • Windows Defender
  • Kaspersky Security
  • Symantec Security
  • Crowdstrike Security
  • Mcafee Security
  • Cylance Security
  • Carbon Black
  • SentinelOne
  • FireEye
  • Elastic EDR
  • Qualys EDR
  • Trend Micro EDR
  • ESET EDR
  • Cybereason EDR
  • BitDefender EDR
  • Checkpoint EDR
  • Cynet EDR
  • DeepInstinct EDR
  • Sophos EDR
  • Fortinet EDR
  • MalwareBytes EDR
  • LimaCharlie Agent

जल्द ही और जोड़े जाएंगे।

समुदाय

हम आपकी सराहना करेंगे यदि आप अपने स्वयं के डिप्लॉयमेंट पर EDRHunt चलाएँ और पहचान का परीक्षण करें! धन्यवाद।

टूल डाउनलोड करें