Name: hydra Summary: A very fast network logon cracker which supports many different services Version: 4.0 Release: 0 License: GPL, with commercial restrictions Group: Applications/System URL: http://www.thc.org/thc-hydra/ Source0: %{name}-%{version}-src.tar.gz Patch0: hydra-4.0-configure-prefix.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root #Requires: anything #Prereq: something #BuildPrereq: something-else %description This tool gives researchers and security consultants the possiblity to show how easy it would be to gain unauthorized access from remote to a system. It supports more than one protocol to attack and parallized connects. Currently this tool supports: TELNET, FTP, HTTP, HTTPS, HTTP-PROXY, LDAP, SMB, SMBNT, MS-SQL, MYSQL, REXEC, SOCKS5, VNC, POP3, IMAP, NNTP, PCNFS, ICQ, SAP/R3, Cisco auth, Cisco enable, Cisco AAA. %prep %setup -q %patch0 -p1 -b .configure-prefix %build %configure make %install rm -fr %{buildroot} #%makeinstall mkdir -p %{buildroot}/usr/bin make PREFIX=%{buildroot}/usr/ install %clean rm -fr %{buildroot} #%post #/sbin/chkconfig --add foo #/sbin/ldconfig #%preun #if [ "$1" = 0 ]; then # /sbin/service foo stop > /dev/null 2>&1 # /sbin/chkconfig --del foo #fi #%postun #if [ "$1" -ge "1" ]; then # /sbin/service foo condrestart > /dev/null 2>&1 # /sbin/ldconfig #fi %files %defattr(-,root,root) %{_bindir}/* #%{_mandir}/* #%{_datadir}/* #%{_doc}/* %doc CHANGES HOW_TO_CONTRIBUTE LICENCE* README* TODO %changelog * Tue May 18 2004 William Stearns -- First RPM from 4.0 sources