Extract all passwords from potfile
#2
perl -ne 'chomp; my @x=split ":"; print $x[-1], "\n";' hashcat.potfile > wordlist.txt

Then you can use wordlist.txt as wordlist
Reply


Messages In This Thread
Extract all passwords from potfile - by Stella - 02-16-2019, 06:04 AM
RE: Extract all passwords from potfile - by atom - 02-16-2019, 10:53 AM