- 12
- Messages
- 7
- Threads
-
0
- Rep
4 Years of Service
hi can anyone here dehash theses passwords for me cos i dont know
how to dehash them.
so if anyone here can please dehash theses passwords for me
to get the real passwords.
Hashed Password 0xD4F12F4EE21845D023A28F79423B5350F271B6AF
Hashed Password b1c45341472755ba09099ba97c43496cff36aed2
Hashed Password qfC6hMU8XvewvCTBspjfIw==
Hashed Password: 92b6589517cb30529d3e8af9098e8cd4d2821cea
Hashed Password 55480d91f24bf5f44bb6e5995719622ad33a404a
Hashed Password pbkdf2_sha256$20000$YjcCFEtMG1LI$mZhwCOtjsqtItN+o1jr3WglFNs6r5NokC82j6BIzOc8=
Hashed Password: 0x7A58BA1F9E5BF337EA242DA8E88B589247459AD5
Hashed Password: 0x8DF9953BD677C644303EC945545889F2418588B9
Hashed Password: 1db3eae0cf2f9aad87c26522fc601e53
Hashed Password: ed4030cd0cbd5cb14be48056c31dfcc371a3a36b
Hashed Password: 3373ce906c6c22c6c42508fc348a41c49601795c
Hashed Password: 1a624f547e9ca2e241311ee5777a45e610bd1a46
- 92
- Messages
- 6
- Threads
-
0
- Rep
4 Years of Service
Hashed Password 0xD4F12F4EE21845D023A28F79423B5350F271B6AF
0x isn't prt of the hash...
[+] SHA-1
[+] Double SHA-1
[+] RIPEMD-160
[+] Haval-160
[+] Tiger-160
[+] HAS-160
[+] LinkedIn
[+] Skein-256(160)
[+] Skein-512(160)
Hashed Password b1c45341472755ba09099ba97c43496cff36aed2
Hashed Password qfC6hMU8XvewvCTBspjfIw==
base64
echo "qfC6hMU8XvewvCTBspjfIw==" | base64 -d
�����<^���$����#
Hashed Password: 92b6589517cb30529d3e8af9098e8cd4d2821cea
Hashed Password 55480d91f24bf5f44bb6e5995719622ad33a404a
Hashed Password pbkdf2_sha256$20000$YjcCFEtMG1LI$mZhwCOtjsqtItN+o1jr3WglFNs6r5NokC82j6BIzOc8=
Probably hash+salt
First identify the hash just google hash identifier, you can use hashid as well. Next check out crackstation you can paste in the hashes and if they have been cracked before you will get a result. Make sure you have the actual password hash and salt (if present), I would suggest hashcat, maybe spin up a Google droplet if you don't have a good video card (Nvidia) they have some droplets with great resources.. btw bruteforcing passwords is 100% going to work, just the time frame like sometimes it might be when the sun burns out (5 billion years) before you may get a result.
Edit: It'd be nice to know where these came from, at some point you may have to use "helper" scripts to get the hashed passwd, as I look at it some don't look exactly correct.