I want to output all the cracked hash and email with IP address.
For example i have this for cracking
but after cracking this i want to output only the cracked hash with all the line for example
I don't want to output the uncracked hash or it's entire line
how can i achieve this.
For example i have this for cracking
Code:
XXXXX cbecfde42ea890a56a236XXXXXXXXX o~?L^t8SXFN7}6Q"V=yYoU29x9i*-G XXXXXXmail@XXXX.com 218.XX.217.XXX
but after cracking this i want to output only the cracked hash with all the line for example
Code:
XXXXX mypassword XXXXXXmail@XXXX.com 218.XX.217.XXX
I don't want to output the uncracked hash or it's entire line
how can i achieve this.