• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

doc/H03-May-2022-220181

misc/H24-Nov-2015-10288

src/H03-May-2022-28,18220,845

AUTHORSH A D09-Nov-2015836 3124

COPYINGH A D09-Nov-201517.7 KiB340281

ChangeLogH A D09-Nov-201512.2 KiB391297

INSTALLH A D09-Nov-20156.8 KiB168129

Makefile.amH A D09-Nov-2015154 84

Makefile.inH A D24-Nov-201527.1 KiB856761

NEWSH A D09-Nov-20150

READMEH A D24-Nov-20151.2 KiB2112

TODOH A D09-Nov-2015271 106

aclocal.m4H A D24-Nov-201541.9 KiB1,1791,069

compileH A D09-Nov-20157.2 KiB348258

config.guessH A D09-Nov-201543.2 KiB1,4801,282

config.h.inH A D03-May-20223.9 KiB159106

config.subH A D09-Nov-201531.1 KiB1,5871,446

configureH A D24-Nov-2015271.6 KiB9,0697,551

configure.acH A D24-Nov-201540.1 KiB1,092932

depcompH A D09-Nov-201512.6 KiB442288

install-shH A D09-Nov-20156.2 KiB277169

ltmain.shH A D09-Nov-2015185.2 KiB6,6055,200

missingH A D09-Nov-20156.7 KiB216143

mkinstalldirsH A D09-Nov-20151.9 KiB11285

README

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