Combinator attack witj -k rule
#2
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


Messages In This Thread
Combinator attack witj -k rule - by freeroute - 10-19-2016, 04:08 PM
RE: Combinator attack witj -k rule - by atom - 10-19-2016, 04:16 PM
RE: Combinator attack witj -k rule - by freeroute - 10-19-2016, 04:31 PM