Click to See Complete Forum and Search --> : Help figuring out an XYZ numbers generator algorithm


HappyNerd
September 13th, 2010, 07:18 AM
Hi guys,
So i was surfing the net as i went through this program called "ZloyXY", you can download it from here:
http://rapidshare.com/files/418794724/ZloyXY.rar

Using this program the user specifies a rage of numbers and the count of digits and the program generates it.
For example, if you choose the rage to be 10000-20000 and the digits count to 2 the program generates that:
10001
10010
10011
...
52252
52255
52522
52525
and so on...

So that the digit count = the number of digits like- count:2 is XY, count:3 is XYZ...

Anyways, i was wondering how that program works,
at first i thought maybe it scans each number in the range on a loop and checks if it has the specified number of digits the user asked for, if yes- it adds it to the list.
yet i was wrong as i checked and the program generates numbers really fast even with really high ranges (millions) so it cant be scanning all the possible numbers - it somehow generates them.

Does anyone think he knows perhaps how does this algorithm works?

cverhoeven
September 23rd, 2010, 03:25 AM
VIRUS ALERT

http://www.virustotal.com/file-scan/report.html?id=fe6b7454907f54cc680ac74b93742e077e069b82a9cec437a2a70c64c07c227a-1285230181

HappyNerd
September 28th, 2010, 04:37 AM
VIRUS ALERT

http://www.virustotal.com/file-scan/report.html?id=fe6b7454907f54cc680ac74b93742e077e069b82a9cec437a2a70c64c07c227a-1285230181

well this software was originally made to create Uin lists for ICQ/AIM bruteforce hacking for easy-to-remember numbers.

i got the algorithm already anyways...