Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
orpheus — 通过修改KDC选项和加密类型绕过Kerberoast检测 | Kitploit
工具/GitHubGitHub/trustedsec/orpheus
密码攻击漏洞利用渗透测试身份验证红队
GitHubtrustedsec/orpheus

orpheus

通过修改KDC选项和加密类型绕过Kerberoast检测

查看仓库
421511年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

Orpheus

Orpheus

Orpheus 是一个包装器,封装了 Impacket 的 GetUserSPNs.py 和 kerberosv5.py 的修改版本,用于更改 Kerberoasting 的 KDC 选项(票据选项)和加密类型。

旁注:Orpheus 以希腊神话中的神明命名,他能够绕过刻耳柏洛斯(三头犬)进入冥界。

安装 / 运行

你需要安装最新版本的 Impacket。该项目已在 0.10.0 版本 上测试。然后

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

命令

输入 help 可查看命令列表。要更改 KDC 选项,请输入选项编号并按回车。

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.

视频

在 YouTube 上观看视频

博客文章

在 TrustedSec 上查看博客文章

下载工具