criptografia:john:start

john the ripper

la versión Jumbo tiene utilidades añadidas (crack de zip/rar/7z…)

http://openwall.info/wiki/john/parallelization
## Uncomment the TWO lines below for MPI (can be used together with OMP as well)
## If you experience problems with MPI_Barrier, remove -DJOHN_MPI_BARRIER
## If you experience problems with MPI_Abort, remove -DJOHN_MPI_ABORT
CC = mpicc -DHAVE_MPI -DJOHN_MPI_BARRIER -DJOHN_MPI_ABORT
MPIOBJ = john-mpi.o
  • extraer el hash del fichero con la utilidad adecuada
    • zip2john encrypted.zip > encrypted.zip.hash
  • usar un diccionario o dejar a john que haga su trabajo
    • john encrypted.zip.hash –session=miSesion
  • criptografia/john/start.txt
  • Darrera modificació: 03/06/2018 02:39
  • per mate