hashcat Forum
Brute force by group of symbols - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Brute force by group of symbols (/thread-11430.html)



Brute force by group of symbols - vlad - 05-17-2023

How to do brute force if i know than password consist of strings(not only char)?

For example:
strings: 'vv', 'VV', '&'.

Iterations:
&vvVV
vv&VV
vvVV&
VVvv&

The main idea in the economy of time bruteforce.
I do not find anything in documentation: https://hashcat.net/wiki/doku.php?id=mask_attack


RE: Brute force by group of symbols - Snoopy - 05-19-2023

(05-17-2023, 02:46 PM)vlad Wrote: How to do brute force if i know than password consist of strings(not only char)?

For example:
strings: 'vv', 'VV', '&'.

Iterations:
&vvVV
vv&VV
vvVV&
VVvv&

The main idea in the economy of time bruteforce.
I do not find anything in documentation: https://hashcat.net/wiki/doku.php?id=mask_attack

take a look at princeprocessor, does exactly what you want to achieve

https://github.com/hashcat/princeprocessor