Hello
i have two files both ~1m
one is email:hash and the other is hash:cleartext
how can i match and merge into another file? i remember there was a combotool way back in the day that did this. anyone have suggestions?
e.g.
email:hash file:
chris.potter@Bell.ca:ev.dTpKuEk1Mk [email protected]:ev.Gz8ua8NvSo [email protected]:ev.IkioasfHKk waynez@Mailinator.com:ev.pVVW0Sarls [email protected]:ev.qIZyEcNbRU [email protected]:ev.T32LLa7JJA [email protected]:ev.U4bYDPRaaE
hash:cleartext file:
ev.dTpKuEk1Mk:snowboar ev.Gz8ua8NvSo:jim471 ev.IkioasfHKk:ryann11 ev.pVVW0Sarls:wayne9 ev.qIZyEcNbRU:share2bi ev.T32LLa7JJA:u2rocks ev.U4bYDPRaaE:redsox61
desired output:
chris.potter@Bell.ca:snowboar [email protected]:jim471 [email protected]:ryann11 waynez@Mailinator.com:wayne9 [email protected]:share2bi [email protected]:u2rocks [email protected]:redsox61
note: they're sorted, but there's ~1.2M email:hash and only 1.1M hash:cleartext so some will not be matched
EDIT:
Figured it out, for anyone who needs this in future - two methods:
https://www.nulled.t...ashed-password/
or
use AIOHNB utils. (really buggy/slow/wont handle larger files)
Edited by Cheezitz123, 05 January 2020 - 11:52 PM.