Hi Nim community,
I released nimux, a pure-Nim command-line toolkit for authorized security assessment workflows.
It includes protocol enumeration, authentication checks, Kerberos ticket workflows, Active Directory operations, SMB file transfer, WinRM shells, MSSQL operations, DCSync, secrets dumping, SOCKS support, and multiple remote execution modes.
Links:
Example commands:
nimux scan 10.10.10.0/24 --ports 445,389,5985 nimux smb dc01.corp.local -u operator -H <nt_hash> --shares nimux winrm host.corp.local -k --ccache operator.ccache --shell nimux kerberos dc01.corp.local --request s4u --spn cifs/host.corp.localThe goal is to keep the tool fast, native, and practical as a single operator binary written in Nim.