Vulnerability Development mailing list archives

Re: combinations of 4


From: Rui Miguel Silva Seabra <rms () greymalkin yi org>
Date: 07 Apr 2002 20:17:15 +0100

you mean, something obvious as this?

#!/usr/bin/perl -w

@lst=A..Z;

for $fst (@lst) { for $sec (@lst) { for $thi (@lst) { for $fou (@lst) {
    print "$fst$sec$thi$fou\n"; # put \r\n if on windows
    sleep 1 # comment this line for fastness
}}}}

hugs, rui

-- 
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?

Attachment: signature.asc
Description: This is a digitally signed message part


Current thread: