Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
Invoke-DumpMDEConfig — PowerShell 스크립트 - Microsoft Defender 설정, 보호 기록 및 Exploit Guard 보호 기록을 덤프합니다 (관리자 권한 불필요) | Kitploit
도구/GitHubGitHub/blacksnufkin/invoke-dumpmdeconfig
Defensive ToolsConfiguration AuditingForensicsInformation GatheringIncident ResponseLog Analysis
GitHubblacksnufkin/invoke-dumpmdeconfig

Invoke-DumpMDEConfig

PowerShell 스크립트 - Microsoft Defender 설정, 보호 기록 및 Exploit Guard 보호 기록을 덤프합니다 (관리자 권한 불필요)

저장소 보기
155232년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

DumpMDEConfig PowerShell 스크립트

개요

Invoke-DumpMDEConfig는 Microsoft Defender 구성 및 로그(제외 경로, 활성화된 ASR 규칙, 허용된 위협, 보호 기록, Exploit Guard 보호 기록 포함)를 추출하고 표시하도록 설계된 PowerShell 스크립트입니다. 이 스크립트는 데이터를 테이블 또는 CSV 형식으로 출력하는 옵션을 제공합니다.

사용법

root@kitploit:~
# To run the script and output the results in list format:
Invoke-DumpMDEConfig

# To run the script and output the results in table format:
Invoke-DumpMDEConfig -TableOutput

# To run the script and output the results in CSV format:
Invoke-DumpMDEConfig -CSVOutput

# To specify a custom file for table output:
Invoke-DumpMDEConfig -TableOutput -TableOutputFile "CustomFile.txt"

감사의 말

  • VakninHai님께 감사드립니다.
도구 다운로드