Included in Debian stable

    http://packages.debian.org/fcrackzip

Jari

sdesc: "Password cracker for zip archives"
ldesc: "A fast password cracker partly written in assembler. It
is able to crack password protected zip files with brute force or
dictionary based attacks, optionally testing with unzip its results.
It can also crack cpmask'ed images."
category: Utils
requires: cygwin

a) manual

  wget        \
    http://cygwin.cante.net/fcrackzip/fcrackzip-0.3-1-src.tar.bz2 \
    http://cygwin.cante.net/fcrackzip/fcrackzip-0.3-1.tar.bz2 \
    http://cygwin.cante.net/fcrackzip/setup.hint

b) automated

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir fcrackzip ; cd fcrackzip
  rm -f get.sh get.sh.sig
  wget    http://cygwin.cante.net/fcrackzip/get.sh \
          http://cygwin.cante.net/fcrackzip/get.sh.sig &&
  gpg --verify get.sh.sig get.sh &&
  sh get.sh

-- 
Welcome to FOSS revolution: we fix and modify until it shines

Reply via email to