# $Id: Portfile,v 1.1 2004/03/17 11:50:58 olegb Exp $ PortSystem 1.0 name hydra version 3.1 categories security maintainers julien.touche@touche.fr.st description parallized login hacker utility long_description \ Hydra is a parallized login hacker utility. Hydra can \ brute force attack on \ FTP, POP3, IMAP, Telnet, HTTP Auth, NNTP, VNC, ICQ, \ Socks5, PCNFS and more \ services within SSL support. This port is provided as \ a standalone program to \ avoid installing a full Nessus scanner system. \ \ NOTE: Hydra is included in Nessus! homepage http://www.thc.org/releases.php \ http://www.thehackerschoice.com master_sites http://www.thc.org/releases/ platforms darwin checksums md5 c2b9beb20e9234967b399b7f80252677 depends_lib \ lib:libssl:openssl # need also libdes (in base system: in libcrypto) build.type gnu pre-destroot { reinplace "s|PREFIX=/opt/local|PREFIX=${destroot}${prefix}|" \ ${worksrcpath}/Makefile file mkdir ${destroot}${prefix}/share/doc/${name} xinstall -m 644 ${worksrcpath}/README \ ${destroot}${prefix}/share/doc/${name} } #variant darwin { # pre-configure { # ## error # #ld: Undefined symbols: # #_des_set_odd_parity # reinplace "s|LIBDES=\"\"|LIBDES=\"-ldes425 -lcrypto\"|" \ # ${worksrcpath}/configure # } #}