Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: crack hash with dictionary from C rand()
Post: RE: crack hash with dictionary from C rand()

philsmd Wrote: (10-10-2020, 10:41 AM) -- you can use a pipe / stdin instead ( ./my_generator.bin | ./hashcat -m 0 -a 0 -O -w 4 hash.txt it's important that this (your) password candidate generator...
peduncle hashcat 2 6,021 10-10-2020, 03:41 PM
    Thread: crack hash with dictionary from C rand()
Post: crack hash with dictionary from C rand()

I have some md5 hashes of passwords created from C rand() function (as following example) void create_pass( char* randomString ) {     sizet_t i = 0;     size_t length = 28;     srand(32BIT_S...
peduncle hashcat 2 6,021 10-10-2020, 07:57 AM