10/06/2004, 02:16
|
| | | Fecha de Ingreso: junio-2002 Ubicación: Madrid
Mensajes: 633
Antigüedad: 22 años, 5 meses Puntos: 0 | |
Averiguar sistema Buenas; estoy tratando de instalar Jhon the Ripper en Linux Red Hat, y para ello la condición es que indique cual es mi sistema, vease: Cita: [root@yomismo src]# make
To build John the Ripper, type:
make SYSTEM
where SYSTEM can be one of the following:
linux-x86-any-elf Linux, x86, ELF binaries
linux-x86-mmx-elf Linux, x86 with MMX, ELF binaries
linux-x86-k6-elf Linux, AMD K6, ELF binaries
linux-x86-any-a.out Linux, x86, a.out binaries
linux-alpha Linux, Alpha
linux-sparc Linux, SPARC
freebsd-x86-any-a.out FreeBSD, x86, a.out binaries
freebsd-x86-k6-a.out FreeBSD, AMD K6, a.out binaries
freebsd-x86-any-elf FreeBSD, x86, ELF binaries
freebsd-x86-mmx-elf FreeBSD, x86 with MMX, ELF binaries
freebsd-x86-k6-elf FreeBSD, AMD K6, ELF binaries
openbsd-x86-any OpenBSD, x86
openbsd-x86-k6 OpenBSD, AMD K6
solaris-sparc-gcc Solaris, SPARC, gcc
solaris-sparc-v8-cc Solaris, SPARC V8, cc
solaris-sparc-v9-cc Solaris, SPARC V9, cc
solaris-x86-any Solaris, x86, gcc
solaris-x86-k6 Solaris, AMD K6, gcc
digital-alpha-cc Digital UNIX, Alpha, cc
aix-ppc-cc AIX, PowerPC, cc
hpux-pa-risc-gcc HP-UX, PA-RISC, gcc
hpux-pa-risc-cc HP-UX, PA-RISC, cc
irix-mips32-cc IRIX, MIPS 32-bit, cc
irix-mips64-cc IRIX, MIPS 64-bit, cc
dos-djgpp-x86-any DOS, DJGPP 2.x, x86
dos-djgpp-x86-mmx DOS, DJGPP 2.x, x86 with MMX
dos-djgpp-x86-k6 DOS, DJGPP 2.x, AMD K6
win32-cygwin-x86-any Win32, Cygwin, x86
win32-cygwin-x86-mmx Win32, Cygwin, x86 with MMX
win32-cygwin-x86-k6 Win32, Cygwin, AMD K6
generic Any other UNIX system with gcc Y entonces no sé de qué forma escojer mi sistema, ya que no sé cual es .
He leido que el usual es: linux-x86-any-elf
pero tipeo la orden: make linux-x86-any-elf y me aparece lo siguiente: Cita: ln -sf x86-any.h arch.h
make ../run/john ../run/unshadow ../run/unafs ../run/unique \
JOHN_OBJS="DES_fmt.o DES_std.o BSDI_fmt.o MD5_fmt.o MD5_std.o BF_fmt.o BF_std.o
AFS_fmt.o LM_fmt.o batch.o bench.o charset.o common.o compiler.o config.o cracker.o external.o formats.o getopt.o idle.o inc.o john.o list.o loader.o logger.o math.o memory.o misc.o options.o params.o path.o recovery.o rpp.o rules.o signals.o single.o status.o tty.o wordlist.o unshadow.o unafs.o unique.o x86.o" \
CFLAGS="-c -Wall -O2 -fomit-frame-pointer -m486"
make[1]: Cambiando a directorio `/john-1.6/src'
gcc -c -Wall -O2 -fomit-frame-pointer -m486 -funroll-loops DES_fmt.c
make[1]: gcc: No se encontró el programa
make[1]: *** [DES_fmt.o] Error 127
make[1]: Saliendo directorio `/john-1.6/src'
make: *** [linux-x86-any-elf] Error 2
¿Saben qué es lo que hago mal?
Muchísimas gracias
__________________ Culto es aquel que sabe donde encontrar lo que no sabe. |