Skip to content

Instantly share code, notes, and snippets.

View 1r0BIT's full-sized avatar

r0BIT 1r0BIT

  • ProSec GmbH
View GitHub Profile
#!/usr/bin/env python3
"""
This half-assed script derives AES keys from a machine account's encoded hex password
(secretsdump or nxc output) and requests a Kerberos TGT using those keys.
Intended use is for S4U2Self abuse when Local Admins are restricted and RC4 is not an option.
Use at your own risk, this is a caffeine-induced, vibe-coded mess.
You have been warned.
Author: @0xr0BIT
"""