# $Id: Portfile,v 1.5 2003/08/28 20:28:30 olegb Exp $ PortSystem 1.0 name l0phtcrack version 1.5 distfiles lcsrc.zip categories sysutils security maintainers olegb@opendarwin.org platforms darwin description password cracker for window NT password long_description L0phtCrack 1.5 is a tool for turning Microsoft LANMAN \ and NT password hashes back into the original clear \ text passwords. The program does this using \ dictionary cracking and also brute force. \ L0phtCrack 1.5 returns not just the LANMAN passord \ but the NT password up to 14 characters in length. master_sites http://www.atstake.com/research/lc/dist/ checksums md5 4012199e6d522b47c35be4b12c505dd3 #patchfiles patch-Makefile patch-pwgen.c #depends_extract bin:unzip:unzip extract { system "mkdir ${portpath}/work/l0phtcrack-1.5" system "cd ${worksrcpath} && \ unzip -o ${prefix}/var/db/dports/distfiles/lcsrc.zip" } configure {} build.target { lc} destroot { system "cp ${worksrcpath}/lc_CLI ${destroot}${prefix}/bin" }