Hi all members,
Today I am going to explain how to Create Combo list (Email/User:Password) after dehashing of passwords
Used programs: Notepad++ & Microsoft Excel [or any similar tools]
Note: You can try to apply the steps on a list contains not many Combos to understand the idea, then apply it to any list of any size
If you got a combo list contains Hashed passwords as follows
franz1108@pruned_24245306.de:bcec3099bc9301ab69e21f773c197107 don-don@pruned_24245306.de:0b8e4af8c9b727f011c20a37def2ed55 scout48.1962@pruned_24245306.de:17f6d391a7d3b96d39878e014dd3223c konstantinruhe@pruned_24245306.de:cb56c762ea04bc6fcfe2e48177ca64dc rudzki@pruned_24245306.de:3ed374b5c5c09c90b3cf106cd592cfec defender216b@pruned_24245306.de:430e6d0d89ce11fd71190091281d4d25 steven.rosado1@pruned_24245306.de:ee324c7fe4c8b8aa6bb84af3475a3919 lilfreaky1@pruned_24245306.de:0051d175b6af8d3a2150bbcf638dc400 a.kloep@pruned_24245306.de:1ea9ef7aa1cf2baaac6e1dcf823097a6 angiekruemel@pruned_24245306.de:17f90104bc31d6dd7e1a1459ca083da0 sael.1@pruned_24245306.de:a3132efbeaace22c03ff932ae68221d4 ayjam@pruned_24245306.de:73b3d2eafe66efca9aadf302ad870cf0 mirjam.k2@pruned_24245306.de:5cf03f28236ac5f74a5a8abe661873a8 kol.kaja@pruned_24245306.de:8aad30231b6a33ee0278137ec43e347c jam-fashion@pruned_24245306.de:d36bc46a31b5bb7a8d3eace4cef95ed9 mike2040@pruned_24245306.de:929866e07678a935c45e23f6bc6af4fd and.xs@pruned_24245306.de:b40c7cf9a47559b993a8432e88264565 jens.zimmer1@pruned_24245306.de:96b012bd75a1e8bc29023e9afe2b72b4 slashwild@pruned_24245306.de:83423c68c68e6fdfb4fe3ea05423d1f5 timklinker@pruned_24245306.de:898954824251d19f95e04ca8c0577f53
You can get the passwords dehashed by copying hashed passwords only to the online service http://finder.insidepro.com/
To extract passwords only:
Open Notepad++, create a new blank page, Copy and Paste all the content (Emails:Hashed Passwords)
Then run the following as in the following image:
Ctrl+f > Replace > Find what: '^(.*):(.*)$' Replace with: '\2' Check Regular expressions > Replace All
Now, Copy Hashed-Passwords list and go to http://finder.insidepro.com/ and start dehashing of passwords
The result should look like the following
0051d175b6af8d3a2150bbcf638dc400:rifubuxa 0b8e4af8c9b727f011c20a37def2ed55:hasie01 17f6d391a7d3b96d39878e014dd3223c:gapibeke 17f90104bc31d6dd7e1a1459ca083da0:deseree 1ea9ef7aa1cf2baaac6e1dcf823097a6:wivypyxy 430e6d0d89ce11fd71190091281d4d25:214DE66 5cf03f28236ac5f74a5a8abe661873a8:nowymino 73b3d2eafe66efca9aadf302ad870cf0:dehorogu 83423c68c68e6fdfb4fe3ea05423d1f5:hamokiru 898954824251d19f95e04ca8c0577f53:tixuruju 8aad30231b6a33ee0278137ec43e347c:xycyxuca 929866e07678a935c45e23f6bc6af4fd:wytakugi 96b012bd75a1e8bc29023e9afe2b72b4:qydejuky a3132efbeaace22c03ff932ae68221d4:japasoxu b40c7cf9a47559b993a8432e88264565:Bremen11 bcec3099bc9301ab69e21f773c197107:cuvenure cb56c762ea04bc6fcfe2e48177ca64dc:dusomabi d36bc46a31b5bb7a8d3eace4cef95ed9:jamfashion ee324c7fe4c8b8aa6bb84af3475a3919:ligokoty
Now copy the generated list to a new blank page in Notepad++
Copy the original combo list (Email/User:Hashed-Password) to a new page as well
Run the following once for each page
Ctrl+f > Replace > Find what: ':' Replace with: '\t' Check Regular expressions > Replace All
Ctrl+f > Replace > Find what: ':' Replace with: '\t' Check Regular expressions > Replace All
Now go to Excel, Start a new Spreadsheet
1. Copy hashed data to the first cell of the first column to generate two columns, the fist has the Emails/Users, the second has the hashed passwords
2. Copy dehashed data to the first cell of the third column to generate two columns, the third has the hashed passwords, the fourth has the plain text passwords
3. First mark the first and second column
Click Data tab, Sort, Sort by: Column that include Hashes (Column B )
Then (do the same for the third and fourth columns)
mark the third and fourth column
Click Data tab, Sort, Sort by: Column that include Hashes (Column C )
After that you have to manually delete Not dehashed rows from Columns A and B only so that both second column ( Column B ) and the third column ( Column C ) match each other, as follows
4. Mark cells that contain Combos that were not dehashed as in the previous image
5. Right Click, Delete, Shift cells up, OK
6. Mark Columns include hashed passwords, Right Click, Delete
7. Now, copy the two columns (Emails:Passwords) to a new tab of Notepad++
8.
Ctrl+f > Replace > Find what: '\t' Replace with: ':' Check Regular expressions > Replace All
Ctrl+f > Replace > Find what: '\t' Replace with: ':' Check Regular expressions > Replace All
Now you got a Combo list (Email:Password)
Good Luck
Edited by autinny, 03 December 2017 - 04:59 PM.