Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: A way to track number of guesses for each cracked password?
Post: RE: A way to track number of guesses for each crac...

honglonglong Wrote: (05-09-2015, 05:53 PM) -- radix Wrote: (01-27-2014, 05:52 PM) -- Yes. try -n 1 so you arent executing multiple threads. This should fix the unorderedness. -- Hi, this is prob...
honglonglong Old hashcat Support 6 24,046 05-09-2015, 05:59 PM
    Thread: A way to track number of guesses for each cracked password?
Post: RE: A way to track number of guesses for each crac...

radix Wrote: (01-27-2014, 05:52 PM) -- Yes. try -n 1 so you arent executing multiple threads. This should fix the unorderedness. -- Hi, this is probably digging old post, but I realized recently ...
honglonglong Old hashcat Support 6 24,046 05-09-2015, 05:53 PM
    Thread: A way to track number of guesses for each cracked password?
Post: RE: A way to track number of guesses for each crac...

radix Wrote: (01-27-2014, 01:06 AM) -- Code: -- * Outfile formats: 1 = hash[:salt] 2 = plain 3 = hash[:salt]:plain 4 = hex_plain 5 = hash[:salt]:hex_plain 6 = plain:h...
honglonglong Old hashcat Support 6 24,046 01-27-2014, 04:27 PM
    Thread: A way to track number of guesses for each cracked password?
Post: RE: A way to track number of guesses for each crac...

radix Wrote: (01-27-2014, 01:06 AM) -- Code: -- * Outfile formats: 1 = hash[:salt] 2 = plain 3 = hash[:salt]:plain 4 = hex_plain 5 = hash[:salt]:hex_plain 6 = plain:h...
honglonglong Old hashcat Support 6 24,046 01-27-2014, 02:04 AM
  Question Thread: A way to track number of guesses for each cracked password?
Post: A way to track number of guesses for each cracked ...

Hi, i am currently using a pipe to stream guesses from a generator into hashcat and crack passwords. I am wondering if theres a way for hashcat to print the number of guesses it issued when it succ...
honglonglong Old hashcat Support 6 24,046 01-27-2014, 12:48 AM
    Thread: Interpretation of the cracking speed
Post: RE: Interpretation of the cracking speed

got it. Thank you very much! atom Wrote: (12-12-2013, 04:44 PM) -- - H/s is the same as c/s, as radix said before, to line up with bitcoin miners. Also note that this value changes in oclHashcat a...
honglonglong General Help 4 25,340 12-17-2013, 10:18 PM
    Thread: Interpretation of the cracking speed
Post: RE: Interpretation of the cracking speed

thanks for the clarification! What I feel confused is units like "H/s", "c/s" or "plains". not sure what they mean exactly and how they relate to each other. radix Wrote: (12-10-2013, 10:11 PM) -...
honglonglong General Help 4 25,340 12-10-2013, 11:13 PM
  Question Thread: Interpretation of the cracking speed
Post: Interpretation of the cracking speed

Hi all, I have used hashcat for a few times. Now I am thinking of buying a video card to try ocl-hashcat to see if it is better. To compare them, especially in terms of speed, I am quite confused. ...
honglonglong General Help 4 25,340 12-10-2013, 10:03 PM
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

thanks for the link! very informative. trying it now. philsmd Wrote: (11-08-2013, 07:41 PM) -- I don't think that last problem (not wait) has anything to do with for vs while... I think that probl...
honglonglong Old hashcat Support 8 30,099 11-08-2013, 09:49 PM
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

Yes that makes sense! I got it working, thank you!!!! one question though, I don't quite understand your code though. are you trying to preload the masks file and then loop the variable in stead of t...
honglonglong Old hashcat Support 8 30,099 11-08-2013, 09:45 PM
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

philsmd Wrote: (11-08-2013, 07:16 PM) -- In cases like this I normally just add a "echo" before the actual command (like echo ./hashcat-0.46 and you will see what is going on)... -- do you mean to ...
honglonglong Old hashcat Support 8 30,099 11-08-2013, 07:19 PM
    Thread: weird issue when trying to read mask option from file
Post: RE: weird issue when trying to read mask option fr...

unix-ninja Wrote: (11-08-2013, 07:02 PM) -- You are probably not escaping some values properly. Can you give more details on the actual lines in the script itself? -- sure! heres the full scrip...
honglonglong Old hashcat Support 8 30,099 11-08-2013, 07:04 PM
  Question Thread: weird issue when trying to read mask option from file
Post: weird issue when trying to read mask option from f...

Hi, I am trying to perform mask attack with different mask configurations that are predefined in a file. I read each line of that file using shell script and execute hashcat-cli32.bin. However, ...
honglonglong Old hashcat Support 8 30,099 11-08-2013, 06:55 PM
    Thread: How to get status for cracking process to use in other programs?
Post: RE: How to get status for cracking process to use ...

unix-ninja Wrote: (10-29-2013, 08:56 PM) -- I don't believe the restore file is written to live, so this wouldn't help you either. Hashcat exposes no APIs for external development, so really your be...
honglonglong Old hashcat Support 3 11,900 10-29-2013, 09:18 PM
  Question Thread: How to get status for cracking process to use in other programs?
Post: How to get status for cracking process to use in o...

Hi, I recently use hashcat as part of my project, in which I do cracking on same hash file with different rules. I notice in the output theres a row called "Progress" indicating the total attem...
honglonglong Old hashcat Support 3 11,900 10-29-2013, 08:37 PM