diego 0.1.1

Pure Rust Active Directory security diagnostic agent. AS-REP Roasting, Kerberoasting, LDAP enumeration, OPSEC-friendly with Claude API analysis and MCP server mode.
Documentation
1
2
3
4
5
6
7
8
// Public library interface — used by integration tests in tests/
pub mod ai;
pub mod config;
pub mod error;
pub mod modules;
pub mod mcp;
pub mod report;
pub mod utils;