how to do this auto
#1
hi,
new here, dont know coding
i want to do this with hashcat,

1. generate completely random hexadecimal string (64 characters long, just like sha256 hash)
2. then convert it to sha256 hash
3. then compare this to a list of hashes
4. it will reset, refresh and restart this process every few seconds based on user input (in seconds), unless a match is found. user input is required only once in beginning.

ex. user input 10 secs, it will then repeat this process every 10 secs unless match is found.
essence of this process is complete randomness every time.

is there a addon or plugin for this
Reply
#2
You can't use hashcat for that. Just make a python script instead.
But, what you're trying to achieve is almost impossible.
The keyspace is huge. 256^32. That will take eons. Litterally. You wouldn't even hit 1% of the keyspace within your lifetime. Meaning the chance of getting a hit is slim to none.
Reply
#3
maybe there is a very slim chance. 
but if hashes that i want to test against increase so chance become a little better.

can i put this request in developer forum?
i can even pay for addon or plugin of such type
Reply
#4
That's not the point of hashcat. But just use chatgpt, that can quickly create a script for you.
Reply