mirror of
https://github.com/danielmiessler/SecLists.git
synced 2026-07-21 13:14:08 +00:00
a65f6bd665
$ 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.