Featured Article

June 17, 2026 By Remi GASCOU (Podalirius)

Manticore v1.1.5: Bug fixes

A maintenance release hardening the LDAP and SMB clients: correct pass-the-hash on both stacks, a fixed timestamp overflow, several nil-pointer and error-propagation fixes, and configurable LDAPS certificate verification.

Read full article

More Articles

June 17, 2026

Manticore v1.1.4: RPC improvements

Manticore v1.1.4 expands the DCE/RPC stack with full endpoint-mapper lookups, protocol tower decoding for every transport, a curated interface catalog, authenticated NTLM binds with pass-the-hash, and the MS-DRSR replication blob structures.

By Remi GASCOU (Podalirius) Read more
June 16, 2026

Manticore v1.1.3: Fix ms_rrp enumeration

A small patch release that restores the MS-RRP Remote Registry enumeration fixes that had been lost from main, following the registry work in v1.1.1 and v1.1.2.

By Remi GASCOU (Podalirius) Read more
June 16, 2026

Manticore v1.1.2: Registry-related fixes

A small patch release that fixes RPC_SECURITY_DESCRIPTOR marshaling when its NDR size_is and length_is bounds are independent, following the Remote Registry work from v1.1.1.

By Remi GASCOU (Podalirius) Read more
June 16, 2026

Manticore v1.1.1: A Windows REG file parser, NDR64, and Remote Registry

Manticore v1.1.1 adds NDR64 support, an ms_rrp Remote Registry client with .reg file encode/decode, a Kerberos SPN parser, and SMB security-descriptor queries.

By Remi GASCOU (Podalirius) Read more
June 11, 2026

Manticore v1.1.0: Introducing SMB 2.0

Manticore v1.1.0 introduces a full SMB 2.0 implementation, a generic SMB client across SMB1/2/3, DCE/RPC with an endpoint mapper, and MS-SRVS enumeration.

By Remi GASCOU (Podalirius) Read more
June 9, 2026

Manticore v1.0.9 - Complete SMBv1, NDR 2.0, and the first RPC interfaces

A look at Manticore v1.0.9: a fully working SMBv1 client, a generic NDR 2.0 marshalling engine for DCE/RPC, and the first batch of RPC interfaces (LSARPC, SAMR, SRVSVC, EFSR, SVCCTL, WINREG).

By Remi GASCOU (Podalirius) Read more
November 12, 2025

Manticore v1.0.8: KeyCredentialLink refactor and cleanup

Manticore v1.0.8 is a maintenance release: refactored KeyCredentialLink, CustomKeyInformation and LDAP DNWithBinary, better error handling, and cleanup.

By Remi GASCOU (Podalirius) Read more
November 11, 2025

Manticore v1.0.7: KeyCredential refactor and BCrypt ECC keys

Manticore v1.0.7 adds support for BCRYPT_ECC_KEY blobs, refactors the keycredential package and its structs, and renames ParseDNWithBinary to UnmarshalDNWithBinary for naming consistency.

By Remi GASCOU (Podalirius) Read more
November 7, 2025

Manticore v1.0.6: Windows CNG/BCrypt structures

Manticore v1.0.6 adds Windows CNG/BCrypt key structures, completes the UUID family (v3, v4, v6, v7), and brings naming and API consistency.

By Remi GASCOU (Podalirius) Read more
October 29, 2025

Manticore v1.0.4: Minor bug fixes on Windows KeyCredential time functions

A small maintenance release for the Manticore Go library, fixing minor bugs in the Windows KeyCredential time functions.

By Remi GASCOU (Podalirius) Read more
October 28, 2025

Manticore v1.0.3: Parts of SMBv1 and minor fixes

Manticore v1.0.3 lays the groundwork for SMB v1.0, improves the Domain Functionality Level interfaces, and refactors KeyCredential for shadow credentials.

By Remi GASCOU (Podalirius) Read more
June 2, 2025

Active Directory - Auditing and managing Kerberos delegations with Delegations

Presenting Delegations, a cross-platform Go tool to audit, find, add, remove, clear, and monitor all types of Kerberos delegations in Active Directory.

By Remi GASCOU (Podalirius) Read more
May 31, 2025

Manticore v1.0.2: NBTNS and LDAP improvements

Manticore v1.0.2 fixes a bug in the NBTNS NameQuery handling and improves the LDAP functions. It also welcomes the project's first external contributor.

By Remi GASCOU (Podalirius) Read more
May 21, 2025

Manticore v1.0.1: UUID and LDAP improvements

A maintenance release for the Manticore library focused on completing the UUID generation primitives and improving the LDAP package's documentation and modification helpers.

By Remi GASCOU (Podalirius) Read more
May 20, 2025

Go - Building CLI tools with goopts, a command-line argument parsing library

Presenting goopts, a cross-platform Go library for parsing command-line arguments with support for subcommands, argument groups, mutually exclusive options, and multiple value types.

By Remi GASCOU (Podalirius) Read more
May 13, 2025

Manticore v1.0.0: The beast awakens

The first public release of Manticore, a Go library of offensive and defensive security primitives by The Manticore Project.

By Remi GASCOU (Podalirius) Read more