how to obtain hashes

No explicit questions like "how do I hack xxx.com" please!
Post Reply
User avatar
moudy
Technology Enthusiast
Technology Enthusiast
Posts: 688
Joined: 10 Feb 2009, 17:00
15
Location: Beirut, Lebanon

how to obtain hashes

Post by moudy »

hello every one
i was reading alot on the forums the word hashed password, i did some googeling and figured out more about this issue, like salting and stuff...
my question is, how exactly could hashes be figured out ? is breaking into a website's server the only way ? or there are other ways ?
i was wondering if packet sniffers have any role in this; coz im focusing my learning experience in such stuff.
Thanks for any info :D
mahmoud_shihab@hotmail.com

User avatar
computathug
Administrator
Administrator
Posts: 2693
Joined: 29 Mar 2007, 16:00
17
Location: UK
Contact:

Post by computathug »

OK so you see the point of hashes....

Now there are different types of hashes as we know but look at the like a house.

We have a house that's open....no password
House that's locked .... password
House with a burglar alarm... hashed password
House with alarm and alarm and movement and heat sensors etc etc .......salted password.

The more we discover the more we learn 8)

User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
19
Location: In your eye floaters.
Contact:

Post by bad_brain »

well, you don't need to "break in" to a server, SQL injection for example is often used to retrieve password hashes, it is done with a little script or even trhough a browser request...of course there have to be a security flaw on the website that can be exploited.
take a look here:
http://en.wikipedia.org/wiki/SQL_injection

:wink:

User avatar
moudy
Technology Enthusiast
Technology Enthusiast
Posts: 688
Joined: 10 Feb 2009, 17:00
15
Location: Beirut, Lebanon

Post by moudy »

hehe nice description computathug :lol:
Thanks alot for the data B_B. I gauss now i have to learn some PHP and stuff...
mahmoud_shihab@hotmail.com

Post Reply