Commander

Copy-ready command templates for common penetration testing tools. Select a tool, fill in the parameters, copy, paste, profit.

Parallelized network login cracker supporting many protocols

brute-forceloginpasswordnetworkonline

SSH Brute Force

Brute force SSH login with a username and password list.

hydra -l -P ssh

FTP Brute Force

Brute force FTP login.

hydra -l -P ftp://

HTTP POST Form Attack

Brute force a web login form via POST request.

hydra -l -P http-post-form "::"

failure_string is text that appears on a failed login (e.g. 'Invalid credentials')

RDP Brute Force

Brute force Windows Remote Desktop Protocol.

hydra -l -P rdp://

SMB Brute Force

Brute force Windows SMB shares.

hydra -l -P smb://

User List Attack

Use a file of usernames instead of a single user.

hydra -L -P