Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
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: 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: 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: 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: 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: 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?
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: --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: 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: 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 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: 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: 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: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64
from help:
-t, --markov-threshold=NUM Threshold when to stop accepting new markov-chains
so if you set the threshold very low, it is clear that it won't be cracked (but this clearly depends o... |
|
philsmd |
Old hashcat Support
|
4 |
12,322 |
08-07-2014, 06:16 PM |
|
|
Thread: Noob question on command line cudahashcat64
Post: RE: Noob question on command line cudahashcat64
Why do you use -t 32 ? Do you know what that command line option means?
Also, the generated hashes must correspond to plains of length 7 (exactly).
the -i (or --increment*) doesn't hurt, but is usele... |
|
philsmd |
Old hashcat Support
|
4 |
12,322 |
08-07-2014, 05:11 PM |
|
|
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: outfile-format problem ?
Post: RE: outfile-format problem ?
This is a known problem of cpu hashcat 0.47.
The upcoming version of cpu hashcat (0.48) won't have this problem any longer. |
|
philsmd |
Old hashcat Support
|
2 |
5,354 |
07-31-2014, 10:46 PM |
|
|
Thread: sam file
Post: RE: sam file
Hey, since you neglected to follow the rules (https://hashcat.net/forum/announcement-2.html ), I've locked your account for 1 week and closed this thread.
Now you've plenty of time to:
1. read agai... |
|
philsmd |
Old hashcat Support
|
1 |
5,293 |
07-19-2014, 02:13 PM |
|
|
Thread: Breaking Notes/Domino 8+ H-hashes
Post: Breaking Notes/Domino 8+ H-hashes
So recently we added support for Lotus Notes/Domino 8 hashes (-m 9100).
Since we know that many of you are interested in the details about this hash algorithm, I will try to explain the algo here.
It... |
|
philsmd |
User Contributions
|
2 |
21,691 |
07-19-2014, 12:03 AM |
|
|
Thread: Sapphire R2 290 benchmark
Post: RE: Sapphire R2 290 benchmark
What regards the hang, did you use this registry patch for the driver timeout?
https://hashcat.net/wiki/doku.php?id=timeout_patch |
|
philsmd |
User Contributions
|
2 |
7,210 |
07-13-2014, 06:14 PM |