Hello guys, i'm tryin to crack an IPB 3 Hash+Salt on windows 7 with hashcat and oclhashcat-plus with bruteforce, but it seems like nothing happens anytime i put in the commands.
I've tried with the gui and also with the command line, but the same thing happens, i mean absolutely "nothing", not even an error message. I bet i'm missing something huge here, and i'd be glad if someone could assist me by pointing out my mistakes.
So... here are the commands i use:
And do i need to compile or install something apart from python, opencl, and net. framework before hashcat can work?
And by the way do i need any special set-up to use mask attack instead of brute-force?
I've tried with the gui and also with the command line, but the same thing happens, i mean absolutely "nothing", not even an error message. I bet i'm missing something huge here, and i'd be glad if someone could assist me by pointing out my mistakes.
So... here are the commands i use:
Code:
oclHashcat-plus64.exe --hash-type 2811 --attack-mode 3 --cpu-affinity 2 --gpu-devices 1 D:\OWEN\Hash\black.txt
Code:
hashcat-cli64.exe --hash-mode 1 --attack-mode 3 D:\OWEN\Hash\black.txt
And do i need to compile or install something apart from python, opencl, and net. framework before hashcat can work?
And by the way do i need any special set-up to use mask attack instead of brute-force?