Separating words in combinator attack with space
#2
Code:
hashcat -m 0 -a 1 -w 3 -j '$ ' hash.txt dict1.txt dict2.txt

note: on windows you might need to use "$ " instead (difference between the shells interpreting quotes and escaping dollar which sometimes would refer to variables)
Reply


Messages In This Thread
RE: Separating words in combinator attack with space - by philsmd - 09-04-2019, 12:41 PM