Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
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: oclHashcat v1.30
Post: RE: oclHashcat v1.30
@forumhero,
what exactly is terrible about 130 MH/s @ descrypt for a R9 290x ?
You might have already noticed that there are no k (kilo), M (mega), G (giga) etc indications in all of the above cha... |
|
philsmd |
Old oclHashcat Announcements
|
15 |
59,504 |
09-02-2014, 10:43 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: Android Full Disk Encryption
Post: RE: Android Full Disk Encryption
I added to the wiki an example hash for -m 8800.
Please see https://hashcat.net/wiki/doku.php?id=example_hashes , file: hashcat.android43fde
Password is like for all other samples "hashcat".
I extra... |
|
philsmd |
User Contributions
|
13 |
55,419 |
09-13-2014, 12:56 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: What kind of hash is this?
Post: RE: What kind of hash is this?
Yes, could be anything as atom said...
But still, the "string" above looks like plain base64 encoded.
See this example (ending of your string):
Code:
--
$ echo -n LQAAAABfQUxMAAAAIAAAACE= | base64... |
|
philsmd |
General Talk
|
8 |
16,902 |
09-22-2014, 12:18 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: What kind of hash is this?
Post: RE: What kind of hash is this?
So we already proofed that those strings are base64 encoded, see example decoding (pls avoid online base64 decoding for non-ascii-chars , there are problems w/ encoding the bytes server-side, displayi... |
|
philsmd |
General Talk
|
8 |
16,902 |
09-22-2014, 05:43 PM |
|
|
Thread: Request: d3ad0neV3 rule
Post: RE: Request: d3ad0neV3 rule
archive.org to the rescue:
https://web.archive.org/web/20131104033239/https://ob-security.info/files/d3ad0neV3.rule |
|
philsmd |
General Help
|
2 |
6,056 |
09-22-2014, 11:20 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 |
|
|
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: unknown option -- output-file=cracked.txt
Post: RE: unknown option -- output-file=cracked.txt
see hashcat-cli32.exe --help and/or wiki (especially https://hashcat.net/wiki/doku.php?id=hashcat#options )
The option you are looking for is:
Code:
--
-o, --outfile=FILE Defin... |
|
philsmd |
Old hashcat Support
|
5 |
17,845 |
09-30-2014, 01:38 PM |
|
|
Thread: Ask Customs Chracter Set
Post: RE: Ask Customs Chracter Set
All of this is explained in the wiki ( https://hashcat.net/wiki/ )
See https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets
with -1, -2, -3, -4 you define "custom charsets".
So for i... |
|
philsmd |
Old oclHashcat Support
|
4 |
8,484 |
10-02-2014, 05:44 PM |
|
|
Thread: oclHashcat v1.31
Post: oclHashcat v1.31
[hr]
Download here: https://hashcat.net/oclhashcat/
[hr]
oclHashcat v1.31 is the first oclHashcat version that fully supports the new Maxwell v2 GPUs from NVidia (GTX 970/980). There are a lo... |
|
philsmd |
Old oclHashcat Announcements
|
17 |
76,655 |
10-02-2014, 09:22 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: Password file or mask attack..
Post: RE: Password file or mask attack..
It is always good to know the algorithm type etc and maybe your setup too, such that we can give more suitable advices...
But assume this:
- 1. it is a fast hash that you want to crack (e.g md5)
- 2.... |
|
philsmd |
General Talk
|
1 |
5,318 |
10-07-2014, 03:05 AM |
|
|
Thread: v1.31 Multi-GPU not working with standalone devices
Post: RE: v1.31 Multi-GPU not working with standalone de...
SopalajoArrierez Wrote: (10-07-2014, 12:32 PM)
--
ERROR: 2: No such file or directory
--
means that you didn't specify the wordlist.
Since you didn't specify any --attack-mode (-a), -a 0 was implie... |
|
philsmd |
Old oclHashcat Support
|
5 |
11,881 |
10-07-2014, 12:43 PM |
|
|
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 |