Help for this page

Select Code to Download


  1. or download this
    # Bruterate.pm      brute force list iterator generator     03jul09waw
    
    ...
    
    
    1;
    
  2. or download this
    # crack_pw_2.pl                                             08jul09waw
    
    ...
    my $elapsed = time() - $starttime;
    die "FAILED to find password '$password' ",
        "in $elapsed seconds with $tries tries \n";
    
  3. or download this
    >perl crack_pw_2.pl
    usage: perl crack_pw_2.pl password
    ...
    
    >perl crack_pw_2.pl xy5
    found password 'xy5' in 3 seconds with 97967 tries