Menu

#9 question regarding -t feature

v1.0_(example)
closed
nobody
None
1
2013-12-27
2013-10-09
hdaf
No

this is the command
crunch 4 4 -f /home/hdaf/crunch-3.4/charset.lst hex-upper -t ,aa% -o /home/hdaf/crunch-3.4/test.txt

the hex-upper charset is hex-upper =[ABCDEF0123456789] and i am expecting something like
Aaa1
Aaa2
....
Baa1
....
Caa1
....
Daa1
....
Eaa1
....
Faa1
....

but i am getting

Aaa1
....
Baa1
....
Caa1
....
Daa1
....
Eaa1
....
Faa1
....
Gaa1
....
Haa1
....
Iaa1
....
Jaa1
....
Why the programm is using all the uppercase letters instead of ABCDEF from the char set i specified?
Is there any way to use only the letters i want on the -t pattern?
Thanks in advance!

Discussion

  • bofh28

    bofh28 - 2013-10-10

    I think you want

    crunch 4 4 -f /home/hdaf/crunch-3.4/charset.lst hex-upper -t @aa% -o /home/hdaf/crunch-3.4/test.txt

     
  • bofh28

    bofh28 - 2013-12-27

    Closing due to no response from user.

     
  • bofh28

    bofh28 - 2013-12-27
    • status: open --> closed
     

Log in to post a comment.

MongoDB Logo MongoDB