Login Register
The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


I Need to generate password list with crunch..PLZ HLP filter_list
Author
Message
I Need to generate password list with crunch..PLZ HLP #1
PLz Help, All what i need is to generate a password list with crunch (tool avalaible on kali linux ) based on some conditions:
1- pass len : 10
2- password contain : 0123456789ABCDEF (Hexadecimal)
3- the 7 & 9 characters most be 0 (ex: AB0E520E0E)
4- the 8 & 10 characters most be the same (ex: AB0E520E0E)
5- the list most escape the bad probalitys like 0000000000 or 1111110101

Thanks for every think & i will be glad if i get some help with that.....
(This post was last modified: 01-25-2014, 04:42 PM by zenith.)

Reply

RE: I Need to generate password list with crunch..PLZ HLP #2
When running crunch with no options it generates the following text:
Code:
[chmod@localhost crunch-3.5]$ crunch crunch version 3.5 Crunch can create a wordlist based on criteria you specify. The outout from crunch can be sent to the screen, file, or to another program. Usage: crunch <min> <max> [options] where min and max are numbers Please refer to the man page for instructions and examples on how to use crunch.

There is a clue on that last line: Please refer to the man page for instructions and examples on how to use crunch.
upon inspecting the man pages they reveal the full full usage of crunch and thus will answer your question please try to solve problems yourself before asking in the future.
If you need help feel free to PM me
[Image: klfpJD]
Probitcoin
Freebitcoin
BTC clicks
bitcoin wallet:
1FBPAanbs3rJU9BUpobpDJc9hHUaCaC25N

Reply

RE: I Need to generate password list with crunch..PLZ HLP #3
(01-24-2014, 02:27 PM)radikfreeman Wrote: PLz Help, All what i need is to generate a password list with crunch (tool avalaible on kali linux ) based on some conditions:
1- pass len : 10
2- password contain : 0123456789ABCDEF (Hexadecimal)
3- the 7 & 9 characters most be 0 (ex: AB0E520E0E)
4- the 8 & 10 characters most be the same (ex: AB0E520E0E)
5- the list most escape the bad probalitys like 0000000000 or 1111110101

Thanks for every think & i will be glad if i get some help with that.....
Are you piping crunch through aircrack or something? If so, this sounds like something you can do more efficiently with hashcat as it has advanced masking options and it's much faster (if you have a GPU).

Anyways to answer your question to do this with crunch, the option you are looking for is -t

You are looking for something along the lines of this...
Quote:crunch 10 10 0123456789ABCDEF -t @@@@@@0E0E

http://www.liatsisfotis.com/2013/02/crea...runch.html
go down to "Creating Wordlist - Advanced Usage"

Everything you need to know there. Masking options such as % @ ^, etc...

Good luck.

Reply

RE: I Need to generate password list with crunch..PLZ HLP #4
Thankx @!M03! ...

Reply







Users browsing this thread: 1 Guest(s)