Waraxe IT Security Portal  
  Login or Register
::  Home  ::  Search  ::  Your Account  ::  Forums  ::   Waraxe Advisories  ::  Tools  ::
March 28, 2024
Menu
 Home
 Logout
 Discussions
 Forums
 Members List
 IRC chat
 Tools
 Base64 coder
 MD5 hash
 CRC32 checksum
 ROT13 coder
 SHA-1 hash
 URL-decoder
 Sql Char Encoder
 Affiliates
 y3dips ITsec
 Md5 Cracker
 User Manuals
 AlbumNow
 Content
 Content
 Sections
 FAQ
 Top
 Info
 Feedback
 Recommend Us
 Search
 Journal
 Your Account



User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9145

People Online:
Visitors: 842
Members: 0
Total: 842
PacketStorm News
·301 Moved Permanently

read more...
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> Wordlists -> Numbers
Post new topic  Reply to topic View previous topic :: View next topic 
Numbers
PostPosted: Tue May 03, 2005 10:56 pm Reply with quote
zer0-c00l
Advanced user
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)
View user's profile Send private message
PostPosted: Wed May 04, 2005 9:24 am Reply with quote
shai-tan
Valuable expert
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
View user's profile Send private message
PostPosted: Wed May 04, 2005 12:19 pm Reply with quote
fulvioo
Regular user
Regular user
 
Joined: May 04, 2005
Posts: 13




zer0-c00l

Our cracker has 1-11 numeric for md5
View user's profile Send private message Visit poster's website
PostPosted: Thu May 05, 2005 10:36 pm Reply with quote
FistFucker
Regular user
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 [...]
View user's profile Send private message
PostPosted: Fri May 06, 2005 12:17 pm Reply with quote
shai-tan
Valuable expert
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
View user's profile Send private message
PostPosted: Mon May 09, 2005 1:17 am Reply with quote
zer0-c00l
Advanced user
Advanced user
 
Joined: Jun 25, 2004
Posts: 72
Location: BRAZIL!




000000
000001
000002

...

999999

Wink
View user's profile Send private message
PostPosted: Mon May 09, 2005 2:10 am Reply with quote
FistFucker
Regular user
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.
View user's profile Send private message
PostPosted: Mon May 09, 2005 1:36 pm Reply with quote
FistFucker
Regular user
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);
View user's profile Send private message
PostPosted: Mon May 09, 2005 5:49 pm Reply with quote
zer0-c00l
Advanced user
Advanced user
 
Joined: Jun 25, 2004
Posts: 72
Location: BRAZIL!




Thanks dude Smile
View user's profile Send private message
PostPosted: Mon May 09, 2005 5:59 pm Reply with quote
shai-tan
Valuable expert
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
View user's profile Send private message
Numbers
  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  

  
  
 Post new topic  Reply to topic  




Powered by phpBB © 2001-2008 phpBB Group






Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2020 Janek Vind "waraxe"
Page Generation: 0.124 Seconds