Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?
run
Code:
--
hashcat -b
--
or
Code:
--
hashcat -b --benchmark-all
--
or the example hashes from https://hashcat.net/wiki/example_hashes
There is no need to extract any hashes, it' ... |
|
philsmd |
hashcat
|
10 |
965 |
08-29-2020, 10:41 AM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
Is the content also compressed ? How does the hash start ? With $7z$1$19$... (see https://github.com/philsmd/7z2hashcat#explanation-of-the-hash-format) ?
Which version of hashcat do you use ? do yo... |
|
philsmd |
General Talk
|
6 |
855 |
08-29-2020, 07:55 AM |
|
|
Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?
did you try with other hash types ?
do they work correctly with your Intel GPU (windows operating system) ? |
|
philsmd |
hashcat
|
10 |
965 |
08-28-2020, 09:06 AM |
|
|
Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?
I'm pretty sure it's a very nasty driver bug. The same code works with all the other devices and drivers etc.
You might be able to work around it with different driver versions. but it's actually q... |
|
philsmd |
hashcat
|
10 |
965 |
08-27-2020, 11:06 PM |
|
|
Thread: Unstable / Outdated OpenCL
Post: RE: Unstable / Outdated OpenCL
for anybody reading, more info about hardware is here: https://hashcat.net/forum/thread-9469.html (please always explain it, otherwise it's difficult to understand anything)
uninstall POCL and inst... |
|
philsmd |
hashcat
|
1 |
638 |
08-27-2020, 08:47 PM |
|
|
Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?
try to add this to your command:
-D 1 |
|
philsmd |
hashcat
|
10 |
965 |
08-27-2020, 08:44 PM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
I think this is not really an error, you are just not aware (misunderstanding) that hashcat 6.0.0 and above recommend using CUDA.
I'm not sure if your "professional" GPU supports it (I pretty much ... |
|
philsmd |
Hardware
|
6 |
722 |
08-27-2020, 09:19 AM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
There are even clinfo.exe binary releases here for users that are not able to compile it themself: https://github.com/Oblomov/clinfo#windows-support |
|
philsmd |
Hardware
|
6 |
722 |
08-27-2020, 09:13 AM |
|
|
Thread: why does mask ?d work but mask ?a not?
Post: RE: why does mask ?d work but mask ?a not?
what hardware do you have ? what driver version do you use ?
output of hashcat -I and maybe clinfo.exe would also be great.
Do you get any errors ? You are not using --force, right ?
all comman... |
|
philsmd |
hashcat
|
10 |
965 |
08-27-2020, 08:15 AM |
|
|
Thread: Issues with p106-090 pg410 driver and hashcat 6.1.1
Post: RE: Issues with p106-090 pg410 driver and hashcat ...
is this some kind of cloud provider ?
what is the output of hashcat -I ?
what is the output of clinfo ? |
|
philsmd |
Hardware
|
6 |
722 |
08-26-2020, 06:23 PM |
|
|
Thread: Problems with bruteforce test wpa2
Post: RE: Problems with bruteforce test wpa2
it is very obvious:
DBCC4CEA33 is 10 characters long
while your mask:
?1?1?1?1?1?1?1?1
is only 8 characters long.
so you either need to use ?1?1?1?1?1?1?1?1?1?1
or use the increment opti... |
|
philsmd |
hashcat
|
4 |
480 |
08-26-2020, 02:48 PM |
|
|
Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...
what do you mean by stable ?
which version do you use ? which version is working for you ? |
|
philsmd |
hashcat
|
7 |
593 |
08-26-2020, 01:16 PM |
|
|
Thread: Problems with bruteforce test wpa2
Post: RE: Problems with bruteforce test wpa2
1. you might need to use --potfile-disable if the file hashcat.potfile (by default; or Test-Wifi.potfile if you use --session=Test-Wifi) already contains the cracked hashes + password ("crack"), it wa... |
|
philsmd |
hashcat
|
4 |
480 |
08-26-2020, 01:15 PM |
|
|
Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found
just install the dependency:
Code:
--
sudo apt install lsb-core
--
The ubuntu version check can be ignored as far as I know |
|
philsmd |
hashcat
|
5 |
843 |
08-26-2020, 02:15 AM |
|
|
Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found
install the driver as mentioned here: https://hashcat.net/hashcat
https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
PS: and do not forget to update ha... |
|
philsmd |
hashcat
|
5 |
843 |
08-26-2020, 01:42 AM |
|
|
Thread: macOS firmware password hash mode ?
Post: RE: macOS firmware password hash mode ?
I'm not very familiar with these macOS passwords, but maybe you could try this:
https://forums.macrumors.com/threads/reset-macos-firmware-password.2039622/?post=24518521#post-24518521
(using firmwar... |
|
philsmd |
hashcat
|
3 |
388 |
08-26-2020, 12:28 AM |
|
|
Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...
run clinfo and post the output
after that also try this: https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
7 |
593 |
08-25-2020, 06:57 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
depends on your hardware make and model
What GPUs (graphic cards) do you have ? what CPUs (processors) do you have ?
For your intel CPU, you need to install the Intel OpenCL runtime for Xeon or ... |
|
philsmd |
hashcat
|
4 |
536 |
08-25-2020, 08:20 AM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
why do you use POCL ?
see https://hashcat.net/hashcat/ for the recommended drivers |
|
philsmd |
hashcat
|
4 |
536 |
08-24-2020, 07:09 PM |
|
|
Thread: Separator unmatched No hashes loaded.
Post: RE: Separator unmatched No hashes loaded.
where is the server challenge ? you only have listed the client challenge above !? what is the server challenge ?
Also, I guess that you need to remove "-notreal" right ?
just compare with the exa... |
|
philsmd |
hashcat
|
1 |
323 |
08-23-2020, 12:50 PM |