![]() |
|
[Question] How do you guys view passwords in database dumps! - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.ly/Forum-Website-Server-Hacking) +--- Thread: [Question] How do you guys view passwords in database dumps! (/Thread-Question-How-do-you-guys-view-passwords-in-database-dumps) |
[Question] How do you guys view passwords in database dumps! - CyberGhost - 08-23-2018 I know it's a silly question to ask here but i don't know how to view passwords in database dumps since it's always in hash, so how do you guys view for passwords in database dumps? RE: [Question] How do you guys view passwords in database dumps! - Vultra - 08-23-2018 Some dumps have been de-hashed or, some that isn't which then, you need to figure what hash is the password in, if MD5, you can just get a list and let the de-hashing begin. RE: [Question] How do you guys view passwords in database dumps! - CyberGhost - 08-23-2018 (08-23-2018, 06:39 AM)MimiE Wrote: Some dumps have been de-hashed or, some that isn't which then, you need to figure what hash is the password in, if MD5, you can just get a list and let the de-hashing begin. i have hashed dumps in my HDD can you please link me to the thread/post in this forum where i can get de-hashed dumps? and yeah passwords are in md5 format according to https://www.tunnelsup.com/hash-analyzer/ I tried to de-hash(using https://hashkiller.co.uk/md5-decrypter.aspx) the small list of hash like this: ![]() but i cannot get this, what is it? paradon but i'm completely newbie in this stuff
RE: [Question] How do you guys view passwords in database dumps! - tschaikowsky - 08-23-2018 (08-23-2018, 07:20 AM)CyberGhost Wrote: but i cannot get this, what is it? if the passwords are hashed, you have to decrypt/de-hash it for ya self, most of the cracked hashed passwords are not public available |