Hi there, I’m collaborating in a project that probably is a thing you’ll like if you like Windows hacking. Is a WinRM shell with some extra features like:
Command history
Tab autocompletion
Ability to load C# exes, dlls and powershell scripts directly into memory
List remote services
FullLanguage Powershell language mode
And many more…
Here is the link:
Remember to place a star on github if you want to support the project. I hope it will help you for some hackings and I wanted to share it with you.
New release (v1.7). For “git cloners” just git pull to update. for ruby gem users just “gem install evil-winrm” ← yes, same command as the first time again.
New feature added… now compatibility to load donut payloads . I bet you know what is. Read the documentation at Readme. Cheers!
evil-winrm.rb:270: Bad HTTP response returned from server. Body(if present): (413).' (WinRM::WinRMHTTPTransportError) from evil-winrm.rb:433:in rescue in main’
from evil-winrm.rb:328:in main' from evil-winrm.rb:449:in ’
evil-winrm.rb:270: exit(exit_code)
However: updating your evil-winrm to the latest version - today this is v1.9 - fixes this. Check your CHANGELOG.md file to make sure you have the latest version
I’m getting
7: from /usr/local/bin/evil-winrm:23:in <main>' 6: from /usr/local/bin/evil-winrm:23:in load’
5: from /var/lib/gems/2.5.0/gems/evil-winrm-1.9/bin/evil-winrm:3:in <top (required)>' 4: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in require’
3: from /usr/lib/ruby/2.5.0/rubygems/core_ext/kernel_require.rb:59:in require' 2: from /var/lib/gems/2.5.0/gems/evil-winrm-1.9/lib/evil-winrm.rb:556:in <top (required)>’
1: from /var/lib/gems/2.5.0/gems/evil-winrm-1.9/lib/evil-winrm.rb:380:in main' /var/lib/gems/2.5.0/gems/evil-winrm-1.9/lib/evil-winrm.rb:524:in rescue in main’: uninitialized constant EvilWinRM::GSSAPI (NameError)
error and i dont really understand where’s that coming from anyone knows what to do?
edit:fixed after changing to dev branch
Thank you for this! It actually works where as the alamot’s kept failing on me. I’m going to have to work through the errors on Alamot’s as well it’s probably just some dependency I failed to install