Name: medusa Version: 1.4 Release: 1 Summary: Vulnerability Scanner Group: Applications/Internet %define debug_package %{nil} License: GPLv2+ URL: http://www.foofus.net/~jmk/medusa/medusa.html Source0: http://www.foofus.net/jmk/tools/%{name}-%{version}.tar.gz Packager: Scott R. Shinn BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n) BuildArch: noarch %if 0%{?fc7}%{?fc8}%{?fc9} Requires: ncpfs BuildRequires: ncpfs-devel Requires: libssh2 BuildRequires: libssh2-devel %endif Requires: mysql postgresql-libs subversion BuildRequires: mysql-devel postgresql-libs subversion subversion-devel %description Medusa is intended to be a speedy, massively parallel, 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. %prep %setup -q %build %configure \ --target=%{_arch}-redhat-linux-gnu \ --prefix=%{_prefix} \ --enable-module-smtp-auth=yes \ --enable-module-web-form=yes %{__make} %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_bindir}/%{name} %dir /usr/lib/%{name}/ /usr/lib/%{name}/* %{_mandir}/man1/%{name}.1.gz %changelog * Thu Oct 23 2008 Scott R. Shinn - 2.03-1 - update to 2.03