|
|
|
|
|
|
IT Security and Insecurity Portal |
|
|
Numbers |
|
Posted: Tue May 03, 2005 10:56 pm |
|
|
zer0-c00l |
Advanced user |
|
|
Joined: Jun 25, 2004 |
Posts: 72 |
Location: BRAZIL! |
|
|
|
|
|
|
does anyone have a Wordlist with only numbers of 6 digits?
(000000 to 999999) or (100000 to 999999) |
|
|
|
|
Posted: Wed May 04, 2005 9:24 am |
|
|
shai-tan |
Valuable expert |
|
|
Joined: Feb 22, 2005 |
Posts: 477 |
|
|
|
|
|
|
|
Nope
If its for Cracking Hashes wouldnt it just be easier to make a numeric#1-7 2100 8000000 ? |
|
_________________ Shai-tan
?In short: just say NO TO DRUGS, and maybe you won?t end up like the Hurd people.? -- Linus Torvalds |
|
|
|
Posted: Wed May 04, 2005 12:19 pm |
|
|
fulvioo |
Regular user |
|
|
Joined: May 04, 2005 |
Posts: 13 |
|
|
|
|
|
|
|
zer0-c00l
Our cracker has 1-11 numeric for md5 |
|
|
|
|
Posted: Thu May 05, 2005 10:36 pm |
|
|
FistFucker |
Regular user |
|
|
Joined: May 06, 2005 |
Posts: 21 |
|
|
|
|
|
|
|
I could write a tiny program that generates your wished wordlist and upload it then. How do you need it?
1. 0, 1, 2, 3 [...]
2. 000000, 000001, 000002, 000003 [...]
3. 0, 00, 000, 0000, 00000, 000000, 1, 01, 001, 0001, 00001, 000001, 2, 02, 002 [...] |
|
|
|
|
Posted: Fri May 06, 2005 12:17 pm |
|
|
shai-tan |
Valuable expert |
|
|
Joined: Feb 22, 2005 |
Posts: 477 |
|
|
|
|
|
|
|
Yes you can create wordlist files with Assembly if Im not mistaken |
|
_________________ Shai-tan
?In short: just say NO TO DRUGS, and maybe you won?t end up like the Hurd people.? -- Linus Torvalds |
|
|
|
Posted: Mon May 09, 2005 1:17 am |
|
|
zer0-c00l |
Advanced user |
|
|
Joined: Jun 25, 2004 |
Posts: 72 |
Location: BRAZIL! |
|
|
|
|
|
|
000000
000001
000002
...
999999
|
|
|
|
|
Posted: Mon May 09, 2005 2:10 am |
|
|
FistFucker |
Regular user |
|
|
Joined: May 06, 2005 |
Posts: 21 |
|
|
|
|
|
|
|
OK, Sir! ;-) I will generate your wordlist after school. But you've to wait some hours (11-12). Don't worry, but I'm currently busy, because I must bust some OfB-Clan kiddies from their internet service providers. |
|
|
|
|
Posted: Mon May 09, 2005 1:36 pm |
|
|
FistFucker |
Regular user |
|
|
Joined: May 06, 2005 |
Posts: 21 |
|
|
|
|
|
|
|
You can download the wordlist here: http://rapidshare.de/files/1660395/numbers.rar.html.
Perl owns! :-P
Code: | #!perl
$from = 0;
$to = 999999;
open(FILE, ">numbers.txt") || die "$!";
for($i = $from; $i <= $to; $i++)
{
for($n_zeros = length($to)-length($i); $n_zeros > 0; $n_zeros--)
{
print FILE "0";
}
print FILE "$i\n";
}
close(FILE); |
|
|
|
|
|
Posted: Mon May 09, 2005 5:49 pm |
|
|
zer0-c00l |
Advanced user |
|
|
Joined: Jun 25, 2004 |
Posts: 72 |
Location: BRAZIL! |
|
|
|
|
|
|
Thanks dude |
|
|
|
|
Posted: Mon May 09, 2005 5:59 pm |
|
|
shai-tan |
Valuable expert |
|
|
Joined: Feb 22, 2005 |
Posts: 477 |
|
|
|
|
|
|
|
Oh I never thought of looping a perl or php script.......
Thats quite cool just loop numbers on your server all the way to 999999.
(BTW: "PHP owns!') |
|
_________________ Shai-tan
?In short: just say NO TO DRUGS, and maybe you won?t end up like the Hurd people.? -- Linus Torvalds |
|
|
|
www.waraxe.us Forum Index -> Wordlists
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
All times are GMT
Page 1 of 1
|
|
|
Powered by phpBB © 2001-2008 phpBB Group
|
|
|
|
|