You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Active Directory 통합 DNS에서 도메인 및 DNS 레코드를 수집하는 에어갭 환경용 도구입니다.
개요
목적: AD DNS에 등록된 모든 도메인/서브도메인 및 레코드 수집
환경: Windows 도메인 환경 (에어갭 지원)
권한: 일반 도메인 사용자 권한으로 실행 가능
방식: LDAP을 통한 AD DNS 직접 조회
요구사항
Windows PowerShell 5.1 이상
Active Directory 도메인 가입된 시스템
도메인 사용자 계정
사용법
기본 실행
.\Get-ADDnsRecords.ps1-Domain <도메인명>
예시
# 기본 실행
.\Get-ADDnsRecords.ps1-Domain corp.example.com# 출력 파일명 지정
.\Get-ADDnsRecords.ps1-Domain corp.example.com-Output scan_results
# 디버그 모드 (상세 출력)
.\Get-ADDnsRecords.ps1-Domain corp.example.com-ShowDebug