Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: --limit and --skip usage
Post: RE: --limit and --skip usage
your examples above have 2 different masks:
you used ?l?l?l?l?l?l?l?l for the keyspace calculation and ?l?l?l?l?l?l?l? for the actual run.
You should always use the same mask!
Furthermore, yo... |
|
philsmd |
hashcat
|
2 |
2,896 |
08-25-2017, 12:24 PM |
|
|
Thread: A good hash ???
Post: RE: A good hash ???
We already explained this to you here:
https://hashcat.net/forum/thread-6609-post-36090.html#pid36090
axcrypt2john.py includes the file name and hashcat doesn't need that.
either use --username o... |
|
philsmd |
hashcat
|
1 |
2,126 |
08-25-2017, 08:52 PM |
|
|
Thread: hashcat stops after about 37 minutes
Post: RE: hashcat stops after about 37 minutes
Hey @patpro. Thank you for the report.
It seems devs now were able to reproduce this problem and fix it (https://github.com/hashcat/hashcat/commit/688a580d6c8c29b2525d905cb4ae1b688fc8fba7). Please ... |
|
philsmd |
hashcat
|
22 |
17,111 |
08-25-2017, 08:56 PM |
|
|
Thread: 15200 Blockchain, My Wallet, V2 help
Post: RE: 15200 Blockchain, My Wallet, V2 help
Use this python script to extract the "hash" from your wallet file:
https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/blockchain2john.py
Don't forget to either remove... |
|
philsmd |
hashcat
|
1 |
3,046 |
08-26-2017, 07:38 AM |
|
|
Thread: Office and --show option
Post: RE: Office and --show option
If you want to output the cracked hashes with -m 9820 you need to use the orginal hash file that you use to crack with -m 9820 (this is not only true for -m 9820, but for all hash types).
So if you... |
|
philsmd |
hashcat
|
6 |
5,802 |
08-28-2017, 07:26 AM |
|
|
Thread: 1password agilebits conversion - doesn't match sample?
Post: RE: 1password agilebits conversion - doesn't match...
The format for hashcat is just:
decimal_iteration_count:hexadecimal_salt:hexadecimal_digest
you could just read the encryptionKeys.js file (and base64 convert the salt and digest) or use some othe... |
|
philsmd |
hashcat
|
3 |
3,947 |
08-30-2017, 06:27 PM |
|
|
Thread: Plain Vmware image setup - anyone?
Post: RE: Plain Vmware image setup - anyone?
I don't think that using a vmware image is an easy solution for your problem.
With virtualization you need the virtualization system to support having full access to your hardware (in this case the... |
|
philsmd |
hashcat
|
5 |
4,927 |
08-31-2017, 08:54 AM |
|
|
Thread: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash
The short answer is: I/O
You shouldn't underestimate how slow it is to read from disk compared to e.g. generating the password candidates with rule/mask engine directly on GPU (fast hashes).
For slo... |
|
philsmd |
hashcat
|
8 |
21,165 |
09-02-2017, 08:40 AM |
|
|
Thread: How to run the program to find a hash/Помогите запустить хешке
Post: RE: How to run the program to find a hash/Помо...
You can download the intel OpenCL CPU driver here: https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtime for your 430m CPU.
the GPU is way too old. |
|
philsmd |
hashcat
|
6 |
7,224 |
09-02-2017, 12:07 PM |
|
|
Thread: Speed of crack for WPA/WPA2 hash
Post: RE: Speed of crack for WPA/WPA2 hash
As already mentioned above, the hash algorithm itself determines where/how the password candidates are generated for mask attacks (-a 3).
The hashcat source code distinguishes between ATTACK_EXEC_INS... |
|
philsmd |
hashcat
|
8 |
21,165 |
09-03-2017, 07:33 PM |
|
|
Thread: Issues in cracking WPA2 with wordlist+mask
Post: RE: Issues in cracking WPA2 with wordlist+mask
The minimum password length for WPA/WPA2 is 8 bytes/characters.
Hashcat will immediately reject (see the Rejected.........: line within your status) all passwords which do not adhere to this limita... |
|
philsmd |
hashcat
|
1 |
3,201 |
09-04-2017, 10:45 AM |
|
|
Thread: Hashcat aborting (bug?)
Post: RE: Hashcat aborting (bug?)
You should try again with the latest beta versions of hashcat (https://hashcat.net/beta/ , do not forget to use -O if you want to use the optimized kernels and have the same speed as with 3.6).
Rec... |
|
philsmd |
hashcat
|
2 |
2,942 |
09-05-2017, 02:01 PM |
|
|
Thread: Hashcat don't parse sha256($pass.$salt) with --hex-salt
Post: RE: Hashcat don't parse sha256($pass.$salt) with -...
The newest beta version (https://hashcat.net/beta/) should fix this problem.
Thx for reporting |
|
philsmd |
hashcat
|
3 |
4,601 |
09-06-2017, 10:22 PM |
|
|
Thread: Complex iTunes password
Post: RE: Complex iTunes password
Please keep in mind:
1. this has nothing to do with hashcat. If the password is completely random, long enough, wasn't leaked before and therefore doesn't appear in any word list, it could be just in... |
|
philsmd |
hashcat
|
7 |
6,395 |
09-07-2017, 08:25 AM |
|
|
Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...
the main question that comes to my mind here is: why do you need to clean it at all?
doesn't it work also without cleaning it? The output should be 100% the same one.
maybe the only reasons you cl... |
|
philsmd |
hashcat
|
6 |
29,048 |
09-12-2017, 08:08 AM |
|
|
Thread: MS Office Instant decryption
Post: RE: MS Office Instant decryption
If you read this carefully https://hashcat.net/forum/thread-3665.html, you will see that you only need -m 9710 to access the data.
Have a look at the list of steps under the "KDF" section https://has... |
|
philsmd |
General Talk
|
9 |
15,352 |
09-12-2017, 05:00 PM |
|
|
Thread: Clean up CAP and Convert to HCCAPX for use with Hashcat
Post: RE: Clean up CAP and Convert to HCCAPX for use wit...
I just want to make sure that a non-experienced user doesn't use a silly filter and cleanup like the one mentioned above.
If you know what you are doing. just do it. at your own risk.
For all othe... |
|
philsmd |
hashcat
|
6 |
29,048 |
09-13-2017, 10:49 AM |
|
|
Thread: Custom symbol character set
Post: RE: Custom symbol character set
The syntax is explained here:
https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files
(and also within the FAQ: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_hashca... |
|
philsmd |
hashcat
|
5 |
5,451 |
09-14-2017, 07:20 AM |
|
|
Thread: Custom symbol character set
Post: RE: Custom symbol character set
oh, you are right. I actually didn't test it and just noticed the , (the only thing that I escaped).
The correct syntax, according to the custom charset definition wiki is that you also have to esc... |
|
philsmd |
hashcat
|
5 |
5,451 |
09-14-2017, 02:20 PM |
|
|
Thread: Custom symbol character set
Post: RE: Custom symbol character set
Yeah, that's true that there are 2 different escaping rules.
The one about the masks (?? for a literal "?") was always there: see https://hashcat.net/wiki/?id=mask_attack#masks
This is also how it... |
|
philsmd |
hashcat
|
5 |
5,451 |
09-14-2017, 04:09 PM |