10-19-2016, 04:16 PM
See :
Quote:root@ht:~/hashcat# cat w1
hello
test
Quote:root@ht:~/hashcat# cat w2
apple
earth
Quote:root@ht:~/hashcat# ./hashcat w1 w2 -a 1 --stdout
helloapple
helloearth
testapple
testearth
Quote:root@ht:~/hashcat# ./hashcat w2 w1 -a 1 --stdout
applehello
earthhello
appletest
earthtest