mantis-cli
v0.0.9
Published
Alias for `mantishack` — installs the Mantis offensive-security daemon CLI (mantis, mantis-daemon, mantis-mcp). AUTHORIZED security testing only. See https://github.com/deonmenezes/mantishack.
Maintainers
Readme
mantis-cli
Alias package — installs
mantishack.
Use whichever name you prefer:
npm install -g mantis-cli # this package — alias
npm install -g mantishack # the actual packageBoth end up with the same mantis, mantis-daemon, and mantis-mcp binaries on your PATH. mantis-cli is a tiny shim package that just declares "dependencies": { "mantishack": "0.0.4" }; npm pulls down the real implementation transitively.
⚠️ Authorized Testing Only
Mantis is offensive-security tooling. Use it only against systems you own or have explicit written authorization to test.
Quick start
npm install -g mantis-cli
mantis init # wire daemon + MCP
mantis hack app.example.com --i-have-authorization # one-shot full FSMLicense
Apache-2.0 OR MIT
