Post: numeric wordlist generator
11-21-2011, 07:51 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Ever need a numeric wordlist for aircrack, backtrack, or any brute force program? Well now you can!

I created a batch file that creates a numeric wordlist from 1-infinity! enjoy! Happy

You must login or register to view this content.

(no need for virus scan because it's like 10 lines of coding, and you can edit yourself, not a virus Winky Winky)
(adsbygoogle = window.adsbygoogle || []).push({});
11-21-2011, 07:56 AM #2
Koltz
Banned
Originally posted by Team
Ever need a numeric wordlist for aircrack, backtrack, or any brute force program? Well now you can!

I created a batch file that creates a numeric wordlist from 1-infinity! enjoy! Happy

You must login or register to view this content.

(no need for virus scan because it's like 10 lines of coding, and you can edit yourself, not a virus Winky Winky)


i can vouch for this guy i downloaded it and their is no viruses. :y:

The following user thanked Koltz for this useful post:

11-21-2011, 07:06 PM #3
Epic?
Awe-Inspiring
I can vouch as well. I opened it up and its just an infinite loop constantly incrementing a variable which it saves to a file.

The following user thanked Epic? for this useful post:

11-23-2011, 05:52 AM #4
Pichu
RIP PICHU.
Nice. Smile

Downloaded as well. You think I should make something that would do, numbers, letters and the other symbols that require Shift that just start with a, b, c, d... aa ab ac ad, ect...

But give you the choice to add a b and or c or just accept only combinations as a and c?

I think i'll do that. Smile
11-23-2011, 04:19 PM #5
Originally posted by Sublimity View Post
Nice. Smile

Downloaded as well. You think I should make something that would do, numbers, letters and the other symbols that require Shift that just start with a, b, c, d... aa ab ac ad, ect...

But give you the choice to add a b and or c or just accept only combinations as a and c?

I think i'll do that. Smile


I would but you have to create a parameter which is hard in .bat files...

I could in c objective programming, but I wanted a challenge :p If you can find out how i'll be sure to do so...

a1.......zzzzzzzz99999999 ? :p
11-24-2011, 04:40 AM #6
Pichu
RIP PICHU.
Originally posted by Team
I would but you have to create a parameter which is hard in .bat files...

I could in c objective programming, but I wanted a challenge :p If you can find out how i'll be sure to do so...

a1.......zzzzzzzz99999999 ? :p


Yea, I'm not really into Bat files as I'm in love with things with UI. It's easier with with the windows form application because you can easily set the program up to work by current selection.

You could though have the bat request total number of different characters then have the user type in the characters, say you want 5 different character then have them press a enter b enter c enter d enter e then use those to create the list, but have it check to see if the person enters in the same character twice and or if it is > 1

Just a suggestion if you want it in Bat.
11-24-2011, 04:45 AM #7
Bat = looks like your a hard core '80's hacker that is super 1337 OG HaX0rz

am I right? :p
11-24-2011, 07:05 AM #8
Epic?
Awe-Inspiring
Originally posted by Team
Bat = looks like your a hard core '80's hacker that is super 1337 OG HaX0rz

am I right? :p


I don't think many 80's hackers wrote batch scripts. :p

The following user thanked Epic? for this useful post:

11-24-2011, 05:33 PM #9
Pichu
RIP PICHU.
Originally posted by Epic
I don't think many 80's hackers wrote batch scripts. :p


I don't think so, but BATs are probably the fastest way to make your friend think you are a L33t H4xor lol. :P

Just have it randomize strings and make it seem like you are doing something when in actuality it is simple coding making it appear like you are doing something, haha.

The following 2 users say thank you to Pichu for this useful post:

Epic?,
11-24-2011, 05:37 PM #10
Originally posted by Epic
I don't think many 80's hackers wrote batch scripts. :p


I am working on this.

%char% = "abcdefghijklmnopqrstuvwxyz"

%sel% = len(1)

%randomchar% = %sel%(%char%)

Or something like that...

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo