Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
Well, the best strategy depends on a couple of things like:
1. is it a slow or fast hashing algorithm (which hash type is used, -m ?) ?
2. how large is the number of constant strings. Is there only ... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-09-2018, 09:40 AM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
your syntax is not correct, --custom-charset2 (or short -2) is used to define a charset. You can't specify a dictionary file with -2, it only accepts a set of different chars at the first line of the ... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-09-2018, 06:43 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
Hashcat makes a strict distinction between rules (see https://hashcat.net/wiki/doku.php?id=rule_based_attack) and masks (https://hashcat.net/wiki/doku.php?id=mask_attack).
solace is currently using... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-15-2018, 11:49 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
In general you do this mangling (like appending/prepending characters etc) with rule based attacks (with -a 0 and -r my.rule for instance), i.e. you run a wordlist and add those special characters and... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-26-2018, 09:00 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
It doesn't look too bad.
but there are at least 2 things that I don't understand:
1. why do you define --custom-charset1 with EFBBBF and only use it at 1 position (this means that hashcat will test ... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-26-2018, 11:30 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
It doesn't look correct to me.
As I already wrote above, the hex 12 (which is decimal 18) and hex 13 (which is decimal 19) do not look correct.
You even write:
Code:
--
?1 = 101213 = Carriage R... |
|
philsmd |
General Talk
|
37 |
24,766 |
01-27-2018, 08:59 AM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
I don't think that this mask would help or even be correct.
What -a 3 -1 charset --increment --increment-min 10 --increment-max 30
?1?1?1?1?1?1?1?1?1?1?1?1PASSWORD?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1?1... |
|
philsmd |
General Talk
|
37 |
24,766 |
02-06-2018, 05:31 PM |
|
|
Thread: Mask Attack with a "blank" value?
Post: RE: Mask Attack with a "blank" value?
This type of attack makes no sense to me. You are basically just trying some combinations of the characters "0", "5", "7", "!" and "@" (together with --increment right?).
hashcat will generate passwo... |
|
philsmd |
General Talk
|
37 |
24,766 |
02-07-2018, 09:48 AM |
|
|
Thread: TeamSpeak Hash?
Post: RE: TeamSpeak Hash?
okay I investigated this a little bit and indeed there are 2+ hashing algorithms used for teamspeak, the one for the server query password was already mentioned above so I will skip that now (it is ju... |
|
philsmd |
Old hashcat Support
|
13 |
25,727 |
06-27-2015, 11:17 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...
If I'm not totally mistaken and if the algorithm is really just aes_decrypt (sha256 (sha256 ($pass), $data) ... then your strategy to implement this kernel doesn't make much sense.
The main questio... |
|
philsmd |
hashcat
|
32 |
25,733 |
01-14-2018, 09:45 AM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
If you use electrum2john.py you need to make sure to remove the file name (and colon) from the start of the output line.
The hash must look similar to the one that is mentioned here: https://hashcat.... |
|
philsmd |
hashcat
|
32 |
25,733 |
01-30-2018, 01:24 PM |
|
|
Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Electrum support - aes_decrypt (sha256 (sha25...
different salt type implies ("slightly") different algorithm (as far as I know)
The output of electrum2john will be different for different salt types.
I.e. $electrum$1 means that salt-type 1 is b... |
|
philsmd |
hashcat
|
32 |
25,733 |
02-03-2018, 01:34 PM |
|
|
Thread: oclhashcat-plus 0.13 doesn't find password even though it's provided in wordlist
Post: RE: oclhashcat-plus 0.13 doesn't find password eve...
As always, you should try the example hashes (https://hashcat.net/wiki/doku.php?id=example_hashes ):
https://hashcat.net/misc/example_hashes/hashcat.hccap
Password: 'hashcat!' (w/o quotes) |
|
philsmd |
Very old oclHashcat-plus Support
|
11 |
26,432 |
08-06-2013, 12:13 PM |
|
|
Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found
I don't think that lspci will be involved in any way, but you might check if libcuda.so and libnvidia*.so* are available.
Also checking nvidia-settings on linux systems could be useful.
See also:
mod... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
26,683 |
03-08-2013, 06:50 PM |
|
|
Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found
The nvidia modules are not loaded correctly. They will create (automatically) the /dev/nvidia* devices, that are needed (by the libcuda and/or libnvidia, both? I am no expert).
For sure the module is ... |
|
philsmd |
Very old oclHashcat-lite Support
|
9 |
26,683 |
03-08-2013, 07:41 PM |
|
|
Thread: How can I crack a veracrypt encrypted partition?
Post: RE: How can I crack a veracrypt encrypted partitio...
If that's the case you shouldn't be able to find the string "BOOTMGR compressed" etc on the encrypted volume. Maybe you are trying to extract the "hash" from the wrong partition? |
|
philsmd |
hashcat
|
10 |
26,760 |
07-15-2017, 02:08 PM |
|
|
Thread: IKE file testcase for oclHashcat
Post: RE: IKE file testcase for oclHashcat
@navox Please add this problem to Trac https://hashcat.net/trac/ s.t. atom can/will have a look at it. Thx
UPDATE: I've now opened a Trac ticket here: https://hashcat.net/trac/ticket/131
UPDATE 2: Th... |
|
philsmd |
Very old oclHashcat-plus Support
|
13 |
28,017 |
04-16-2013, 05:25 PM |
|
|
Thread: IKE file testcase for oclHashcat
Post: RE: IKE file testcase for oclHashcat
First of all, I am sure you've noticed that the forum adds newlines etc characters... So also the "show page source" feature of your browser includes some special characters (newline etc) in the strin... |
|
philsmd |
Very old oclHashcat-plus Support
|
13 |
28,017 |
04-16-2013, 03:36 PM |
|
|
Thread: hashcat v0.46
Post: hashcat v0.46
* changes v0.45 -> v0.46:
We are happy to announce hashcat version 0.46; a major release w/ some new algorithms,
several interesting new features, improvements and some bug fixes
Download here... |
|
philsmd |
Old hashcat Announcements
|
2 |
28,086 |
06-26-2013, 11:13 AM |
|
|
Thread: Automated Tests for Beta Testers
Post: RE: Automated Tests for Beta Testers
@rurapenthe , could you please double-check if those errors do not happen if you keep the -d 1....
note: you can run the test also as: test_1385640930/test.sh -m 1800 -a 3 -t single # for example
... |
|
philsmd |
Beta Tester
|
22 |
28,383 |
11-30-2013, 11:34 AM |