Manticore is a framework for working with Windows network protocols (SMB, LDAP, DCE/RPC, and more), cryptography, and authentication, designed for building cross-platform security tooling.
- Cross-Platform Support: Works on Windows, Linux, and macOS.
- Multiple Authentication Protocols: Supports NTLM, Kerberos (soon), and LDAP authentication.
- Cryptography: cmac, dcc, dcc2, gppp, lm, md4, nt, ntlmv1, ntlmv2, pkcs7, rc4, uuid
- Network Protocol Implementations: Includes SMB, LDAP, and other common Windows protocols.
- Extensible Architecture: Easily add new modules and functionality.
To use this framework you can either download the latest release from the GitHub release page or add it to your project with the following go command:
go get github.com/TheManticoreProject/Manticore@latestPull requests are welcome. Feel free to open an issue if you want to add other features.
- Remi GASCOU (Podalirius) for the creation of the Manticore project.
