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.