hashcat Forum
Hybrid Attack? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: Hybrid Attack? (/thread-4805.html)



Hybrid Attack? - SmnFz - 11-11-2015

whats the difference between these 2 attacks? the above is the hybrid attack and the second is the combination attack


$ ... -a 6 password.txt ?d?l?d?l


$ ... -a 1 password.txt ?d?l?d?l

both seems to work, and the result also seems to be identical.. or am i wrong


RE: Hybrid Attack? - epixoip - 11-11-2015

Nope, you're wrong. "-a 1 password.txt ?d?l?d?l" wouldn't do anything unless you actually had a file named "?d?l?d?l", and it would only be the same as "-a 6 password.txt ?d?l?d?l" if the file had all of the combinations of ?d?l?d?l in it.