Portfile

# $Id: Portfile 20469 2006-11-03 15:25:51Z blair@macports.org $
PortSystem 1.0
name l0phtcrack
version 1.5
distfiles lcsrc.zip
categories sysutils security
maintainers nomaintainer@macports.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
depends_lib bin:unzip:unzip
use_zip yes
configure {}
worksrcdir
build.target { lc}
destroot { system "cp ${worksrcpath}/lc_CLI ${destroot}${prefix}/bin" }