Skip to content
/ medusa Public
forked from jmk-foofus/medusa

Medusa is a speedy, parallel, and modular, login brute-forcer.

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

jasperf/medusa

 
 

Repository files navigation

Foofus.net ~ Medusa

Medusa Parallel Network Login Auditor

Copyright (C) 2016 Joe Mondloch
JoMo-Kun / [email protected]

Medusa is a speedy, parallel, and modular, login brute-forcer. The goal is to support as many services which allow remote authentication as possible. The author considers following items as some of the key features of this application:

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.

Multiple protocols supported. Many services are currently supported (e.g. SMB, HTTP, MS-SQL, POP3, RDP, SSHv2, among others).

See doc/medusa.html for Medusa documentation. For additional information:

Building on macOS

First download the source code and change to the Medusa directory:

git clone https://github.com/jmk-foofus/medusa
cd medusa

Also install the needed dependencies using Homebrew:

brew cask install xquartz
brew install freerdp

Then add the Freerdp path for executing the configuration without issues:

$ export FREERDP2_CFLAGS='-I/usr/local/include'
$ export FREERDP2_LIBS='-I/usr/local/lib/freerdp'

Then build things:

./configure
make && make install

Then copy the binary to your binaries folder

sudo cp src/medusa  /usr/local/bin

Now you can start using Medusa:

medusa

About

Medusa is a speedy, parallel, and modular, login brute-forcer.

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 70.7%
  • Shell 17.4%
  • Makefile 7.4%
  • M4 2.9%
  • Python 1.0%
  • Perl 0.5%
  • C++ 0.1%