Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update documentation release #67

Merged
merged 2 commits into from
Mar 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading