what the fuck did i just read?
edit: try
edit: try
Code:
xargs -I_ sh -c 'echo -n "_" | sha256sum' <<(cat wordlist) | cut -d\ -f1
How to use dictionary input but first convert to sha256
|
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to use dictionary input but first convert to sha256 - by dubmaniac - 10-15-2014, 01:48 PM
RE: How to use dictionary input but first convert to sha256 - by undeath - 10-15-2014, 02:51 PM
|