Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Problem with status , pause , resume ...
Post: RE: Problem with status , pause , resume ...
what type of terminal do you use (gnome terminal, xterm etc)? Did you try a different one?
why do you run it with sudo ? If you really need to run it with priviledged permissions, did you try to run ... |
|
philsmd |
hashcat
|
17 |
24,271 |
01-15-2017, 05:51 PM |
|
|
Thread: Problem with rar2john hash
Post: RE: Problem with rar2john hash
It should be very easy to see that hashcat does not expect any filename within the "hash". So remove all this substring containing the filename, like "*C:\file.rar*94" in your example (without quotes)... |
|
philsmd |
hashcat
|
3 |
9,722 |
07-07-2016, 05:28 PM |
|
|
Thread: Problem with performance
Post: RE: Problem with performance
Please read here: https://hashcat.net/trac/ticket/368#comment:3 |
|
philsmd |
User Contributions
|
4 |
11,407 |
03-05-2014, 08:59 PM |
|
|
Thread: Problem with Password
Post: RE: Problem with Password
Make sure you have 2 different .cap files and 2 different .hccap files.
The first pair is: (1st cap, 1st hccap) where 1st cap is gathered from aircrack w/ password arlenesplace
The second pair is:... |
|
philsmd |
Very old oclHashcat-plus Support
|
5 |
20,002 |
12-06-2013, 01:56 PM |
|
|
Thread: Problem with nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
Post: RE: Problem with nsldaps, SSHA-1(Base64), Netscape...
Is there any whitespace (spaces etc) at the end of the line?
It seems to work perfectly here, can't reproduce |
|
philsmd |
Old oclHashcat Support
|
3 |
6,640 |
02-25-2015, 09:47 PM |
|
|
Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...
well, it would make sense starting to test with only 1 GPU and see if it works, don't you think that's some good strategy for testing issues? |
|
philsmd |
hashcat
|
12 |
3,112 |
11-26-2019, 08:31 AM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
this question has already been answered dozens of times:
https://hashcat.net/forum/thread-8456.html
https://github.com/hashcat/hashcat/blob/8207af471cee80012d370d551653d28516abf0c1/docs/limits.txt... |
|
philsmd |
hashcat
|
13 |
988 |
09-12-2020, 06:24 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
Code:
--
--encoding-to utf16le
--
and this of course only works in a dictionary attack (-a 0), if you want to use -a 3 you would need to use the correct bytes with --hex-charset
if you want ... |
|
philsmd |
hashcat
|
13 |
988 |
09-12-2020, 07:27 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
if you modify the kernel code such that it's not doing the same thing as it is supposed to do (among others, convert the passwords to utf16le within the kernel), then and only then you need to use thi... |
|
philsmd |
hashcat
|
13 |
988 |
09-13-2020, 02:32 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
encoding is difficult
and without understanding it, you probably shouldn't make these source code changes and do such advanced attacks. We have several confirmations of users that moved the encodin... |
|
philsmd |
hashcat
|
13 |
988 |
09-13-2020, 04:45 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
why don't you just explain what you did and how you run it. That might reveal the problem you are facing much faster:
Code:
--
hashcat.exe -a 3 -m 9600 --hex-charset --self-test-disable hash.txt 0... |
|
philsmd |
hashcat
|
13 |
988 |
09-14-2020, 02:50 PM |
|
|
Thread: Problem with cracking Office password that contains custom character
Post: RE: Problem with cracking Office password that con...
unfortunately, there is no way to fully get it without trying to learn about character encoding and what utf16le means etc.
There is no shortcut. You need to understand the way characters are represe... |
|
philsmd |
hashcat
|
13 |
988 |
09-14-2020, 05:19 PM |
|
|
Thread: Problem trying the example .pccap file + my wifi
Post: RE: Problem trying the example .pccap file + my wi...
It would be great if you can also mention GPU models and number of devices (please also test with -d 1 for multi-GPU systems) and the exact driver version.
Please also test with a mask like -a 3 'h... |
|
philsmd |
Old oclHashcat Support
|
6 |
8,358 |
05-29-2015, 12:18 AM |
|
|
Thread: Problem trying the example .pccap file + my wifi
Post: RE: Problem trying the example .pccap file + my wi...
@okman0060 could you please test different versions of the nvidia driver.
For instance the 352.x driver versions etc.
This information would be very very helpful for the oclHashcat devs. Unfortuna... |
|
philsmd |
Old oclHashcat Support
|
6 |
8,358 |
05-29-2015, 09:30 PM |
|
|
Thread: Problem on rc4
Post: RE: Problem on rc4
Do the example hashes also crash? https://hashcat.net/wiki/doku.php?id=example_hashes
You both are using windows, right?
[hr]
Can somebody of you test the same cmd with same setup w/ linux running? |
|
philsmd |
Beta Tester
|
19 |
16,724 |
08-23-2013, 05:50 PM |
|
|
Thread: Problem on rc4
Post: RE: Problem on rc4
I am currently testing the example hashes on windows.... looks good: recovered + no freeze.
Just to make sure, do you have this patch for instance: https://hashcat.net/wiki/doku.php?id=timeout_patch
... |
|
philsmd |
Beta Tester
|
19 |
16,724 |
08-23-2013, 06:45 PM |
|
|
Thread: Problem on rc4
Post: RE: Problem on rc4
Unfortunately, I have only one win32 system w/ windows7 currently running here - gtx 580.
Therefore, neither the bitness nor the GPU vendor fit ...
Maybe I can later on reboot another system into wind... |
|
philsmd |
Beta Tester
|
19 |
16,724 |
08-23-2013, 07:13 PM |
|
|
Thread: Problem on rc4
Post: RE: Problem on rc4
You are right, but anyway any problem should be investigated... we just need to be able to reproduce.
Good news: Rolf told me that he will also test on win7x64 with similar/same setup.... so we will ... |
|
philsmd |
Beta Tester
|
19 |
16,724 |
08-23-2013, 07:22 PM |
|
|
Thread: Problem installing catalyst 13.1 in debian
Post: RE: Problem installing catalyst 13.1 in debian
@eljolot did solve his problem (I helped him a little bit on hashcat irc 2-3 days ago) by checking/doing following steps (BTW: he told me he will post the solution here, but I don't see it so I will d... |
|
philsmd |
General Help
|
17 |
69,307 |
04-13-2013, 05:01 PM |
|
|
Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary
This is not the correct way to generate hashes.
echo always outputs a string with newlines.
BTW: this question is even present in the MOST frequently asked questions https://hashcat.net/faq#i_cr... |
|
philsmd |
hashcat
|
12 |
12,535 |
03-01-2017, 05:44 PM |