Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
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: Scrypt + Salsa20/8 128 128
Post: RE: Scrypt + Salsa20/8 128 128
It should be as easy as running the following script:
Code:
--
perl scrypt_converter.pl hashes.txt
--
where the file scrypt_converter.pl contains this code:
Code:
--
#!/usr/bin/env perl
... |
|
philsmd |
hashcat
|
7 |
8,171 |
08-17-2017, 08:59 AM |
|
|
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: ERROR: Use of -r/--rules-file and -g/--rules-generate only allowed in attack mode 0.
Post: RE: ERROR: Use of -r/--rules-file and -g/--rules-g...
Within this video hashcat-legacy (https://github.com/hashcat/hashcat-legacy) is being used and not the new hashcat.
Yeah, 2 of the differences we notice here between hashcat-legacy and hashcat is t... |
|
philsmd |
hashcat
|
4 |
4,702 |
08-24-2017, 08:46 PM |
|
|
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: 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: 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 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: 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: I cant Run hashcat in Linux
Post: RE: I cant Run hashcat in Linux
do not use beignet. You need to install the Intel runtime if you want to use your OpenCL CPU:
OpenCL™ Runtime 16.1.1 for Intel® Core™ and Intel® Xeon® Processors for Ubuntu* (64-bit) ***
ht... |
|
philsmd |
hashcat
|
6 |
8,436 |
09-14-2017, 04:14 PM |
|
|
Thread: Performance difference Win 7 vs Win 10?
Post: RE: Performance difference Win 7 vs Win 10?
You should be more specific about what you are trying to run.
... or are you talking about just benchmarking with -b ?
If you do not just run "hashcat -b", but some other types of attack, e.g. w... |
|
philsmd |
hashcat
|
3 |
3,726 |
09-16-2017, 09:38 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...
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 |