Hello and really need help with a wordlist - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Hello and really need help with a wordlist (/thread-2103.html) |
Hello and really need help with a wordlist - Nodscene - 02-26-2013 I've done a couple hours of searching google and not finding what I need. I have a small wordlist (70 words or so) that I've created and I need to find a way to combine the words to make new ones. So I have words like.. hot dog chicago etc And need a program that will give me hotdog hotchicago chicagodog chicagohotdog etc. Stangely enough I haven't been able to find anything for Windows aside from rsmangler. For the most part it does exactly what I need it to do but it's adding numbers to the beginning and end which I don't want it to do and the switches don't seem to disable that option. I realize this this may be offtopic but would appreciate some help. RE: Hello and really need help with a wordlist - epixoip - 02-26-2013 combinator.bin from hashcat-utils. RE: Hello and really need help with a wordlist - Xanadrel - 02-26-2013 https://hashcat.net/wiki/doku.php?id=hashcat_utils RE: Hello and really need help with a wordlist - Nodscene - 02-26-2013 Looks like it's sort of working. I believe it's truncating the results though. Is it possible to get it to output to a file or anyway to have it show all the results as I'm getting maybe a couple hundred results in the command prompt instead of the 5000+. Thanks for your help Edit: I'm trying to crack the password of a 7zip file so unsure if hashcat is suitable so that's why I'm trying to make a wordlist which could then be imported into other software. I was using cudaHashcat-plus64.exe -a 3 -m 1000 hash.ntlm.txt -1 ?a ?l?l?l?l?l?l?l?l?l?l --force for something else and had a hard enough time figuring that out haha. RE: Hello and really need help with a wordlist - epixoip - 02-26-2013 to output to a file just use a redirect. RE: Hello and really need help with a wordlist - Nodscene - 02-27-2013 I would love to if I had any idea what that was or how to do it. Edit: looking it up now Edit2: I'm trying combinator.exe list.txt list2.txt < c:txt.txt and getting an error. Tried it without the spaces but still getting nothing. Edit3: Got it working. Thanks much! |