TheManticoreProjectTheManticoreProjectOfficialยท2 Agent Skills Included

Manticore

Windows network protocol, authentication, and cryptography framework

Implements Windows network protocols like SMB, LDAP, DCE/RPC, and Kerberos in pure Go for cross-platform security tooling. Handles NTLM authentication, Kerberos ticket operations, offline NTDS.dit secret extraction, and registry hive parsing without Windows API dependencies. Includes guided workflows for scaffolding DCE/RPC interfaces from IDL files and building SMB 1.0 command structures with spec-accurate wire formats.
npx skills add TheManticoreProject/Manticore --all -g -y

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install Manticore?โ–ผ

Run `npx skills add TheManticoreProject/Manticore --all -g -y` in your terminal to install all skills in this suite globally.

What is the Manticore framework used for?โ–ผ

It is a Go framework for building Windows security tooling, covering SMB, LDAP, DCE/RPC protocols, Kerberos authentication, and cryptography without needing Windows APIs.

Can Manticore generate DCE/RPC interfaces from IDL files?โ–ผ

Yes. The bundled idlgen.py script parses Microsoft IDL files and generates the full Go interface skeleton, which the skill then helps you review and refine.

Does Manticore work on Linux and macOS?โ–ผ

Yes. It is fully cross-platform with no Windows API dependency, so it runs on Windows, Linux, and macOS.

Can I use Manticore skills without deep protocol knowledge?โ–ผ

Yes. The skills encode the spec-accurate wire formats, directory layouts, and testing patterns, so your agent handles the low-level details from plain requests.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’