Waraxe IT Security Portal
Login or Register
July 27, 2024
Menu
Home
Logout
Discussions
Forums
Members List
IRC chat
Tools
Base64 coder
MD5 hash
CRC32 checksum
ROT13 coder
SHA-1 hash
URL-decoder
Sql Char Encoder
Affiliates
y3dips ITsec
Md5 Cracker
User Manuals
AlbumNow
Content
Content
Sections
FAQ
Top
Info
Feedback
Recommend Us
Search
Journal
Your Account
User Info
Welcome, Anonymous
Nickname
Password
(Register)

Membership:
Latest: MichaelSnaRe
New Today: 0
New Yesterday: 0
Overall: 9144

People Online:
Visitors: 226
Members: 0
Total: 226
Full disclosure
CyberDanube Security Research 20240722-0 | Multiple Vulnerabilities in Perten/PerkinElmer ProcessPlus
[KIS-2024-06] XenForo <= 2.2.15 (Template System) Remote Code Execution Vulnerability
[KIS-2024-05] XenForo <= 2.2.15 (Widget::actionSave) Cross-Site Request Forgery Vulnerability
CVE-2024-33326
CVE-2024-33327
CVE-2024-33328
CVE-2024-33329
CyberDanube Security Research 20240703-0 | Authenticated Command Injection in Helmholz Industrial Router REX100
SEC Consult SA-20240627-0 :: Local Privilege Escalation via MSI installer in SoftMaker Office / FreeOffice
SEC Consult SA-20240626-0 :: Multiple Vulnerabilities in Siemens Power Automation Products
Novel DoS Vulnerability Affecting WebRTC Media Servers
APPLE-SA-06-25-2024-1 AirPods Firmware Update 6A326, AirPods Firmware Update 6F8, and Beats Firmware Update 6F8
40 vulnerabilities in Toshiba Multi-Function Printers
17 vulnerabilities in Sharp Multi-Function Printers
SEC Consult SA-20240624-0 :: Multiple Vulnerabilities allowing complete bypass in Faronics WINSelect (Standard + Enterprise)
Log in Register Forum FAQ Memberlist Search
IT Security and Insecurity Portal

www.waraxe.us Forum Index -> All other hashes -> ntlm hash help/solve Goto page 1, 2Next
Post new topicReply to topic View previous topic :: View next topic
ntlm hash help/solve
PostPosted: Sat Nov 24, 2007 4:16 am Reply with quote
Harq
Regular user
Regular user
Joined: Nov 24, 2007
Posts: 8




A friend of mine recently lost their password for Vista so I tried solving it with Ophcrack to discover that I needed nt tables

I got the following hash dump, can anyone solve it please? (Sorry, I don't know what is what in this)

Garrett:1000:aad3b435b51404eeaad3b435b51404ee:05b073daa9c1b3b909ff5ae2e4604bb5:::
View user's profile Send private message
Re: ntlm hash help/solve
PostPosted: Sat Nov 24, 2007 4:39 am Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Harq wrote:
A friend of mine recently lost their password for Vista so I tried solving it with Ophcrack to discover that I needed nt tables

I got the following hash dump, can anyone solve it please? (Sorry, I don't know what is what in this)

Garrett:1000:aad3b435b51404eeaad3b435b51404ee:05b073daa9c1b3b909ff5ae2e4604bb5:::


It took more time to enter this hash to Cain, then to crack it:

Code:

Plaintext of 05b073daa9c1b3b909ff5ae2e4604bb5 is 4321
Attack stopped!
1 of 1 hashes cracked


Wink
View user's profile Send private message Send e-mail Visit poster's website
Re: ntlm hash help/solve
PostPosted: Sat Nov 24, 2007 5:04 am Reply with quote
Harq
Regular user
Regular user
Joined: Nov 24, 2007
Posts: 8




waraxe wrote:
Harq wrote:
A friend of mine recently lost their password for Vista so I tried solving it with Ophcrack to discover that I needed nt tables

I got the following hash dump, can anyone solve it please? (Sorry, I don't know what is what in this)

Garrett:1000:aad3b435b51404eeaad3b435b51404ee:05b073daa9c1b3b909ff5ae2e4604bb5:::


It took more time to enter this hash to Cain, then to crack it:

Code:

Plaintext of 05b073daa9c1b3b909ff5ae2e4604bb5 is 4321
Attack stopped!
1 of 1 hashes cracked


Wink


Surprised

OK, I doubt that is the password so I have a questions about ophcrack and vista:

1. When I opened it it had 4 or so different ?drives? that I could choose. The first one said it contained no valid hashes and the second one is the once that I got these hashes off, so I did not go any further. So the question is: Can/how can I get the actual password hashes from Vista with an ophcrack live cd?

Thanks! Smile
View user's profile Send private message
PostPosted: Sat Nov 24, 2007 5:30 am Reply with quote
sk8er
Advanced user
Advanced user
Joined: May 09, 2005
Posts: 64




How is it going?
Would you tell me like achieved that hash?
Thank you very much
View user's profile Send private message Send e-mail MSN Messenger
PostPosted: Sat Nov 24, 2007 4:15 pm Reply with quote
Harq
Regular user
Regular user
Joined: Nov 24, 2007
Posts: 8




Oh. My. God. That was the password...

Thankyou, we would have never found it by guessing Shocked

OK, since my last question was wrong: How do you import hashes into Cain and Abel with text files?
View user's profile Send private message
PostPosted: Sat Nov 24, 2007 6:19 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




First take that data line

Garrett:1000:aad3b435b51404eeaad3b435b51404ee:05b073daa9c1b3b909ff5ae2e4604bb5:::

... and put in text file. And then "Add NT Hashes from" --> "Import Hashes from a text file"

And then crack as "NTLM Hashes". And of course, IF password is good, THEN you can't crack it!

That's all Smile


To sk8er:

Windows PC, including Windows Vista, stores login username and password hash in Hard Disk.
If your PC is running and you have admin level rights in Windows, then by using right
software you can fetch those password hashes (NTLM hashes) from windows SAM storage and
try to crack them later in order to obtain plain text passwords.
Another possibility is to bypass Windows protective security measures and steal hashes directly
from Hard Drive. There are several possibilities:

1. You can take HDD from victim PC and put it to another PC and then fetch SAM with hashes.
This is typical scenario, when you take your broken PC to repair shop Smile

2. If there is more than one operating system on PC (dual-boot or multi-boot), then maybe
you can access windows SAM from another operating system (Linux for example).
This is typical scenario for school computer classes, where dual-booted PC-s are common.

3. If you can boot PC from CD, DVD or Flash Memory, then you can use your favourite
Recovery Bootdisk or any other bootable Linux distro and then read SAM from HDD.

And finally - IF you got password hashes and IF password(s) are not strong enough,
then you MAY BE able to crack them and reveal original password in plain text.
And this is good start for social engineering - because people tend to use same or similar
passwords in other places too - email accounts, etc.
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Sun Nov 25, 2007 5:47 am Reply with quote
sk8er
Advanced user
Advanced user
Joined: May 09, 2005
Posts: 64




Then than in windows , The secret this in obtaining the SAM ???

They would be able to use programs here like, SAM INSIDE ???

Say me anything, exists clearly visible difference between the kind of HASH between winXP and winVista???


salu2 and Thank you very much
View user's profile Send private message Send e-mail MSN Messenger
PostPosted: Sun Nov 25, 2007 6:55 pm Reply with quote
Harq
Regular user
Regular user
Joined: Nov 24, 2007
Posts: 8




sk8er wrote:
Then than in windows , The secret this in obtaining the SAM ???

They would be able to use programs here like, SAM INSIDE ???

Say me anything, exists clearly visible difference between the kind of HASH between winXP and winVista???


salu2 and Thank you very much


I used the ophcrack live cd, they have an option to automatically dump the hashes and also you can then dump them as a text file to a flash drive.

On XP they are usually stored as LM hashes, for Vista the default is NTLM hashes (harder to crack, and the Ophcrack livecd has tables for LM hashes)
View user's profile Send private message
PostPosted: Sun Nov 25, 2007 7:05 pm Reply with quote
sk8er
Advanced user
Advanced user
Joined: May 09, 2005
Posts: 64




I can fire that one "Live cd " , In a memory USB ????

salu2 and thank very much Smile
View user's profile Send private message Send e-mail MSN Messenger
PostPosted: Sun Nov 25, 2007 8:29 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




sk8er wrote:
I can fire that one "Live cd " , In a memory USB ????

salu2 and thank very much Smile


Download ISO:

http://sourceforge.net/project/showfiles.php?group_id=133599&package_id=167699

and then burn it to CD. Then put it to computer and try to boot from CD. Maybe you need change BIOS settings for this though ... Smile
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Mon Nov 26, 2007 6:21 am Reply with quote
sk8er
Advanced user
Advanced user
Joined: May 09, 2005
Posts: 64




Very well, I asked the one belonging to memory USB, why I would be showier to use the USB that to have that to open the reader of the CD and all of it.

Thank you very much for orientation
View user's profile Send private message Send e-mail MSN Messenger
PostPosted: Fri Nov 30, 2007 2:21 pm Reply with quote
dimension11
Regular user
Regular user
Joined: Nov 30, 2007
Posts: 5




Hi,

What happens there is a password, but the hash reads blank? Meaning the LM hash is not stored right? How would I retrieve the password then? For example if the password is longer than 14chars..

thanks
View user's profile Send private message
PostPosted: Fri Nov 30, 2007 3:14 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




If LM hash is empty, then get NTLM hash and try to crack it ...
View user's profile Send private message Send e-mail Visit poster's website
PostPosted: Fri Nov 30, 2007 6:50 pm Reply with quote
dimension11
Regular user
Regular user
Joined: Nov 30, 2007
Posts: 5




How would I get the NTLM hash ? I tried pwdump6 and it returned the same result.
View user's profile Send private message
PostPosted: Fri Nov 30, 2007 11:09 pm Reply with quote
waraxe
Site admin
Site admin
Joined: May 11, 2004
Posts: 2407
Location: Estonia, Tartu




Try other software then ...
View user's profile Send private message Send e-mail Visit poster's website
ntlm hash help/solve
www.waraxe.us Forum Index -> All other hashes
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT
Page 1 of 2
Goto page 1, 2Next
Post new topicReply to topic


Powered by phpBB © 2001-2008 phpBB Group



Space Raider game for Android, free download - Space Raider gameplay video - Zone Raider mobile games
All logos and trademarks in this site are property of their respective owner. The comments and posts are property of their posters, all the rest (c) 2004-2024 Janek Vind "waraxe"
Page Generation: 0.233 Seconds