Dani

Results 7 comments of Dani

Ok John, I read the code and I think that it is possible understand step by step. Also, I believe that the function "PBKDF2" is writen in C code. I...

Hola John, te escribí un correo a la dirección que figura en el código de Pyrit, así podremos organizarnos mejor. Saludos

I found it, this is the function: static int finalize_pmk_openssl(struct pmk_ctr *ctr) { int i, j; SHA_CTX ctx; unsigned int e1_buffer[5], e2_buffer[5]; memcpy(e1_buffer, ctr->e1, 20); memcpy(e2_buffer, ctr->e2, 20); for(i =...

I found the problem. It is better install some paquets before: $sudo apt-get install python2.7 build-essential python-dev libpcap-dev libssl-dev $wget https://github.com/JPaulMora/Pyrit/archive/master.zip $unzip master.zip $sudo python2.7 setup.py clean build install Regards...

Hi: I found the best solution to do it works: Install ubuntu server 17.X, Install pyrit and pyrit-opencl and ubuntu-driver-common apt-get install pyrit pyrit-opencl ubuntu-driver-common Install nvidia-cuda* apt-get install nvidia-cuda*...

Hi my friend, I have the same probleme whe I tried to install the pyrit 0.5.1, I don't know why happend this, sorry. Perhaps it is a cause of the...

Thanks a lot John, I don't know why your pyrit version is not in the ubuntu official repository. When you install pyrit it install pyrit 0.4.0. However, when I use...