Skip to content
New issue

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

Some of the list is less than 8 #1

Open
patriotzhou opened this issue Dec 10, 2017 · 3 comments
Open

Some of the list is less than 8 #1

patriotzhou opened this issue Dec 10, 2017 · 3 comments

Comments

@patriotzhou
Copy link

WPA password is more than 8

@svc-user
Copy link

svc-user commented Apr 16, 2019

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.

@roneychan
Copy link

roneychan commented Apr 16, 2019 via email

@noahbjohnson
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants