Password Recover

Gordon 2016-07-14

This week todos

  • Md5 on FPGA
  • Try out different combinations of dictionary

FPGA

Still working

https://zhehaomao.com/blog/fpga/2014/01/08/sockit-7.html

Dictionary Survey

Some Famous Wordlists

Used by JTR

http://www.openwall.com/passwords/wordlists/

 

Different kinds of passwords 

https://wiki.skullsecurity.org/Passwords

Strategy

Sampling

Do some sampling about the input

Bruteforce or Dictionary

Prepare Dictionary for different purpose

Table

put input with same salt together

create a table during the progress

look up the table

Next week todo

Try those strategies

 Test the performance

Write script for classify the input

keep working on fpga md5

Password Recover

By Gordon Ueng

Password Recover

  • 430