How To Install medusa on CentOS 7
Introduction
In this tutorial we learn how to install medusa
on CentOS 7.
What is medusa
Medusa is a speedy, massively parallel, modular, login brute-forcer for network services. Some of the key features of Medusa are * Thread-based parallel testing. Brute-force testing can be performed against multiple hosts, users or passwords concurrently. * Flexible user input. Target information (host/user/password) can be specified in a variety of ways. For example, each item can be either a single entry or a file containing multiple entries. Additionally, a combination file format allows the user to refine their target listing. * Modular design. Each service module exists as an independent .mod file. This means that no modifications are necessary to the core application in order to extend the supported list of services for brute-forcing.
We can use yum
or dnf
to install medusa
on CentOS 7. In this tutorial we discuss both methods but you only need to choose one of method to install medusa.
Install medusa on CentOS 7 Using yum
Update yum database with yum
using the following command.
After updating yum database, We can install medusa
using yum
by running the following command:
Install medusa on CentOS 7 Using dnf
If you don’t have dnf installed you can install DNF on CentOS 7 first.
Update yum database with dnf
using the following command.
After updating yum database, We can install medusa
using dnf
by running the following command:
How To Uninstall medusa on CentOS 7
To uninstall only the medusa
package we can use the following command:
References
Summary
In this tutorial we learn how to install medusa
on CentOS 7 using yum
and dnf
.