12-18-2021, 12:16 AM
(This post was last modified: 12-18-2021, 12:17 AM by imnotspammerfuck.
Edit Reason: images didn't load
)
Hello everyone! I have confused with hashcat speed of this attack mode.
Look. I created my own script for generating passwords. Everything working fine, password successfully restored. But I have problems with speed, which magically decrease in 1000x. Depence on which side dict is.
Full command: hashcat -a 1 -m 26600 -d 1 -w 4 $metamask$hash credentials.txt rules/main.dict. (and hashcat -a 1 -m 26600 -d 1 -w 4 $metamask$hash rules/main.dict credentials.txt also).
So yes, I found that this mode only connect right side, not both. So I decided to mix dictionaries manually. Look at the difference in speed:
null
null
So the questions:
1) Why this is happens?
2) Am I miss any flag that can ask hashcat to combinate "/rules/main.dict" in start and end?
3) If there is no solution to combinate in start and end of password and I forced to run hashcat two times, can I fix this difference in speed?
Thank you very much for your knowledge and your time!
Look. I created my own script for generating passwords. Everything working fine, password successfully restored. But I have problems with speed, which magically decrease in 1000x. Depence on which side dict is.
Full command: hashcat -a 1 -m 26600 -d 1 -w 4 $metamask$hash credentials.txt rules/main.dict. (and hashcat -a 1 -m 26600 -d 1 -w 4 $metamask$hash rules/main.dict credentials.txt also).
So yes, I found that this mode only connect right side, not both. So I decided to mix dictionaries manually. Look at the difference in speed:
null
null
So the questions:
1) Why this is happens?
2) Am I miss any flag that can ask hashcat to combinate "/rules/main.dict" in start and end?
3) If there is no solution to combinate in start and end of password and I forced to run hashcat two times, can I fix this difference in speed?
Thank you very much for your knowledge and your time!