Skip to content

Latest commit

 

History

History

lotto

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

lotto Solution

Because of:

    for(i=0; i<6; i++){
        for(j=0; j<6; j++){
            if(lotto[i] == submit[j]){
                match++;
            }
        }
    }

I need to hit only one character from /dev/urandom in order to win - bf.py.