Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: CSV, hashes and username...
Post: RE: CSV, hashes and username...
This question was answered way too often, it even made it into the FAQ: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
has... |
|
philsmd |
hashcat
|
2 |
3,880 |
07-27-2017, 10:56 AM |
|
|
Thread: cuCtxCreate(): unknown error
Post: RE: cuCtxCreate(): unknown error
try this: https://hashcat.net/faq/wrongdriver
which version of hashcat do you use ? does it work with --backend-ignore-cuda or without CUDA installed ? |
|
philsmd |
hashcat
|
3 |
302 |
09-23-2020, 05:56 PM |
|
|
Thread: cuda hashcat plus error
Post: RE: cuda hashcat plus error
Why do you use v0.15 of oclHashcat-plus?
Download 1.00 from https://hashcat.net/oclhashcat/ and update the NV driver to match the requirements. |
|
philsmd |
Old oclHashcat Support
|
5 |
16,762 |
12-12-2013, 09:23 PM |
|
|
Thread: CUDA Installation not detected
Post: RE: CUDA Installation not detected
which operating system and version?
which GPU ?
is nvrtc.dll and nvcuda.dll (or similar on linux) available on your system ? |
|
philsmd |
Beta Tester
|
7 |
12,889 |
07-27-2019, 12:26 PM |
|
|
Thread: CUDA Installation not detected
Post: RE: CUDA Installation not detected
nvrtc64_80.dll means that you have CUDA 8 installed. This is the wrong version because it's way too old.
Please get fully rid of CUDA 8 (uninstall it completely by also using driver fusion and/or d... |
|
philsmd |
Beta Tester
|
7 |
12,889 |
07-30-2019, 09:08 AM |
|
|
Thread: cudahashcat
Post: RE: cudahashcat
Moved to oclHashcat forum...
For any doubts about how to select the right -m (--hash-type) values and / or how the hash (+ salt) should look like, pls consider reading this wiki page:
https://hashc... |
|
philsmd |
Old oclHashcat Support
|
6 |
35,567 |
04-13-2014, 12:40 PM |
|
|
Thread: cudahashcat and rar2john output
Post: RE: cudahashcat and rar2john output
the examples are as always here: https://hashcat.net/wiki/doku.php?id=example_hashes
oclHashcat doesn't expect/need any file name within the hash
Currently oclHashcat supports only $RAR3$*0 hashes |
|
philsmd |
Old oclHashcat Support
|
1 |
6,765 |
01-18-2016, 04:20 PM |
|
|
Thread: cudaHashcat on Tesla
Post: RE: cudaHashcat on Tesla
It seems that it works w/ Kubuntu 13.10 just because it is a *clean* install...
Maybe you can try to do the same w/ 12.04 (setup a new VM - install everything from scratch there) .... it could be th... |
|
philsmd |
General Help
|
8 |
14,527 |
10-30-2013, 06:15 PM |
|
|
Thread: cudaHC stops at Kernel exec timeout
Post: RE: cudaHC stops at Kernel exec timeout
The problem is that you probably use the same GPU as main device for your xserver and it is also configured in xorg.conf.
That way, there is a - very restrict and few seconds - timeout during which... |
|
philsmd |
Very old oclHashcat-plus Support
|
1 |
9,794 |
10-01-2013, 02:43 AM |
|
|
Thread: cuMemAlloc(): out of memory
Post: RE: cuMemAlloc(): out of memory
.... (what chick3nman said) and it of course has nothing to do with 32-bit binaries... hashcat doesn't ship with 32-bit executables anymore (you could still compile them yourself if somebody really ne... |
|
philsmd |
hashcat
|
3 |
239 |
09-23-2020, 05:53 PM |
|
|
Thread: cuModuleLoad() 209 error
Post: RE: cuModuleLoad() 209 error
From https://hashcat.net/oclhashcat-plus/
Quote:
--
NV users require ForceWare 319.37 or later
--
I don't think it will work for you w/ an older driver just because a newer driver is difficult (h... |
|
philsmd |
Very old oclHashcat-plus Support
|
6 |
15,175 |
11-17-2013, 12:05 PM |
|
|
Thread: Current Index in Subkeyspace (skip + limit)
Post: RE: Current Index in Subkeyspace (skip + limit)
you should probably use the --status-automat option and read the CURKU etc |
|
philsmd |
Old oclHashcat Support
|
1 |
3,072 |
01-11-2016, 08:07 PM |
|
|
Thread: Custom charset
Post: RE: Custom charset
If you do not know how your shell escaping works, just use a file: https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_charset_files |
|
philsmd |
hashcat
|
4 |
1,170 |
04-09-2020, 03:47 PM |
|
|
Thread: Custom charset
Post: RE: Custom charset
Just to try to explain the detail of the problem also for potential future readers of this thread.
This has to do with your cmd/shell...
for instance %VAR% is a variable interpreted by your cmd... |
|
philsmd |
hashcat
|
4 |
1,170 |
04-09-2020, 05:13 PM |
|
|
Thread: Custom charset issue
Post: RE: Custom charset issue
1. maskprocessor doesn't support loading hashcat's charset files ( https://hashcat.net/wiki/mask_attack#hashcat_charset_files )
2. the file extension would be .hcchr and not .hccr (but this, even if i... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
4,026 |
08-22-2016, 07:58 AM |
|
|
Thread: Custom charset with mask files
Post: RE: Custom charset with mask files
@swing
did you try putting my1.hcchr and my2.hcchr into the root directory of hashcat and use a mask like this:
my1.hcchr,my2.hcchr,?l,?1?2?1?2?3?3?3
I think it's just a matter of if the file i... |
|
philsmd |
hashcat
|
3 |
3,832 |
01-18-2019, 07:48 PM |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
just sort and unique it
Code:
--
echo -n хер | iconv -f utf8 -t utf16le | xxd -p -c 1 | sort -un | tr -d '\n'
--
|
|
philsmd |
hashcat
|
8 |
2,730 |
06-13-2019, 10:49 PM |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
this discussion is very difficult to follow. are you using 2 forum accounts or why are you BotPass answering like it was an answer to you (but actually given to boreas). How are you related if I may a... |
|
philsmd |
hashcat
|
8 |
2,730 |
06-14-2019, 09:42 PM |
|
|
Thread: Custom charsets for Cyrillic passwords in NTLM hashes
Post: RE: Custom charsets for Cyrillic passwords in NTLM...
no, it's perfectly fine to answer like you did and clarify the situation.
Thanks for the clarification !
It just wasn't very clear (maybe only to me) that this was just a general clarification/s... |
|
philsmd |
hashcat
|
8 |
2,730 |
06-15-2019, 07:42 AM |
|
|
Thread: Custom chat set
Post: RE: Custom chat set
Code:
--
hashcat -m 500 -a 3 -w 3 -O --custom-charset2 my.hcchr -o krekovan hash.txt ?2?2?2?2?2?2?2
--
the file my.hcchr only consists of one line (no BOM ! see https://en.wikipedia.org/wiki/... |
|
philsmd |
hashcat
|
4 |
721 |
07-24-2020, 07:31 PM |