Skip to content

Commit

Permalink
Merge pull request #67 from jmk-foofus/update-documentation-release
Browse files Browse the repository at this point in the history
Update documentation release
  • Loading branch information
jmk-foofus authored Mar 31, 2024
2 parents d3dc405 + b390c3e commit 79aae80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
Copyright (C) 2024 Joe Mondloch<br />
JoMo-Kun / jmk@foofus.net

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:
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 the 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.
- 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.
- 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.
- 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 (SMBv1-3 w/ SMB signing), HTTP, MS-SQL, POP3, RDP, SSHv2, among others).
- Multiple protocols supported. Many services are currently supported (e.g. SMB [SMBv1-3 w/ SMB signing], HTTP, MS-SQL, POP3, RDP, SSHv2, among others).

Medusa documentation: https://jmk-foofus.github.io/medusa/medusa.html
Documentation: https://jmk-foofus.github.io/medusa/medusa.html
5 changes: 3 additions & 2 deletions docs/medusa.html
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,7 @@ <H5>Medusa v2.3</H5>
<TD><B>Notes</B></TD>
</TR>
<TR>
<TD ROWSPAN=5 VALIGN=TOP>Linux</TD>
<TD>BackBox 8.1</TD>
<TD>Installed: automake, libssl-dev, libpq5, libpq-dev, libsmb2, libssh2-1, libssh2-1-dev, libsvn-dev, freerdp2-dev</TD>
</TR>
Expand All @@ -484,7 +485,7 @@ <H5>Medusa v2.3</H5>
<TD>Installed: automake, libssl-dev, libpq5, libpq-dev, libsmb2, libssh2-1, libssh2-1-dev, libsvn-dev, freerdp2-dev</TD>
</TR>
<TR>
<TD>Ubuntu 22.04 [64-bit, WSL]</TD>
<TD>Ubuntu 22.04 (64-bit, WSL)</TD>
<TD>Installed: build-essential, automake, libssl-dev, libpq5, libpq-dev, libsmb2, libssh2-1, libssh2-1-dev, libsvn-dev, freerdp2-dev</TD>
</TR>
</TABLE>
Expand All @@ -498,7 +499,7 @@ <H5>Medusa v2.2 and earlier</H5>
<TD><B>Notes</B></TD>
</TR>
<TR>
<TD ROWSPAN=8 VALIGN=TOP>Linux</TD>
<TD ROWSPAN=7 VALIGN=TOP>Linux</TD>
<TD>CentOS 7.1 (64-bit)</TD>
<TD>Installed: "Development Tools", openssl-devel, libssh2-devel, postgresql-devel, subversion-devel, freerdp-devel</TD>
</TR>
Expand Down

0 comments on commit 79aae80

Please sign in to comment.