How to use dictionary input but first convert to sha256
#2
what the fuck did i just read?

edit: try
Code:
xargs -I_ sh -c 'echo -n "_" | sha256sum' <<(cat wordlist) | cut -d\  -f1


Messages In This Thread
RE: How to use dictionary input but first convert to sha256 - by undeath - 10-15-2014, 02:51 PM