Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
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 ?
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: 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: --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: --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: 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: 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: 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: 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
@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: 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: 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?
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 iterations count
Post: RE: Custom iterations count
What are the details about the algorithm used?
"sha512 salted with custom iterations" doesn't really say much.
There are many different ways to use "sha512", "iterations" and "salt" all within a has... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,103 |
12-28-2015, 08:14 PM |
|
|
Thread: The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux Error - this copy of hashcat is outdated
Post: RE: The-Distribution-Which-Does-Not-Handle-OpenCL-...
remove it again (apt-get remove) and then just download it from https://hashcat.net/hashcat/, extract it (7z x hashcat-2.00.7z) and run it (cd hashcat-2.00; ./hashcat-cli64.bin). Have fun |
|
philsmd |
General Help
|
4 |
16,768 |
01-01-2016, 12:45 PM |
|
|
Thread: Noob help >.<
Post: RE: Noob help >.<
Maybe you should just read the documentation (--help, wiki/faq) to learn these basics:
https://hashcat.net/wiki/frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_... |
|
philsmd |
General Help
|
7 |
8,840 |
01-01-2016, 10:12 PM |
|
|
Thread: markprocessor --combinations and -q -r
Post: RE: markprocessor --combinations and -q -r
Actually yes, there are exactly 2 alternatives:
1. do the math yourself (total number of combinations - (number of combinations "removed" by "-q" and/or number of combinations "removed" by "-r")). No... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
3 |
6,203 |
01-05-2016, 01:15 PM |
|
|
Thread: installation problems
Post: RE: installation problems
see https://hashcat.net/forum/thread-4952-post-27768.html#pid27768 |
|
philsmd |
General Help
|
1 |
3,637 |
01-07-2016, 04:16 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: Combinator Attack problems with OCLHC2.01
Post: RE: Combinator Attack problems with OCLHC2.01
as epixoip said, you need to escape special symbols on your shell
this has nothing to do with oclHashcat
for instance -j $x won't work, because $x is seen as a variable by your operating system. e... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,348 |
01-12-2016, 01:25 PM |