Password Attacks

Medusa

Speedy, massively parallel, modular login brute-forcer for network services.

Category
Password Attacks
Platform
Linux / Kali
Type
CLI / Open Source
Skill Level
Beginner → Advanced

What is Medusa?

Medusa is a powerful tool used in the Password Attacks phase of ethical hacking and penetration testing. Security professionals rely on it during authorized assessments to identify vulnerabilities and strengthen defenses.

⚠ Legal Notice

Only use on systems you own or have explicit written permission to test. Unauthorized use violates Pakistan's PECA 2016 and international cybercrime laws.

Installation

# Update packages
sudo apt update

# Install (if not already on Kali)
sudo apt install medusa -y

# Check version
medusa --version 2>/dev/null || medusa -h

Basic Usage

# Basic syntax
medusa [options] [target]

# Get help and all flags
medusa --help

Common Use Cases

Further Reading

Practice on legal targets like TryHackMe, HackTheBox, or hackzia.site labs. Always read the official documentation before using in a live engagement.

← Back to Tools