Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 190 Bytes

File metadata and controls

8 lines (7 loc) · 190 Bytes

Using evil-winrm to get a shell from port 5985 with user and pass

# Install evil-winrm
gem install evil-winrm

# Get a shell
evil-winrm -i <targetip> -u <username> -p <password>