Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: oclHashcat64 Displaying wrong number of combinations
Post: RE: oclHashcat64 Displaying wrong number of combin...
The bug/problem is in your command line /mask
use ?u?u?u?u?u?u?u?u (instead of u?u?u?u?u?u?u?u) please |
|
philsmd |
Old oclHashcat Support
|
2 |
4,543 |
05-25-2014, 09:20 PM |
|
|
Thread: GPU Drivers not installed?
Post: RE: GPU Drivers not installed?
It is possible to install the proprietary NVidia driver also using a live cd (the problem is that a reboot may be needed and as you may already guess, after reboot the live system starts from scratch)... |
|
philsmd |
Old oclHashcat Support
|
4 |
14,670 |
05-27-2014, 06:58 PM |
|
|
Thread: GPU Drivers not installed?
Post: RE: GPU Drivers not installed?
for that problem you need to read the wiki
Especially this article: https://hashcat.net/wiki/ubernoobs |
|
philsmd |
Old oclHashcat Support
|
4 |
14,670 |
05-27-2014, 07:10 PM |
|
|
Thread: $HEX[...]
Post: RE: $HEX[...]
Yes, encoding matters. Try this:
Code:
--
echo -en 'EFE\xc7INAR' | md5sum
f54198dc47cf5cd61202b8675e118811 -
--
or this:
Code:
--
echo -n 'EFEÇINAR' | iconv -t iso-8859-1 | md5sum
f... |
|
philsmd |
Old oclHashcat Support
|
3 |
7,779 |
06-14-2014, 11:18 AM |
|
|
Thread: known mask structure
Post: RE: known mask structure
Read here: https://hashcat.net/wiki/doku.php?id=mask_attack
You could easily do this w/ a combination of custom charsets ( https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets ), some masks ... |
|
philsmd |
Old oclHashcat Support
|
1 |
4,168 |
07-01-2014, 04:31 PM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
First of all, the topic of this thread is really disgusting.
The problem at the other hand, is very easy and you should probably easy understand it (indeed here: https://hashcat.net/forum/thread-3518... |
|
philsmd |
Old oclHashcat Support
|
15 |
29,451 |
07-03-2014, 08:00 AM |
|
|
Thread: Can anyone give me a help.
Post: RE: Can anyone give me a help.
Please read the wiki ( https://hashcat.net/wiki/ ) and especially this wiki page: https://hashcat.net/wiki/doku.php?id=ubernoobs |
|
philsmd |
Old oclHashcat Support
|
2 |
4,780 |
07-05-2014, 11:13 AM |
|
|
Thread: Easy way to beat Hashcat? Does oclHashcat support ASCII [NULL]
Post: RE: Easy way to beat Hashcat? Does oclHashcat supp...
Seems you didn't get it.
Therefore I will explain it again with an example:
sha1_hex (sha1 ($pass)) == the one you NEED
Code:
--
$ echo -en "A\x00B\x00C\x00" | sha1sum # first 'iteration'
... |
|
philsmd |
Old oclHashcat Support
|
15 |
29,451 |
07-03-2014, 10:29 AM |
|
|
Thread: ERROR: clGetDeviceIDs()
Post: RE: ERROR: clGetDeviceIDs()
From a terminal not connected over SSH you need to run:
xhost +
This is also explained in the setup guide:
https://hashcat.net/wiki/doku.php?id=linux_server_howto
Basically the SSH terminal cur... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,717 |
08-06-2014, 11:23 AM |
|
|
Thread: Cracking 10 digit password with CudaHashcat
Post: RE: Cracking 10 digit password with CudaHashcat
See https://hashcat.net/wiki/doku.php?id=mask_attack
According to that wiki, you should just use a mask that includes those chars/numbers, i.e:
760?d?d?d?d?d?d?d
Full command:
cudahashcat --h... |
|
philsmd |
Old oclHashcat Support
|
7 |
21,695 |
08-20-2014, 04:22 PM |
|
|
Thread: WARN: ADL_Overdrive5_FanSpeedInfo_Get(): -5
Post: RE: WARN: ADL_Overdrive5_FanSpeedInfo_Get(): -5
It seems that this problem was fixed in newest (beta) version of oclHashcat (1.31).
See ticket https://hashcat.net/trac/ticket/498
Thx for the infos, but next time prefer opening a ticket sooner ;... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,629 |
08-31-2014, 04:46 PM |
|
|
Thread: --remove switch with WPA
Post: RE: --remove switch with WPA
Like with all other hash types the file (in this case the .hccap file) should be empty if and only if all "hashes" were cracked.
The size of the hash file should therefore be 0 bytes if each and ever... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,738 |
09-17-2014, 03:41 PM |
|
|
Thread: I need help with syntax
Post: RE: I need help with syntax
See https://hashcat.net/wiki/doku.php?id=mask_attack
Your command will look something like this:
length 8
Code:
--
./oclHashcat -w 3 -m 2500 capture.hccap -a 3 ?u?a?a?a?a?a?d?d
--
length 9
... |
|
philsmd |
Old oclHashcat Support
|
42 |
69,292 |
09-12-2014, 03:50 PM |
|
|
Thread: oclHashcat 1.30 vs. Catalyst 14.10 on Linux
Post: RE: oclHashcat 1.30 vs. Catalyst 14.10 on Linux
It definitely works on both 32 bit and 64 bit with ubuntu 12.04 (as recommended in the guide, I am unsure why you say you followed the guide, but you used ubuntu 14.04).
There are some things that ... |
|
philsmd |
Old oclHashcat Support
|
11 |
23,607 |
09-22-2014, 02:02 PM |
|
|
Thread: User:Hash Saving Syntax?
Post: RE: User:Hash Saving Syntax?
See wiki and --help:
You need to do it in 2 steps.
1. crack the hashes:
Code:
--
oclHashcat64.exe -m 0 --username hash.txt wordlist/rockyou.txt
--
2. display the hashes w/ --show
Code:
--
ocl... |
|
philsmd |
Old oclHashcat Support
|
3 |
9,054 |
09-29-2014, 09:34 AM |
|
|
Thread: User:Hash Saving Syntax?
Post: RE: User:Hash Saving Syntax?
yes, thx for testing...
It seems that it only works w/o --outfile-format 2 (or more correctly, it works w/ all outfile-formats that also output the hash at the beginning)...
I think we will categori... |
|
philsmd |
Old oclHashcat Support
|
3 |
9,054 |
09-29-2014, 05:51 PM |
|
|
Thread: Help with cisco ASA formatting
Post: RE: Help with cisco ASA formatting
If you look at the example hash page that epixoip linked, it is very clear to see, that you need to specify:
hash:salt
There is something particular w/ 2410, i.e. that salt is limited to 4 chars (but... |
|
philsmd |
Old oclHashcat Support
|
5 |
14,248 |
10-03-2014, 01:16 AM |
|
|
Thread: v1.31 Multi-GPU not working with standalone devices
Post: RE: v1.31 Multi-GPU not working with standalone de...
It may depend on your shell/cmd, you may need to escape/quote the arguments, like this:
-d "1,2" etc |
|
philsmd |
Old oclHashcat Support
|
5 |
11,881 |
10-07-2014, 01:03 PM |
|
|
Thread: combination attack help
Post: RE: combination attack help
@gato_wero
1. pls do not hijack threads like you just did since:
problem with syntax -k ?d?d (which is not valid/possible) is very different from your problem
2. pls see https://hashcat.net/trac/... |
|
philsmd |
Old oclHashcat Support
|
6 |
10,769 |
10-08-2014, 02:47 PM |
|
|
Thread: all numbers VS .hcmask
Post: RE: all numbers VS .hcmask
There are at least 2 problems with this question:
1. too general (what do you mean by numbers only etc)
2. you should avoid making things more complicated than they are
About #2, if you know that for... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,446 |
09-25-2014, 06:33 PM |