04-09-2018, 08:03 AM
(This post was last modified: 04-09-2018, 08:13 AM by CUwindows00.)
(04-06-2018, 09:30 AM)undeath Wrote: put all words in one dict and use combinator3 from hashcat-utilsHi...
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?