School
#1
Heart 
Hi everyone!

Last week, a lot of students in my summer computer science club were really interested in password cracking when I showed them there are a lot of people trying to crack those Satoshi's treasures in a topic about bitcoin. Next week, I plan to teach them more about how this process works, I want to show them how different a hash can be when the password only change 1 or 2 characters. So, is there any way I can show the hashes while brute-forcing or dump all the generated hashes to a text file ? Don't worry, I'm just gonna run brute force with one ?a mask.

For example, this hash of the password "1"

•$bitcoin$64$88363984b337eac6e8e7e4d075e9a6754798c1c1902de7a049b77cb011d6194e$16$088fafa6f4864813$285086$2$00$2$00•
Brute force with mask : ?a

Show all generated hashes OR dump them to a txt file, like
0 : $bitcoin$64$.....
1 : $bitcoin$64$.....
2 : $bitcoin$64$.....
a : $bitcoin$64$.....
b : $bitcoin$64$.....
c : $bitcoin$64$.....

Something like that, I don't know, I'm not good at this.
I hope you guys can help, thank you !
Reply


Messages In This Thread
School - by YungGravy - 07-21-2022, 10:10 PM
RE: School - by drsnooker - 07-22-2022, 10:53 AM
RE: School - by Snoopy - 07-22-2022, 01:59 PM