
संशोधित KDC विकल्पों और एन्क्रिप्शन प्रकारों के साथ Kerberoast पहचान को दरकिनार करना

Orpheus, Impacket के GetUserSPNs.py और kerberosv5.py के एक संशोधित संस्करण के लिए एक रैपर है, जो Kerberoasting के लिए KDC Options (Ticket Options) और Encryption Type को बदलता है।
पार्श्व नोट: Orpheus का नाम यूनानी देवता के नाम पर रखा गया है जो Hades में प्रवेश करने के लिए Cerberus (तीन सिर वाले कुत्ते) को पार करने में सक्षम था।
आपको Impacket का नवीनतम संस्करण स्थापित करना होगा। इसका परीक्षण 0.10.0 release पर किया गया था। फिर
git clone https://github.com/trustedsec/orpheus.git
cd orpheus
python3 orpheus.py
कमांड्स की सूची के लिए help टाइप करें। KDC options बदलने के लिए, option की संख्या दर्ज करें और enter दबाएँ।
Commands:
0 to 31 Toggles the specific KDC Option flag.
hex <value> Sets KDC Options from a hexadecimal value.
cred <value> Sets the GetUserSPNs.py credential parameter.
dcip <value> Sets the GetUserSPNs.py domain IP parameter.
file <value> Sets the GetUserSPNs.py filename parameter.
enc Toggles the encryption type from 23 (RC4) to 18 (AES-256).
sleep Set the time to wait before requesting each TGS.
jitter Set the Jitter to avoid waiting a constant sleep time between each TGS request.
command Show the GetUserSPNs.py command with specified options.
run Runs GetUserSPNs.py with the selected options.
clear Clears the screen and displays the options.
exit Exits the script.
YouTube पर वीडियो देखें
TrustedSec पर ब्लॉग पोस्ट देखें