September 28, 2004 (technical)

Modifying jtr-1.6.37-mpi2 to perform Wordlist Attacks

After the successful modification of jtr-1.6.37 to jtr-1.6.37-mpicmf2, the next step was to repeat what was performed earlier on jtr-1.6.36 (see: Making JTR-MPI perform a wordlist attack 2) to make it perform wordlist attacks.

These modifications where made to the wordlist.c file, including adding the following header information

    #include "mpi.h"
    #include "ryan.h"

Then the addition of the additional if around the computational work, similar to before

      if ( ((line_number - 1) %mpi_p) == (mpi_id) ) {
      ..
      }

Voila

Posted by xntrik at September 28, 2004 12:54 PM | TrackBack