Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Piping python output into hashcat continuously
Post: RE: Piping python output into hashcat continuously

That worked! Thanks! Is there any documentation on the size/behaviour of this buffer? Would be very useful for my actual generation script. EDIT: Just did a test. Hashcat starts writing at ~2,62...
defaultusername hashcat 4 8,859 12-16-2020, 02:44 PM
    Thread: Piping python output into hashcat continuously
Post: Piping python output into hashcat continuously

Hi everybody! I have a python script that outputs password candidates in batches, similar to this: Code: -- import time for i in range(10):     for j in range(10):         print(str(i)+str(j...
defaultusername hashcat 4 8,859 12-16-2020, 01:20 PM