Simple WinRM shell

Hi there,

I’m here to proudly introduce a WinRM shell that i developed for simple needs.

Example:
./winrm_shell.rb -s 192.169.0.5 -d contoso.com -u bob -p ‘P@ssw0rd’

PS contoso.com\bob@fooserver Documents>

Features:

  • You can change directories;
  • You can use plain text passwords or NTLM hashes as well.

It requires ruby, and ‘winrm’ ruby module (gem install winrm)

I really appreciate any comments and suggestions.

Regards,

ps. If you prefer (or need) a winrm shell with more features, take a look at

Yeah we’ll do some implementation in evil-winrm in order to add the ntlm hashes as well. Thanks.