wpa2-wordlists icon indicating copy to clipboard operation
wpa2-wordlists copied to clipboard

Some of the list is less than 8

Open patriotzhou opened this issue 6 years ago • 3 comments

WPA password is more than 8

patriotzhou avatar Dec 10 '17 05:12 patriotzhou

Better late than never!

awk '// {if(length($0) >= 8) print($0)}' wordlist.txt > newfile.txt

Will filter all lines in wordlist.txt that's less that 8 characters and output the lines longer that 8 characters to newfile.txt.

svc-user avatar Apr 16 '19 05:04 svc-user

I try..tx

roneychan avatar Apr 16 '19 05:04 roneychan

someone wanna submit a PR if they get this to work?

noahbjohnson avatar Apr 16 '19 17:04 noahbjohnson