LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

impacket-getuserspns

finds and requests Kerberos service tickets for user accounts with SPNs

TLDR

Find Kerberoastable accounts
$ impacket-GetUserSPNs [domain]/[user]:[password] -dc-ip [dc-ip]
copy
Request service tickets
$ impacket-GetUserSPNs [domain]/[user]:[password] -dc-ip [dc-ip] -request
copy
Output to file for cracking
$ impacket-GetUserSPNs [domain]/[user]:[password] -dc-ip [dc-ip] -request -outputfile [hashes.txt]
copy
Use NTLM hash
$ impacket-GetUserSPNs -hashes :[hash] [domain]/[user] -dc-ip [dc-ip]
copy

SYNOPSIS

impacket-GetUserSPNs [options] target

DESCRIPTION

impacket-GetUserSPNs finds and requests Kerberos service tickets for user accounts with SPNs (Service Principal Names). Part of the Impacket toolkit. Used for Kerberoasting attacks where TGS tickets can be cracked offline. For authorized security testing only.

PARAMETERS

-dc-ip ip

Domain controller IP.
-request
Request TGS tickets.
-outputfile file
Save tickets to file.
-hashes lm:nt
Use NTLM hashes.
-k
Use Kerberos authentication.

INSTALL

sudo pacman -S impacket
copy

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid