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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
vulnerable-AD — 로컬 랩에서 대부분의 Active Directory 공격을 테스트할 수 있는 취약한 Active Directory를 생성하세요. | Kitploit
도구/GitHubGitHub/safebuffer/vulnerable-ad
Penetration TestingLearning & EducationLabs & Practice
GitHubsafebuffer/vulnerable-ad

vulnerable-AD

로컬 랩에서 대부분의 Active Directory 공격을 테스트할 수 있는 취약한 Active Directory를 생성하세요.

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Vulnerable-AD

Active Directory가 설치된 로컬 랩에서 대부분의 Active Directory 공격을 테스트할 수 있는 취약한 Active Directory를 생성합니다.

주요 기능

  • 공격 무작위화
  • 언급된 공격의 전체 범위
  • Active Directory가 설치된 DC에서 스크립트를 실행해야 합니다
  • 일부 공격은 클라이언트 워크스테이션이 필요합니다

지원되는 공격

  • ACL/ACE 남용
  • Kerberoasting
  • AS-REP Roasting
  • DnsAdmins 남용
  • 개체 설명의 비밀번호
  • 기본 비밀번호가 있는 사용자 개체 (Changeme123!)
  • 비밀번호 스프레이 공격
  • DCSync
  • Silver Ticket
  • Golden Ticket
  • Pass-the-Hash
  • Pass-the-Ticket
  • SMB 서명 비활성화

예제

root@kitploit:~
# if you didn't install Active Directory yet , you can try 
Install-windowsfeature AD-domain-services
Import-Module ADDSDeployment
Install-ADDSForest -CreateDnsDelegation:$false -DatabasePath "C:\\Windows\\NTDS" -DomainMode "7" -DomainName "cs.org" -DomainNetbiosName "cs" -ForestMode "7" -InstallDns:$true -LogPath "C:\\Windows\\NTDS" -NoRebootOnCompletion:$false -SysvolPath "C:\\Windows\\SYSVOL" -Force:$true
# if you already installed Active Directory, just run the script !
IEX((new-object net.webclient).downloadstring("https://raw.githubusercontent.com/wazehell/vulnerable-AD/master/vulnad.ps1"));
Invoke-VulnAD -UsersLimit 100 -DomainName "cs.org"

TODO

  • 워크스테이션 가지고 놀기!
  • GitHub에서 이슈 닫기 버튼 클릭
도구 다운로드