[split] oclHashcat-lite SL3 cracking howto - randomise the job - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Deprecated; Ancient Versions (https://hashcat.net/forum/forum-46.html) +--- Forum: Very old oclHashcat-lite Support (https://hashcat.net/forum/forum-22.html) +--- Thread: [split] oclHashcat-lite SL3 cracking howto - randomise the job (/thread-570.html) |
[split] oclHashcat-lite SL3 cracking howto - randomise the job - erreterr2011 - 10-08-2011 Thanks atom for the great software. It is working charmly. Can somebody tell me can I randomise the job myself by editing the .bat file like this: oclHashcat-lite64 8F73E11E313863D5B17E6138B8244CB29F31AEA8:003531810352828400 -1 07030800040506020109 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 -n 160 --outfile-format=1 --outfile=353181035282848_COD.txt I am interested so that I want ocl to first search for codes ending in 7 (from 70 to 79%) then 3 (from 30 to 39%), then 8 then 0 etc etc with this mask changed from default one: 00010203040506070809 to 07030800040506020109 is this correct syntax? or tell me the correct syntax. Thanks in advance RE: oclHashcat-lite SL3 cracking howto - atom - 10-08-2011 partially correct. i guess you want this: oclHashcat-lite64 8F73E11E313863D5B17E6138B8244CB29F31AEA8:003531810352828400 -1 00010203040506070809 -2 07030800040506020109 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?2 -n 160 --outfile-format=1 --outfile=353181035282848_COD.txt RE: oclHashcat-lite SL3 cracking howto - erreterr2011 - 10-08-2011 Thanks atom, but I am trying right now with a code that was found at 70 % respectively the code was this: 050506010600010703040601060007 and I change that option like you say: -1 00010203040506070809 -2 07030800040506020109 but the code not found at all till 1.44% and I think that it should have find the code at maximum 1% if using the option that I am looking for? Or maybe I need to put this command: -1 07030800040506020109 -2 00010203040506070809 Progress.....: 14388921630720/1000000000000000 (1.44%) The whole command that I used was: oclHashcat-lite64 F070CE92CB38A4BEF0C66795AC270D7DB4E2F00C:003569190388781200 -1 00010203040506070809 -2 07030800040506020109 -m 1900 ?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1 -n 160 --outfile-format=1 --outfile=356919038878121_COD.txt pause So the program is not looking first at 70 % with that command because it should have find the code already!! What's wrong? RE: oclHashcat-lite SL3 cracking howto - KT819GM - 10-08-2011 you need to write 2 at salt end not 1. read atoms post xx times. ............?1?1?2! |