Rubeus MCP Server
A Model Context Protocol (MCP) server for Kerberos abuse operations using Rubeus on Windows or Impacket on Linux/macOS.
README
Rubeus MCP Server
A Model Context Protocol (MCP) server for Kerberos abuse operations using Rubeus on Windows or Impacket on Linux/macOS.
Overview
This MCP server provides comprehensive tools for Kerberos-based security testing, wrapping the functionality of Rubeus (Windows) and Impacket (cross-platform) into a unified interface accessible through the Model Context Protocol.
Security Warning: This tool is intended for authorized security testing only. Unauthorized use against systems you do not own or have permission to test is illegal and unethical.
Features
Ticket Operations
- asktgt - Request Ticket Granting Tickets (TGT) using passwords, hashes, or certificates
- asktgs - Request Service Tickets (TGS) for specific SPNs
- renew - Renew existing TGTs to extend validity
- ptt - Pass-the-ticket to apply tickets to current session
- purge - Remove tickets from logon sessions
- describe - Parse and analyze ticket contents
Roasting Attacks
- kerberoast - Extract service account password hashes via TGS requests
- asreproast - Attack accounts without Kerberos pre-authentication
Ticket Extraction
- dump - Extract all tickets from memory
- triage - Quick summary of available tickets
- klist - Detailed ticket listing
- harvest - Continuously monitor and harvest new TGTs
- monitor - Watch for new TGT events
- tgtdeleg - Extract TGT without elevation using delegation trick
Delegation Abuse
- s4u - Perform S4U2Self/S4U2Proxy constrained delegation attacks
- Bronze Bit exploitation (CVE-2020-17049)
Ticket Forgery
- golden - Forge Golden Tickets with krbtgt hash
- silver - Forge Silver Tickets with service account hash
- diamond - Forge Diamond Tickets (modified legitimate TGT)
Utilities
- hash - Calculate Kerberos password hashes (RC4, AES128, AES256, DES)
- changepw - Change user passwords using TGT
- createnetonly - Create processes with different network credentials
- tgssub - Substitute service names in tickets
Installation
Prerequisites
Windows (Native Rubeus):
- Download Rubeus.exe from GhostPack
- .NET Framework 4.0+
Linux/macOS (Impacket):
pip install impacket
Setup
# Clone the repository
git clone https://github.com/schwarztim/sec-rubeus-mcp.git
cd sec-rubeus-mcp
# Install dependencies
npm install
# Build
npm run build
Configuration
Configure via environment variables:
| Variable | Description | Default |
|---|---|---|
RUBEUS_PATH |
Path to Rubeus.exe (Windows) | Rubeus.exe |
IMPACKET_PATH |
Path to impacket scripts | System PATH |
RUBEUS_OUTPUT_DIR |
Directory for output files | $TMPDIR/rubeus-mcp |
RUBEUS_DOMAIN |
Default AD domain | None |
RUBEUS_DC |
Default domain controller | None |
RUBEUS_TIMEOUT |
Command timeout (ms) | 300000 |
RUBEUS_USE_IMPACKET |
Force impacket mode | Auto-detected |
Usage with Claude Desktop
Add to your Claude Desktop configuration (claude_desktop_config.json):
{
"mcpServers": {
"rubeus": {
"command": "node",
"args": ["/path/to/sec-rubeus-mcp/dist/index.js"],
"env": {
"RUBEUS_DOMAIN": "corp.example.com",
"RUBEUS_DC": "dc01.corp.example.com"
}
}
}
}
Usage with Claude Code
Add to your MCP configuration:
{
"rubeus": {
"command": "node",
"args": ["/path/to/sec-rubeus-mcp/dist/index.js"],
"env": {
"RUBEUS_DOMAIN": "corp.example.com"
}
}
}
Examples
Check Environment
Use rubeus_check_environment to verify your setup
Request a TGT
Use rubeus_asktgt with:
- user: "admin"
- domain: "corp.example.com"
- password: "Password123"
Kerberoasting
Use rubeus_kerberoast with:
- domain: "corp.example.com"
- outfile: "hashes.txt"
AS-REP Roasting
Use rubeus_asreproast with:
- domain: "corp.example.com"
- format: "hashcat"
S4U Delegation Attack
Use rubeus_s4u with:
- user: "svc_account"
- rc4: "<ntlm_hash>"
- impersonateuser: "Administrator"
- msdsspn: "cifs/fileserver.corp.example.com"
Cross-Platform Support
| Feature | Windows (Rubeus) | Linux/macOS (Impacket) |
|---|---|---|
| asktgt | Full | Full |
| asktgs | Full | Full |
| kerberoast | Full | Full |
| asreproast | Full | Full |
| s4u | Full | Full |
| dump | Full | Via secretsdump |
| Golden/Silver tickets | Full | Limited |
| Ticket manipulation | Full | Limited |
Development
# Watch mode for development
npm run dev
# Build
npm run build
# Run tests
npm test
Security Considerations
- All tools require appropriate authorization before use
- Output files may contain sensitive data (tickets, hashes)
- Credentials are not logged, but ticket data may be captured
- Use in isolated test environments when possible
- Follow responsible disclosure practices
License
MIT License - see LICENSE file for details.
Acknowledgments
- GhostPack/Rubeus - The original Rubeus toolkit by harmj0y
- Impacket - Python classes for network protocols by Fortra
- Model Context Protocol - The MCP specification by Anthropic
Disclaimer
This tool is provided for educational and authorized security testing purposes only. The authors are not responsible for misuse or damage caused by this tool. Always obtain proper authorization before testing systems you do not own.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。