mirror of
https://github.com/danielmiessler/SecLists.git
synced 2025-06-10 02:04:58 +00:00

$ for x in $( find . -type f ); do iconv -f utf-8 -t utf-8 -c ${x} | sed '/^$/d' > tmp; mv tmp ${x}; done
The Usernames directory will hold a number of username lists that can be used by multiple tools when attempting to guess credentials for a given targeted service.