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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
AxHunter — PoCs for Wellbia XIGNCODE3 anti-cheat xhunter driver family - xhunter1.sys v2023.12.7.78 and xhunter2.sys v2026.6.1.192 (CVE-2026-15430, CVE-2026-3609). | Kitploit
도구/GitHubGitHub/blacksnufkin/axhunter
Privilege EscalationPassword AttacksVulnerability AnalysisExploitationPost-ExploitationBinary Exploitation
GitHubblacksnufkin/axhunter

AxHunter

PoCs for Wellbia XIGNCODE3 anti-cheat xhunter driver family - xhunter1.sys v2023.12.7.78 and xhunter2.sys v2026.6.1.192 (CVE-2026-15430, CVE-2026-3609).

저장소 보기
12123일 전아직 검토되지 않음

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유
요청한 언어로 콘텐츠를 사용할 수 없습니다. 영어 버전을 표시합니다.

AxHunter

PoCs for Wellbia XIGNCODE3 anti-cheat xhunter driver family — xhunter1.sys v2023.12.7.78 (CVE-2026-3609) and xhunter2.sys v2026.6.1.192 (CVE-2026-15430).

Workspace layout

Cargo workspace, three crates:

root@kitploit:~
AxHunter/
├── Cargo.toml               workspace manifest
├── axhunter-lsa/            shared crate — driver-agnostic LSA extraction (MemReader trait,
│                              LDR walk, BCrypt 3DES key extraction, LogonSessionList,
│                              WDigest). Consumed by both PoCs.
├── axhunter_v1/             xhunter1.sys v2023.12.7.78  (CVE-2026-3609)
└── axhunter_v2/             xhunter2.sys v2026.6.1.192  (CVE-2026-15430)

Each PoC crate carries its own target driver binary (xhunter1.sys, xhunter2.sys) and — in axhunter_v2/src/ — Wellbia's WBMF module (wbmf_module.dll) extracted from a live WindSlayer.exe process.

Build

From the workspace root:

root@kitploit:~
cargo build --release              # builds both binaries + shared crate
cargo build --release -p AxHunter_v1
cargo build --release -p AxHunter_v2

Both binaries land in target/release/:

root@kitploit:~
target/release/AxHunter_v1.exe
target/release/AxHunter_v2.exe

Unified CLI

Both binaries share the same flags:

root@kitploit:~
AxHunter_v1.exe -m {dump|kill|lpe|inject|all} [-t <pid|image>] [-d <device>] [-p <payload.bin>]
AxHunter_v2.exe -m {dump|kill|lpe|inject|all} [-t <pid|image>] [-d <device>] [-p <payload.bin>]

See each crate's README for driver-specific defaults and mode details.

Companion write-ups

  • Hunting the Hunter — xhunter1.sys v2023.12.7.78. Corresponds to axhunter_v1/.
  • Hunting the Hunter II — xhunter2.sys v2026.6.1.192. Corresponds to axhunter_v2/.

Comparison

Sibling reference

  • CVE-2026-3609 — xhunter1.sys v10.0.10011.16384 through v2023.12.7.78 (write-up, legacy PoC at CredsHunter).

License

MIT. See LICENSE.

도구 다운로드
Propertyxhunter1.sys v2023.12.7.78xhunter2.sys v2026.6.1.192
CVECVE-2026-3609CVE-2026-15430
TransportIRP_MJ_WRITE, 624-byte plaintext frameIRP_MJ_WRITE, 1184-byte LCG-XOR-encrypted frame
Frame magic0x345821AB0x70506202 (MAGIC ^ SEED_KEY)
Device open authNoneWBMF RSA-2048 signed PE + Win32StartAddress in-PE
Per-request authNoneWBCC blob + certificate chain iterator
PID gate escalationcmd 777 + cmd 775cmd 777 + cmd 779 + cmd 775
cmd 785 (PPL handle mint)ObOpenObjectByPointer(KernelMode)identical
cmd 787 (cross-process read)KeStackAttachProcess byte copyidentical
cmd 800 (handle stomp kill)KeStackAttachProcess + ObSetHandleAttributes(KernelMode) + ZwCloseidentical
cmd 820 (kernel injection)RWX alloc + copy + RtlCreateUserThread (all ring 0)identical