Skip to content

Releases: blue0x1/nimux

Nimux v1.0.2

Choose a tag to compare

@blue0x1 blue0x1 released this 18 Jul 12:22

nimux 1.0.2

Added

  • Added initial nimux-mcp wrapper for MCP-compatible AI clients.
  • Added MCP framed JSON-RPC support, policy gates, redaction, progress notifications, and pivot metadata.

Nimux v1.0.1

Choose a tag to compare

@blue0x1 blue0x1 released this 15 Jul 19:01

nimux v1.0.1

Patch release for Nim 2 compatibility and package install reliability.

Changes

  • Fixed Nim 2.x build issue in WinRM, SMB, and remote execution paths.
  • Updated CLI banner and Debian metadata to v1.0.1.
  • Verified nimble install nimux from the official Nim package index.

Assets

  • nimux: Linux amd64 binary
  • nimux_1.0.1_amd64.deb: Debian package

Nimux v1.0

Choose a tag to compare

@blue0x1 blue0x1 released this 15 Jul 13:53

Nimux v1.0

Initial public release of nimux, a pure-Nim network enumeration and remote execution toolkit for authorized security assessments.

Highlights

  • Native SMB, LDAP, Kerberos, WinRM, MSSQL, RDP, SSH, FTP, NFS, VNC, WebDAV, HTTP, MySQL, PostgreSQL, and AFP support
  • Remote execution through WinRM, WMI/CIM, SCM, DCOM, scheduled tasks, and helper service modes
  • Kerberos ticket operations including TGT, TGS, S4U, ccache/kirbi conversion, roasting, and krb5.conf generation
  • SMB file operations, secrets dumping, DCSync, GPO paths, ticket capture, SOCKS support, and protocol enumeration
  • Single native CLI with JSON output support for repeatable assessment workflows

Downloads

Debian package:

nimux_1.0_amd64.deb

Standalone Linux binary:

nimux

Install

Debian package:

sudo dpkg -i nimux_1.0_amd64.deb
sudo apt --fix-broken install

Standalone binary:

chmod +x nimux
./nimux --help

Links

Notice

nimux is intended only for systems you own or are explicitly authorized to assess. The author assumes no responsibility for misuse or damage caused by this tool.