two-three-four (2char + 3char + 4char) combination - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: two-three-four (2char + 3char + 4char) combination (/thread-11481.html) |
two-three-four (2char + 3char + 4char) combination - Gyfer - 06-28-2023 Suppose I have three wordlist files: 2.txt, 3.txt, and 4.txt. The file 2.txt contains 2-letter words like "my," "to," "is," and so on. The file 3.txt contains 3-letter words like "cat," "sun," "dog," and so on. Lastly, the file 4.txt contains 4-letter words. how do I make a attack that will generate the word "ishashcat!" ?? ( is a 2words + 4 words + 3 words + single ?a ) Thanks ! RE: two-three-four (2char + 3char + 4char) combination - buka - 06-28-2023 combinatorX from https://github.com/hashcat/hashcat-utils/ |