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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
certipy-merged — Active Directory Certificate Services 열거 및 악용을 위한 도구 | Kitploit
도구/GitHubGitHub/zimedev/certipy-merged
Privilege EscalationReconnaissanceVulnerability AnalysisExploitationLateral MovementPost-ExploitationCryptographyPenetration TestingAuthenticationRed TeamingArchived
GitHub
167191년 전Kitploit 검토 완료

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
zimedev/certipy-merged

certipy-merged

Active Directory Certificate Services 열거 및 악용을 위한 도구

저장소 보기

certipy-merged

이 저장소는 많은 오픈 풀 리퀘스트가 병합된 ly4k/Certipy의 포크로, 서로 호환되도록 만들고 (어느 정도) 테스트한 것입니다.

이 프로젝트는 _작업 진행 중_이므로 일부 기능이 예상대로 작동하지 않을 수 있으며 문제가 발생할 수도 있습니다.

설치

pipx 사용 (권장)

자동으로 관리되는 가상 환경의 편리함을 선호한다면 pipx를 사용하세요:

root@kitploit:~
pipx install git+https://github.com/zimedev/certipy-merged.git@main

LDAP 채널 바인딩 지원이 필요하다면 패치된 ldap3 라이브러리를 Python 가상 환경에 주입해야 합니다:

root@kitploit:~
pipx inject --force certipy-ad git+https://github.com/ly4k/ldap3

가상 환경에서 Python pip 사용

설치를 수동으로 관리하려면 Python의 pip와 venv를 사용하여 /opt 같은 원하는 디렉터리에 설치하세요:

root@kitploit:~
cd /opt
git clone https://github.com/zimedev/certipy-merged
cd certipy-merged
python3 -m venv .venv
source .venv/bin/activate
python3 -m pip install .

Arch Linux에서

Arch Linux를 사용 중이라면 기본값이 certipy-merged이고 LDAP 채널 바인딩 지원을 기본 제공하는 dadevel/archpkgs 저장소를 추가할 수 있습니다. archpkgs 저장소를 추가하려면 공식 설정 지침을 참조하세요. 그런 다음 archpkgs/certipy를 설치할 수 있습니다:

root@kitploit:~
sudo pacman -Sy archpkgs/certipy
root@kitploit:~
/opt/archpkgs/bin/certipy                                                     
Certipy v4.8.2 - by Oliver Lyak (ly4k)

usage: certipy [-v] [-h] {account,auth,ca,cert,find,forge,ptt,relay,req,shadow,template} ...

Active Directory Certificate Services enumeration and abuse

positional arguments:
  {account,auth,ca,cert,find,forge,ptt,relay,req,shadow,template}
                        Action
    account             Manage user and machine accounts
    auth                Authenticate using certificates
    ca                  Manage CA and certificates
    cert                Manage certificates and private keys
    find                Enumerate AD CS
    forge               Create Golden Certificates
    ptt                 Inject TGT for SSPI authentication
    relay               NTLM Relay to AD CS HTTP Endpoints
    req                 Request certificates
    shadow              Abuse Shadow Credentials for account takeover
    template            Manage certificate templates

options:
  -v, --version         Show Certipy's version number and exit
  -h, --help            Show this help message and exit

병합 상태

새로운 기능

이 기능들은 새로운 것이며 certipy-merged에 직접 병합되었습니다. 코드베이스가 너무 많이 갈라져서 원본 저장소에는 PR이 없습니다.

  • #10: -web에 대한 kerberos 지원 추가

누락된 PR:

  • #211: ESC1 오탐지 수정
  • #229: smime 확장 지원 추가 (어쩐지 certipy auth와 완전히 호환되지 않음)

병합된 PR:

  • #248: shadow credentials로 생성된 인증서의 subject 수정
  • #247: 은밀한 오프라인 ADCS 열거를 위한 parse 하위 명령 추가
  • #238: 수정: pKIExpirationPeriod 및 pKIOverlapPeriod 확인
  • #231: ldap 단순 인증 추가
  • #228: ESC15 추가
  • #226: ESC1 오탐지 수정
  • #225: SID 덮어쓰기 오류 해결 수정
  • #222: 슬래시나 괄호가 포함된 인증서 이름을 허용하도록 수정
  • #210: 크로스 도메인 인증 추가
  • #209: HOST/target@domain 외의 tgs 허용
  • : https에 대한 웹 등록 확인
도구 다운로드
#203
  • #201: dcom 지원 추가
  • #200: keycredential을 1개 이상 추가하고 올바르게 나열하는 기능 추가
  • #198: ldap-port 옵션 추가
  • #196: ESC13 추가
  • #193: 템플릿에 whencreated 및 whenmodified 추가
  • #183: 숨은 import (pycryptodomex)