This cheat sheet is designed to briefly reference some of the most commonly used Medusa commands, along with a brief description and practical examples to illustrate their use. Whether you’re a seasoned professional looking to brush up on your command-line skills or a newcomer eager to explore the possibilities of networking through Medusa, you’ll find valuable insights and shortcuts here.
Table of Contents
Installation
Distribution | Command |
---|---|
Debian/Ubuntu | sudo apt-get install medusa |
CentOS/Fedora/Red Hat | sudo yum install medusa |
NixOS | nix-env -iA nixos.medusa |
Medusa Cheat Sheet Commands
Task | Command |
---|---|
Brute force an RDP service | medusa -h target_ip -u username -P password_file -M rdp |
Brute force SSH login | medusa -h target_ip -u user -P passlist.txt -M ssh |
Check for Telnet service | medusa -h target_ip -C userpasslist.txt -M telnet |
Brute force FTP login | medusa -h target_ip -u user -P passlist.txt -M ftp |
Test SMTP authentication | medusa -h target_ip -u user -P passlist.txt -M smtp |
Wrapping Up
This Medusa cheat sheet has highlighted the tool’s flexibility and power for everything from simple tasks to advanced operations. Mastering Medusa can significantly boost your networking skills. Keep practising, exploring further resources, and share your findings to deepen your understanding and contribute to the community’s collective knowledge.
You May Also Be Interested In
Medusa Cheat Sheet References
- Medusa Official Documentation: Provides comprehensive details about Medusa, including features, usage, and supported protocols. Visit Medusa Documentation