There are threads here on the forums, that talk about this. Maybe in the archive sections.
See also John the Ripper - frequently asked questions (FAQ)
I'm have read, read, and read some more.... I can't figure out how to do this.
If you have a specific area code, let's say area code 512, how could one get John the ripper to generate either a password list or directly feed into aircrack-ng the entire phone number set for area code 512.
Obviously all numbers would have to start with 512
5121111111
5121111112
5121111113
and so forth.
All help much appreciated.
There are threads here on the forums, that talk about this. Maybe in the archive sections.
See also John the Ripper - frequently asked questions (FAQ)
To be successful here you should read all of the following.
ForumRules
ForumFAQ
If you are new to Back|Track
Back|Track Wiki
Failure to do so will probably get your threads deleted or worse.
Check out this old post on a wordlist generator, it works on numbers also:
New Wordlist Generator [Windows Only] - Remote Exploit Forums
The download is still valid and it works well
Check out this post:
New Wordlist Generator [Windows Only] - Remote Exploit Forums
I used it with a area code and 7 digit phone number. Only problem it works under windoze only
Last edited by Archangel-Amael; 08-11-2010 at 12:46 PM.
Crunch is better suited for the job in my opinion.
This seems like a perfect example for the new crunch..
First cd to crunch directory ;
Then based on a 10 digit number pre-fixed with '512'Code:cd /pentest/passwords/crunch
or using the charset.lst file to set characters as numeric only;Code:./crunch 10 10 -t 512%%%%%%% -o tel.txt
Code:./crunch 10 10 -f charset.lst numeric -t 512@@@@@@@ -o tel.txt
I would try it without the write to file option first to make sure it does what you want ;
Below will simply print to screen.
Code:./crunch 10 10 -t 512%%%%%%%
Last edited by TAPE; 08-11-2010 at 06:53 AM.
You can use crunch,
there is in /pentest/passwords/crunch
And you can use:
root@bt:/pentest/passwords/crunch# ./crunch 10 10 -t 512@@@@@@@ -f charset.lst numeric
Code:5120018391 5120018392 5120018393 5120018394 5120018395 5120018396 5120018397 5120018398 5120018399 5120018400 5120018401 5120018402 5120018403 5120018404 5120018405 5120018406 5120018407 5120018408
what can I say, great minds think alike![]()
of course I also hear that small minds little differ..