Manticore
Windows network protocol, authentication, and cryptography framework
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core