Skip to content
KitploitKITPLOIT
HerramientasBlog
Enviar
HerramientasBlog
Enviar

¡Herramientas de Hacking, PenTest y Ciberseguridad para tu Arsenal de Seguridad!

Kitploit es un directorio de herramientas de hacking, ciberseguridad y pentesting. Descubre las últimas actualizaciones de proyectos para encontrar vulnerabilidades, analizar sistemas, automatizar pruebas y fortalecer tu seguridad.

··Feeds·Contacto·Privacidad·© 2026 Kitploit

Directorio de Herramientas

Categorías

Ver todas las categorías
Loading categories
orpheus — Evadiendo detecciones de Kerberoast con opciones KDC y tipos de cifrado modificados | Kitploit
Herramientas/GitHubGitHub/trustedsec/orpheus
Ataques de ContraseñasExplotaciónPruebas de PenetraciónAutenticaciónRed Teaming
GitHubtrustedsec/orpheus

orpheus

Evadiendo detecciones de Kerberoast con opciones KDC y tipos de cifrado modificados

Ver Repositorio
421515hace 1 añoRevisado por Kitploit

Más Populares

Ver todos →

Descubre las herramientas más usadas por nuestra comunidad.

Explora todas las herramientas

Explora nuestra colección de herramientas

Ver todas las herramientas →
Compartir

Orpheus

Orpheus

Orpheus es un envoltorio para una versión modificada de GetUserSPNs.py y kerberosv5.py de Impacket, que altera las opciones de KDC (Ticket Options) y el tipo de cifrado para Kerberoasting.

Nota: Orpheus lleva el nombre del dios griego que fue capaz de pasar a Cerbero (el perro de tres cabezas) para entrar en el Hades.

Instalación / Ejecución

Necesitarás instalar la última versión de Impacket. Esto fue probado en la versión 0.10.0. Luego

root@kitploit:~
git clone https://github.com/trustedsec/orpheus.git
cd orpheus
python3 orpheus.py

Comandos

Escribe help para ver una lista de comandos. Para cambiar las opciones de KDC, introduce el número de la opción y pulsa Enter.

root@kitploit:~
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.

Vídeo

Mira el vídeo en YouTube

Entrada del Blog

Consulta la entrada del blog en TrustedSec

Descargar herramienta