Connect to a host

evil-winrm

  • Windows Remote Management (WinRM) shell for pentesting.
    Once connected, we get a PowerShell prompt on the target host.
    More information: <https://github.com/Hackplayers/evil-winrm>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

evil-winrm --ip {{ip}} --user {{user}} --password {{password}}

click the source code to copy