02-23-2021, 12:54 PM
(02-23-2021, 10:13 AM)ZerBea Wrote: I don't think cut is multi threaded.
BTW:
Running cut -d ':' -f 1 e.g. within a script isn't a good idea, because the delimiter could be different (if an ESSID is included):
PMK * ESSID : PSK
PMK : PSK
In every case, the PMK is first and 64 hex characters in size, so -c -64 is more universal.
hmm lost you there so what should the cut command be ? Also why are you saying running within a script ? I'm not feeding the list directly btw I created a new wordlist out of the cut and then ran hashcat on that. The way wlangen made the PMK was PMKSK so if you remove everything after the : you're good no ? Or should I not be making assumptions like that ?