
Hard
Live
Headline
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
You'll need Brute Force to solve this. Knowing Python should help too. Oh! And Base64 encryption of course! Find the flag!
https://mega.nz/#!vf43RCyC!NNpuYjB3d-gevhsHXefwAAAmzk4tJHxUZr0GnrSDI_c Hash: e82a4b4a0386d5232d52337f36d2ab73
michaelmichael
Pretty easy once you crack the hash...
PFessORx
All time i like to do Brute Force attack. I love this One :)
SeeTeeEff
Be Aware: if you are computing a list of hashes using a loop in bash, "echo" will give you different results to "printf" just in case you finished the range and didn't find a match
Rivit
It might be because echo adds newline character at the end of input. Specify the -n option to prevent this ;)
SeeTeeEff
is the string base64 encoded and then hashed?? bruteforced the hash without base64 and didn't get a hit....
pr0ctf
A long challenge. But points are worth!
Londek
[REDACTED] This comment is only shown to users who have solved this challenge.
Celebrity
I cannot brute force this hash , any hints?
IT_Oracle
Fun challenge! Many ways to solve the problems presented. ^-^
Marcek123
good one!