View Issue Details

IDProjectCategoryView StatusLast Update
0009660Kali LinuxNew Tool Requestspublic2026-05-04 13:41
Reporterblue0x1 Assigned Todaniruiz  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionwon't fix 
Summary0009660: nimrm - native Nim WinRM shell client
Description

[Name]
nimrm

[Version]
1.0.0

[Homepage]
https://github.com/blue0x1/nimrm

[Download]
https://github.com/blue0x1/nimrm/releases/tag/v1.0.0

[Author]
Chokri Hammedi (blue0x1)

[Licence]
MIT

[Description]
nimrm is a native WinRM shell client written in Nim. It supports NTLM password authentication, NTLM pass-the-hash, Kerberos through GSSAPI/KRB5CCNAME, PowerShell and CMD command execution,
upload/download, recursive directory transfer, in-memory PowerShell script import, in-memory managed .NET assembly execution, AD/domain context reporting, and logging/auditing posture
checks.

[Dependencies]
Runtime:

  • libc6
  • libkrb5-3
  • OpenSSL libraries when built with TLS support

    Build:

  • nim
  • gcc
  • mingw-w64 only for Windows cross-builds

    [Similar tools]

  • evil-winrm
  • pypsrp-based WinRM shells
  • PowerShell remoting clients

    [Activity]
    Initial public release: 1.0.0.
    The upstream repository is maintained at https://github.com/blue0x1/nimrm.

    [How to install]
    From release Debian package:

    curl -L -o nimrm_1.0.0_amd64.deb https://github.com/blue0x1/nimrm/releases/download/v1.0.0/nimrm_1.0.0_amd64.deb
    sudo dpkg -i nimrm_1.0.0_amd64.deb

    From source:

    git clone https://github.com/blue0x1/nimrm.git
    cd nimrm
    git checkout v1.0.0
    make linux

    [How to use]
    NTLM password:
    nimrm -T 192.168.1.10 -A 'CORP\administrator' -P 'Password123'

    Kerberos:
    KRB5CCNAME=FILE:/tmp/user.ccache nimrm -k -T dc01.corp.local -Z CORP.LOCAL

    [Packaged]
    Upstream provides a basic Debian package target with:
    make deb

    The upstream Debian package installs /usr/bin/nimrm and documentation under /usr/share/doc/nimrm.

    [Legal notice]
    nimrm is intended for lawful administration, security testing, and research on systems the user owns or is authorized to administer.

Activities

daniruiz

daniruiz

2026-05-04 13:41

manager   ~0021643

Hello,

Thanks for your submission. We can’t package every infosec tool, so we prioritize those with wider adoption and community usage.

Best of luck with your project.

Issue History

Date Modified Username Field Change
2026-04-30 21:54 blue0x1 New Issue
2026-05-04 13:41 daniruiz Assigned To => daniruiz
2026-05-04 13:41 daniruiz Status new => closed
2026-05-04 13:41 daniruiz Resolution open => won't fix
2026-05-04 13:41 daniruiz Note Added: 0021643