Back to all articles

Manticore v1.1.3: Fix ms_rrp enumeration

June 16, 2026 By Remi GASCOU (Podalirius)

Manticore is a Go library of offensive and defensive security primitives maintained by The Manticore Project. This release, v1.1.3, is a small patch that continues the Remote Registry line of work from v1.1.1 and v1.1.2. It carries a single, focused fix: the MS-RRP enumeration corrections are restored after being lost from main.

Restoring the ms_rrp enumeration fixes

During the merges that followed the v1.1.1 Windows REG file parser and the v1.1.2 NDR marshaling fix, a pair of corrections to the MS-RRP (ms_rrp) enumeration path were inadvertently dropped from the main branch. This release restores them (#612, #614) in a single change (Restore ms_rrp enumeration fixes lost from main).

MS-RRP is the Remote Registry Protocol, the RPC interface used to read and write the registry of a remote Windows host. Enumerating keys and values over that interface is a recurring need for both reconnaissance and configuration auditing, and the restored fixes put the enumeration logic back in the state it was meant to ship in.

If you use the Remote Registry primitives, you should upgrade to pick the fixes back up. There are no breaking changes relative to v1.1.2.

References

Manticore is the library behind the project's tooling. Explore the security tools and libraries built on top of it.