Remote Password Attacks

Network Services

WinRM - 5985(HTTP), 5986(HTTPS)

CrackMapExec

# Installation
sudo apt-get -y install crackmapexec

# Usage
crackmapexec <proto> <target-IP> -u <user or userlist> -p <password or passwordlist>
crackmapexec winrm ip -u user.list -p password.list

Evil-WinRM

# Installation
sudo gem install evil-winrm

# Usage
evil-winrm -i <target-IP> -u <username> -p <password>
evil-winrm -i ip -u user -p password

SSH

Hydra

Remote Desktop Protocol (RDP)

Hydra

SMB

Hydra

Metasploit Framework

Password Mutuations

Creating Wordlists

Hashcat

Function
Description

:

Do nothing.

l

Lowercase all letters.

u

Uppercase all letters.

c

Capitalize the first letter and lowercase others.

sXY

Replace all instances of X with Y.

$!

Add the exclamation character at the end.

CeWL

Password Reuse / Default Passwords

Credential Stuffing

Last updated