![]() |
markprocessor question password custom charset - 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: markprocessor question password custom charset (/thread-6685.html) |
markprocessor question password custom charset - unknown1819 - 07-03-2017 Hi, I have password to decrypt example: (1)(2)(3)(4)(5)sada(6)(7) (1) - group of letters: d,s,a (2) - group of special letters: ",$,^ (3) - group of word: asdas,asdasda,asdfew, etc. and there is more than maskprocessor can handle more then 4 custom charset how i can pass this someone know a bash script for that? script should take only one letter from each group and try all combination i need output like txt file with all combination, please help me i forget my password for encrypted disk with all my data ![]() Best regards! RE: markprocessor question password custom charset - atom - 07-04-2017 You need to combine several tools to make this possible. Use maskprocessor to generate the dsa and ",$,^ and save them to separate files. Then use combinator.bin to join them and to create the final wordlist. Be creative. There can't be a simple one click solution for single user cases. RE: markprocessor question password custom charset - unknown1819 - 07-04-2017 Thats why in other post i need that all combination of 0 and 1 i gonna need to create 70 lines of maskprocessor to create all combination for each group of password manually heh ![]() ![]() (1)(2)(3)(4)(5)(6)(7)(8) <--pass maskprocessor have 4 custom charset so i need 70 combination of maskprocessor command to combine all passwords (1)(2)(3)(4)(0)(0)(0)(0) = 1 1 1 1 0 0 0 0 (1)(2)(3)(0)(4)(0)(0)(0) = 1 1 1 0 1 0 0 0 (1)(2)(3)(0)(0)(4)(0)(0) = 1 1 1 0 0 1 0 0 (1)(2)(3)(0)(0)(0)(4)(0) = 1 1 1 0 0 0 1 0 ... x70 ![]() there should be more easy way but im not IT expert ![]() Thanks for help! |