Please ask questions ONLY in this topic.

Re: Please ask questions ONLY in this topic.

Post by Magnus Prime on Sun Dec 27, 2009 9:44 pm
([msg=32091]see Re: Please ask questions ONLY in this topic.[/msg])

Okay, I just got a MacBOok Pro, so I DONT want to download anything, regardless of who sas it's dangerous or not. Is there a way to do this WITHOUT a rainbow table, if so, please give a prod in the right direction (that wikipedia article just confused me, and ti didn't sa how to do it)
BTW I already got the hash.
Magnus Prime
New User
New User
 
Posts: 15
Joined: Sun Nov 29, 2009 9:42 pm
Blog: View Blog (0)


Another option for mac people...

Post by svlad on Mon Dec 28, 2009 3:43 pm
([msg=32154]see Another option for mac people...[/msg])

Okay I have a mac and I worked out a way to crack the hash...

There's an app called "mdcrack" that was mentioned on this forum much much earlier... I found a version of the source code and managed to compile it under Mac OS X (10.5, haven't upgraded to Snow Leopard yet but I can't imagine it would work any differently)

This presents another fun challenge: it doesn't compile out of the box so you have to change a bit of the C code to make it compile. As this isn't really part of the hack I'll give some huge hints: you have to include stdlib.h in most of the .c files (all of the ones with compile errors) and change some of the variable declarations to not use "register" variables. (The coders were sloppy and used register variables but then tried to assign values to them, which is a no-no)

If you have a little bit of C coding experience you should be able to work it out in a few minutes. Then compile it up, set the RESUME_FILE env var to the same as the one in the Makefile, then you can run it (using the correct hash algorithm of course)... it only takes a few seconds to find the password given the right hash.

It's pretty amazing really, it has made me think twice about what hash algorithms I use in my development! I knew there was a flaw in those algos but not that it could be cracked so easily.

happy hacking! and thanks to the HTS people for giving us a fun way to spend our christmas holidays :-)
svlad
New User
New User
 
Posts: 1
Joined: Mon Dec 28, 2009 3:34 pm
Blog: View Blog (0)


AHHH

Post by CrazyTiger on Mon Dec 28, 2009 3:47 pm
([msg=32155]see AHHH[/msg])

This one was super easy after I figured out I wasn't logged in!!! Wasted a whole hour trying to figure out why I couldn't view the page.

tip: hash file is irrelevent && Cain is your friend!
User avatar
CrazyTiger
New User
New User
 
Posts: 2
Joined: Sun Dec 27, 2009 8:52 pm
Blog: View Blog (0)


Re: AHHH

Post by battlebball on Tue Dec 29, 2009 8:04 pm
([msg=32299]see Re: AHHH[/msg])

CrazyTiger wrote:This one was super easy after I figured out I wasn't logged in!!! Wasted a whole hour trying to figure out why I couldn't view the page.

tip: hash file is irrelevent && Cain is your friend!


haha, the same thing happened to me when I was trying js injection... it said reauth_required or something, and I'm like wtf...

Finished this fairly quick, and I came on here to ask about that hash file... I didn't know if there was an alternative way to do this one with that file? Can someone tell me what it is? I downloaded it, but don't really know what it was even there for.

another tip: make sure you use right hash type in Cain
battlebball
New User
New User
 
Posts: 9
Joined: Mon Dec 28, 2009 9:43 pm
Blog: View Blog (0)


Re: Please ask questions ONLY in this topic.

Post by msbachman on Wed Dec 30, 2009 11:46 pm
([msg=32413]see Re: Please ask questions ONLY in this topic.[/msg])

Like the person above said, make sure you're using the right hash type.

All in all, HTS must be sinking in, because I tried this months back to no avail, only to return to it and solve it in about 10 minutes. Most of that time was restarting into Vista so I could use Cain. Cain cracked it in about half a second.

It's cake. If you're having problems finding where the hashes are stored, think back to like basic one (i.e. idiot test) and hunt for where they might be in the source.
"I'm going to get into your sister. I'm going to get my hands on your daughter."
~Gatito
User avatar
msbachman
Contributor
Contributor
 
Posts: 689
Joined: Mon Jan 12, 2009 10:22 pm
Location: In the sky lol
Blog: View Blog (0)


Re: Please ask questions ONLY in this topic.

Post by jakibaki on Sun Jan 10, 2010 8:27 am
([msg=33139]see Re: Please ask questions ONLY in this topic.[/msg])

Hi,
I did this mission with your help here, but is there a way to get the information to use [removed]out of the code? Or is it just trial&error?

[Mod Edit: ELJONTO]
jakibaki
New User
New User
 
Posts: 1
Joined: Sun Jan 10, 2010 7:17 am
Blog: View Blog (0)


Re: Please ask questions ONLY in this topic.

Post by eljonto on Sun Jan 10, 2010 6:14 pm
([msg=33176]see Re: Please ask questions ONLY in this topic.[/msg])

jakibaki wrote:Hi,
I did this mission with your help here, but is there a way to get the information to use [removed]out of the code? Or is it just trial&error?

[Mod Edit: ELJONTO]


No, in the mission description it mentions the site's age, leaving only that hash type as a possibility.
-Quis custodiet ipsos custodes?, Juvenal
_________________________________________________________________
User avatar
eljonto
Poster
Poster
 
Posts: 375
Joined: Thu Apr 17, 2008 1:16 am
Location: Australia
Blog: View Blog (0)


Re: Please ask questions ONLY in this topic.

Post by pseudostate on Tue Jan 12, 2010 6:23 pm
([msg=33285]see Re: Please ask questions ONLY in this topic.[/msg])

Unrelated to mission, but I've got Eset Nod32 and if its enabled it quarantines john the ripper exe file, anyone have any way around this other than turning off the virus scanner?
pseudostate
New User
New User
 
Posts: 5
Joined: Sun Jan 10, 2010 11:49 pm
Blog: View Blog (0)


Re: Please ask questions ONLY in this topic.

Post by sanddbox on Tue Jan 12, 2010 6:50 pm
([msg=33287]see Re: Please ask questions ONLY in this topic.[/msg])

pseudostate wrote:Unrelated to mission, but I've got Eset Nod32 and if its enabled it quarantines john the ripper exe file, anyone have any way around this other than turning off the virus scanner?


Uninstall it.

Antivirus is far worse than a virus.
Image

HTS User Composition:
95% Male
4.98% Female
.01% Monica
.01% Goat
User avatar
sanddbox
Expert
Expert
 
Posts: 2354
Joined: Sat Jul 04, 2009 5:20 pm
Blog: View Blog (0)


Re: Please ask questions ONLY in this topic.

Post by avip04 on Sat Jan 30, 2010 6:27 am
([msg=34121]see Re: Please ask questions ONLY in this topic.[/msg])

Done with the mission... rele simple, once i got the hash [frm d*r**t*r*]... but hw do i get hash by stealin cookies [searchd some cookies i got 4m usin Tamper Data bt i don find any similiar hex value]... n wht do i do wit d h***h file [can't load it on cain]...

is ther by any other possible way i can complete this again... :ugeek: thnkx ppl...
avip04
New User
New User
 
Posts: 7
Joined: Thu Jan 28, 2010 11:25 am
Blog: View Blog (0)


PreviousNext

Return to (Real 5) Damn Telemarketers!

Who is online

Users browsing this forum: No registered users and 0 guests