We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WPA password is more than 8
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
someone wanna submit a PR if they get this to work?
No branches or pull requests
WPA password is more than 8
The text was updated successfully, but these errors were encountered: