1# Foofus.net ~ Medusa
2
3**Medusa Parallel Network Login Auditor**
4
5Copyright (C) 2016 Joe Mondloch<br />
6JoMo-Kun / jmk@foofus.net
7
8Medusa 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:
9
10Thread-based parallel testing. Brute-force testing can be performed against multiple hosts, users or passwords concurrently.
11
12Flexible 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.
13
14Modular 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.
15
16Multiple protocols supported. Many services are currently supported (e.g. SMB, HTTP, MS-SQL, POP3, RDP, SSHv2, among others).
17
18See doc/medusa.html for Medusa documentation. For additional information:
19- http://foofus.net/?page_id=51
20- http://foofus.net/goons/jmk/medusa/medusa.html
21