





A tip for everyone:
You program has to deal with veeeeeery high numbers. My program could not crack the hash first, because the numbers are too high to calculate.

ganglionx wrote:I wrote a program for this and after 5 hours of brute-forcing I finally got the password (39 characters)I really got authenticated in the batch script and saw "You have been authenticated. Welcome aboard!". So I posted this solution but it wasn't accepted
Any hints
GuGaBoY wrote:Excellent mission, congrats to those who created it<br>It's a good intro to hashes and programming bruteforcers<br><br><br>Those who are trying to solve it in C/C++ : double variables will work fineA tip for everyone:<br>You program has to deal with veeeeeery high numbers. My program could not crack the hash first, because the numbers are too high to calculate.





dsurge wrote:not sure if i'm on the right track or not... but my answer is well over 1000 characters long<br><br>it works in the batch script, but doesnt get accepted for the mission<br><br>i feel like the acceptable answer is simpler to get. idk




mutants_r_us_guild wrote:dsurge wrote:not sure if i'm on the right track or not... but my answer is well over 1000 characters long<br><br>it works in the batch script, but doesnt get accepted for the mission<br><br>i feel like the acceptable answer is simpler to get. idk
You are having the same problem as ganglionx. The reason you pass works is that even though its not the pass... once it wraps, it becomes equal to the same hash as the pass.

dsurge wrote:<br><br>i recursively wrapped them intentionally until it hit the number. so... i'm guessing there is a way to do it without wrapping?mutants_r_us_guild wrote:<br><br>You are having the same problem as ganglionx. The reason you pass works is that even though its not the pass... once it wraps, it becomes equal to the same hash as the pass.dsurge wrote:not sure if i'm on the right track or not... but my answer is well over 1000 characters long<br><br>it works in the batch script, but doesnt get accepted for the mission<br><br>i feel like the acceptable answer is simpler to get. idk




mutants_r_us_guild wrote:well.. yes and no.You are supposed to take the hash and "un"-wrap it. Read my article on the mission for a better explanation. Either way.. the passes work, and hopefully i can get confirmation from anonhacker soon. Then we'll work on a fix. I might have to do it myself though.
My article: http://www.hackthissite.org/articles/read/1022/

Users browsing this forum: No registered users and 0 guests