1846155 Members
5013 Online
110254 Solutions
New Discussion

crack 5.0

 
Jannik
Honored Contributor

crack 5.0

I'm trying to install crack 5.0:

./Crack -makeonly
worked like a dream
./Crack -makedict
This is the error i get:
./Crack -makedict
Crack 5.0a: The Password Cracker.
(c) Alec Muffett, 1991, 1992, 1993, 1994, 1995, 1996
System: HP-UX tm012 B.11.00 U 9000/800 1737917621 unlimited-user license
Home: /usr/local/crack
Invoked: ./Crack -makedict
Option: -makedict enabled
Stamp: hp-ux-b-9000/800

Crack: making utilities in run/bin/hp-ux-b-9000/800
find . -name "*~" -print | xargs -n50 rm -f
( cd src; for dir in * ; do ( cd $dir ; make clean ) ; done )
rm -f dawglib.o debug.o rules.o stringlib.o *~
/bin/rm -f *.o tags core rpw destest des speed libdes.a .nfs* *.old \
*.bak destest rpw des speed
rm -f *.o *~
`../../run/bin/hp-ux-b-9000/800/libc5.a' is up to date.
cc -O -D_HPUX_SOURCE -DUSE_STRING_H -DUSE_STDLIB_H -DUSE_SIGNAL_H -DUSE_SYS_TYPES_H -DUSE_UNISTD_H -DUSE_PWD_H -I../lib -o ../../run/bin/hp-ux-b-9000/800/dictfilt dictfilt.c elcid.o ../../run/bin/hp-ux-b-9000/800/libc5.a
/usr/ccs/bin/ld: Can't open elcid.o
/usr/ccs/bin/ld: No such file or directory
*** Error exit code 1

Stop.
*** Error exit code 1

Stop.
jaton
3 REPLIES 3
Jannik
Honored Contributor

Re: crack 5.0

this resolved the problem:
http://www.crypticide.com/users/alecm/security/c50-linux-util-makefile.txt

a new Makefile in ./src/util
jaton
Joseph Loo
Honored Contributor

Re: crack 5.0

hi,

why not try the binary one if you are on 11.00?

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/crack-5.0/

regards.
what you do not see does not mean you should not believe
Jannik
Honored Contributor

Re: crack 5.0

it is the binary one. But U still need to build your dictionaries:

done by:
# change gcc to cc in Makefile and Crack
./Crack -makeonly
./Crack -makedict

run program:
./Crack -nice 10 /etc/passwd

report:
./Reporter -quiet

Stop and reset:
./scripts/plaster
make tidy
jaton