g0tmi1k
g0tmi1k
Feel free to open up a pull request. Either all or say the top x amount.
SecList: > SecLists is the security tester's companion. It's a collection of multiple types of lists used during security assessments, collected in one place. If its used todo security assessments,...
please do open up a merge reqest
Love a PR!
A VERY dirty way of doing it: ``` cat infile | grep '[a-z]' | grep '[A-Z]' | grep '[0-9]' | grep '.\{8\}' | grep "[][\§\±\!\@\£\$\%\^\&\*\(\)\_\+\=\#\€\{\}\;\:\'\"\\\|\/\?\.\,\\`\~\-]" ```
``` $ tar -zxvf Passwords/Leaked-Databases/rockyou.txt.tar.gz -C Passwords/Leaked-Databases/ $ rm Passwords/Leaked-Databases/*-with*.txt $ cat Passwords/Leaked-Databases/*.txt | grep '[a-z]' | grep '[A-Z]' | grep '[0-9]' | grep '.\{8\}' | grep "[][\§\±\!\@\£\$\%\^\&\*\(\)\_\+\=\#\€\{\}\;\:\'\"\\\|\/\?\.\,\\`\~\-]" | sort...
Any feedback @akudiurov?
Is there a link to ISO 3166-1 for the source?
Please open up a pull request