HEX pssword list
#1
How to create a dictionary in HEX for 3des?
For example, the dictionary needs passwords such as:
AD53C190FF4C1841ABF2D6E742B4AB31AD53C190FF4C1841
BD53C190FF4C1841ABF2D6E742B4AB31AD53C190FF4C1841
CD53C190FF4C1841ABF2D6E742B4AB31AD53C190FF4C1841
DD53C190FF4C1841ABF2D6E742B4AB31AD53C190FF4C1841

thank's
Reply
#2
Code:
hashcat -h | grep hex
     --hex-charset              |      | Assume charset is given in hex                       |
     --hex-salt                 |      | Assume salt is given in hex                          |
     --hex-wordlist             |      | Assume words in wordlist are given in hex            |
     --outfile-autohex-disable  |      | Disable the use of $HEX[] in output plains           |
     --wordlist-autohex-disable |      | Disable the conversion of $HEX[] from the wordlist   |
Reply