Advanced combination attack rule
#5
(04-06-2018, 09:30 AM)undeath Wrote: put all words in one dict and use combinator3 from hashcat-utils
Hi...
if Put in a dictionary, the volume will be 10 times larger, which is not a good rule.

Good rules should be pertinent

For example, there are multiple combinations below. It is efficient to transform files to different locations attack

Code:
./combinator.binĀ file1 file2 file3
Code:
combinator
file1 file2 file3
file1 file3 file2

file2 file3 file1
file2 file1 file3

file3 file1 file2
file3 file2 file1


If can change their position to attack
I want to add an automatic transformation location rule
Are there any rules of this kind?
If not, how should I write it out?


Messages In This Thread
Advanced combination attack rule - by CUwindows00 - 04-06-2018, 08:42 AM
RE: Why do not many combination rules have such a rule? - by CUwindows00 - 04-09-2018, 08:03 AM