Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Custom start for bruting?
Post: RE: Custom start for bruting?
Also, thinking about it, it might actually not work exactly like that, since even with --markov-disable oclHashcat changes the left side most frequently e.g.:
531238761
631238761
731238761
831238761
a... |
|
philsmd |
Old oclHashcat Support
|
5 |
7,188 |
12-27-2015, 07:38 PM |
|
|
Thread: Custom start for bruting?
Post: RE: Custom start for bruting?
nope. it doesn't work like that.
You always need to make it relative to the --keyspace value.
also note 100% (the total --keyspace for oclHashcat) is 100000000 (100M) and *not* 1000000000 (1G, or 10^... |
|
philsmd |
Old oclHashcat Support
|
5 |
7,188 |
12-27-2015, 07:21 PM |
|
|
Thread: Custom start for bruting?
Post: RE: Custom start for bruting?
Actually yes there is.
The only thing you need to make sure is that markov is *disabled*, otherwise you can't easily say at which percentage that number is being checked (that also means that if you ... |
|
philsmd |
Old oclHashcat Support
|
5 |
7,188 |
12-27-2015, 07:04 PM |
|
|
Thread: Mac .pdf hash type
Post: RE: Mac .pdf hash type
@simplyslow I had to ban you for posting hashes (without permission; not even the corresponding password was mentioned): please use the 7 days off to read the forum rules again ( https://hashcat.net/f... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,369 |
12-26-2015, 11:13 AM |
|
|
Thread: Modify Session files to resume at choosen point
Post: RE: Modify Session files to resume at choosen poin...
That is easy and if you didn't find the answer in the forum already, you shoud find it easily by looking at the --help output:
Code:
--
-s, --skip=NUM Skip number of ... |
|
philsmd |
User Contributions
|
4 |
12,211 |
12-25-2015, 04:53 PM |
|
|
Thread: Mac .pdf hash type
Post: RE: Mac .pdf hash type
1. please define "Mac .pdf file". Which software did you use to create the document?
2. what are the steps you followed to extract the information needed ("hash") from the .pdf document?
3. How did yo... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,369 |
12-25-2015, 09:55 AM |
|
|
Thread: RAR hash file error "Line-length exception"
Post: RE: RAR hash file error "Line-length exception"
1. the example RAR "hash" should work
2. only RAR3-hp ($RAR3$*0*) is supported so far
3. for RAR3-hp ($RAR3$*0*) no file names should be used within the "hash", e.g. no xxx.rar, xxx.jpg etc (these par... |
|
philsmd |
Old oclHashcat Support
|
1 |
5,552 |
12-24-2015, 12:55 PM |
|
|
Thread: nested sha1
Post: RE: nested sha1
For instance the "Redmine Project Management Web App" uses exactly this algorithm, i.e.
sha1 ($salt . sha1 ($pass))
the algorithm is available on both hashcat and oclHashcat with attack mode -m 76... |
|
philsmd |
General Talk
|
2 |
5,088 |
12-22-2015, 11:11 AM |
|
|
Thread: --show problem
Post: RE: --show problem
The wiki page I linked to has exactly the answer for you (but I will copy it here anyways):
2 steps:
1. cracking:
Code:
--
cudaHashcat64.exe -m 0 -a 0 --username --outfile D:\cracked.txt "D:\trop... |
|
philsmd |
Old oclHashcat Support
|
6 |
13,324 |
12-12-2015, 04:19 PM |
|
|
Thread: --show problem
Post: RE: --show problem
please read the faq page:
e.g. https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
(hint: you shou... |
|
philsmd |
Old oclHashcat Support
|
6 |
13,324 |
12-12-2015, 02:43 PM |
|
|
Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions
I think we should distinguish this task in 2 separate goals:
1. what devs of hashcat/oclHashcat need to change/do to facilitate creation of packages.
2. what the people need to do/know whose goal is t... |
|
philsmd |
hashcat
|
12 |
18,949 |
12-08-2015, 02:56 PM |
|
|
Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?
I can't reproduce the problem here; no matter what I try.
Maybe you have some special setup: for instance a remote drive (not a local disk), the file/directory does not have write permissions etc.
A... |
|
philsmd |
Old hashcat Support
|
8 |
11,130 |
12-02-2015, 11:01 AM |
|
|
Thread: PBKDF2 HMAC SHA512
Post: RE: PBKDF2 HMAC SHA512
@wrigglingears, @undeath: why are you both claiming that there are no generic PBKDF2-HMAC-* hashing algorithms implemented ?
It is both stated here https://hashcat.net/forum/thread-4614.html and here... |
|
philsmd |
Old oclHashcat Support
|
7 |
11,915 |
12-01-2015, 07:28 PM |
|
|
Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?
Autrui Wrote: (12-01-2015, 06:01 PM)
--
Code:
--
No hashes loaded
--
--
It seems that it worked for you too: If it says "No hashes loaded" the file "md5_0.hash" is probably empty (and therefor... |
|
philsmd |
Old hashcat Support
|
8 |
11,130 |
12-01-2015, 06:13 PM |
|
|
Thread: Remove doesn't work on dictionnary attack ?
Post: RE: Remove doesn't work on dictionnary attack ?
First, please make sure that you use the newest release version of cpu hashcat (0.50).
It is important that your md5_0.hash file is uniqued, so no duplicate hashes (use sort -u md5_0.hash | sponge ... |
|
philsmd |
Old hashcat Support
|
8 |
11,130 |
12-01-2015, 05:38 PM |
|
|
Thread: Restore Point reset while mask processing
Post: RE: Restore Point reset while mask processing
To me what you are describing above doesn't sound like a bug.
What oclHashcat really does is update the restore point as soon as it is safe to do so: mark the keyspace unit (KU) as done if and only... |
|
philsmd |
Old oclHashcat Support
|
5 |
8,323 |
11-30-2015, 12:17 PM |
|
|
Thread: Trying to get "Hybrid dict + mask" to work
Post: RE: Trying to get "Hybrid dict + mask" to work
NeoXen Wrote: (11-26-2015, 02:19 AM)
--
Input.Right....: Mask (rockyou-7-2592000.hcmask) [24]
Hash.Target....: 43a431f5512b1daad3faa33a68bd50a5
--
look at that mask from your output. It tries to u... |
|
philsmd |
Old oclHashcat Support
|
7 |
12,481 |
11-26-2015, 02:57 PM |
|
|
Thread: mask file for WPA
Post: RE: mask file for WPA
cr4zynou, I am pretty confident that you are not using the newest version of oclHashcat.
Because this looks *exactly* like the bug that was fixed with this ticket https://hashcat.net/trac/ticket/61... |
|
philsmd |
Old oclHashcat Support
|
6 |
9,623 |
11-26-2015, 02:16 PM |
|
|
Thread: When is all the Truecrypt encryption ciphers available?
Post: RE: When is all the Truecrypt encryption ciphers a...
This is already implemented with newest (beta) version, see:
- https://hashcat.net/trac/ticket/394 or https://twitter.com/hashcat/status/667401031509258241
- https://hashcat.net/trac/ticket/618 or h... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,391 |
11-24-2015, 05:41 PM |
|
|
Thread: Hashcat v 0.50 "increment error"
Post: RE: Hashcat v 0.50 "increment error"
Just have a look at the --help output
Code:
--
--increment Enable increment mode
--increment-min=NUM Start incrementing at NUM
--increment-max=NUM Stop incrementing at NUM
--
... |
|
philsmd |
Old hashcat Support
|
5 |
8,423 |
11-22-2015, 05:18 PM |