how to read wordlist with separator :
#6
if you really need both, you could just replace the : with new lines:
Code:
sed 's/:/\n/' user_word.txt > all.txt

undeath edit: ok, you win
Reply


Messages In This Thread
RE: how to read wordlist with separator : - by philsmd - 07-23-2019, 08:07 PM