Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session
jodler303 Wrote: (08-13-2016, 05:07 PM)
--
So what you will do (or maybe just me ;-)) is, taking the percentage from the last mask hashcat was working on, letting it finish off that mask the way i h... |
|
philsmd |
hashcat
|
12 |
24,560 |
08-13-2016, 05:57 PM |
|
|
Thread: hashcat64 not working versus hashcat32
Post: RE: hashcat64 not working versus hashcat32
You can troubleshoot this in different ways:
1. use strace to see what is going on
2. look at the exit code (echo $? after you run the command)
3. try with the beta version under https://hashcat.net/b... |
|
philsmd |
hashcat
|
2 |
4,336 |
08-12-2016, 08:52 AM |
|
|
Thread: Help with Axcrypt
Post: RE: Help with Axcrypt
I'm not sure about the exact error message you get but if it is a python error you should probably use a different (version of) Python (maybe Python 2.7 at least).
Since you didn't show the full erro... |
|
philsmd |
General Talk
|
5 |
7,880 |
08-12-2016, 08:48 AM |
|
|
Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session
jodler303 Wrote: (08-11-2016, 06:50 PM)
--
and by multiplying the percentage with keyspace you can calculate the offset for --skip
--
Sorry, but this statement is bullshit. There is a specific lin... |
|
philsmd |
hashcat
|
12 |
24,560 |
08-12-2016, 08:42 AM |
|
|
Thread: HC 3.0 generates gibberish with rules and full syntax on WPA
Post: RE: HC 3.0 generates gibberish with rules and full...
That is kind of obvious since --stdout doesn't expect any other other files besides the files needed for the attack type (e.g. -a 0 expects a dictionary or directory, -a 3 expects a mask, -a 1 expects... |
|
philsmd |
hashcat
|
2 |
3,688 |
08-11-2016, 12:47 PM |
|
|
Thread: Help with Axcrypt
Post: RE: Help with Axcrypt
You can just use axcrypt2john.py (btw: the format - an example "hash" - is also mentioned here: https://hashcat.net/wiki/example_hashes ) |
|
philsmd |
General Talk
|
5 |
7,880 |
08-11-2016, 12:39 PM |
|
|
Thread: cracking salted linux shadow hash: Unable to load due to Line-length
Post: RE: cracking salted linux shadow hash: Unable to l...
of course it is salted (the part after "$6$" and before the "$hash" part, i.e. "52450745" for this very specific example is the salt) and the whole sha512crypt hash can be generated like this in pytho... |
|
philsmd |
hashcat
|
5 |
9,574 |
08-11-2016, 09:16 AM |
|
|
Thread: hashcat-3.00 Toggle attack produces duplicates
Post: RE: hashcat-3.00 Toggle attack produces duplicates
Well, in this specific case some rules are applied, since hashcat was instructed to apply all these rules, but they/some didn't change the password candidate because the toggles should take place at p... |
|
philsmd |
hashcat
|
4 |
4,634 |
08-10-2016, 08:18 AM |
|
|
Thread: 2013 MBP with -d 3 option not cracking properly
Post: RE: 2013 MBP with -d 3 option not cracking properl...
This seems to be *exactly* the same problem as reported here: https://github.com/hashcat/hashcat/issues/428
Current conclusion is that it's a driver problem only affecting Apple devices, but the al... |
|
philsmd |
hashcat
|
2 |
4,176 |
08-10-2016, 08:04 AM |
|
|
Thread: Struggling with syntax
Post: RE: Struggling with syntax
1. you are posting your question within the wrong forum section: your output shows that you are using hashcat-legacy, while your are posting within the "hashcat" forum section. (... or maybe you shoul... |
|
philsmd |
hashcat
|
1 |
3,866 |
08-08-2016, 09:43 AM |
|
|
Thread: hex output special character
Post: RE: hex output special character
it's nothing particular strange about that $HEX[...] output, instead it is just the hexadecimal representation of the string.
Yeah, if you really want you can use --outfile-autohex-disable in your fir... |
|
philsmd |
hashcat
|
2 |
4,276 |
08-02-2016, 10:24 AM |
|
|
Thread: Missing hashcat-cli64.app for OSX 10.11.5
Post: RE: Missing hashcat-cli64.app for OSX 10.11.5
No, there is not really a file missing. Mac OSX users currently need to build the binary themself for reasons explained in https://github.com/hashcat/hashcat/issues/403 , https://github.com/hashcat/ha... |
|
philsmd |
hashcat
|
3 |
6,105 |
07-29-2016, 10:29 AM |
|
|
Thread: Warnings in hashcat v3 not present in cudaHashcat v2.01 - should I care?
Post: RE: Warnings in hashcat v3 not present in cudaHash...
Afaik, you also need to set the coolbits to 12, as mentioned in several tuning "howtos" on the forum: e.g. https://hashcat.net/forum/thread-3717-post-23470.html#pid23470 (not sure if that specific how... |
|
philsmd |
hashcat
|
15 |
20,489 |
07-26-2016, 10:01 AM |
|
|
Thread: Veracrypt question
Post: RE: Veracrypt question
Yeah, it's exactly the same procedure for veracrypt (like it is for truecrypt "hashes", also see https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes)... |
|
philsmd |
General Talk
|
6 |
16,081 |
07-25-2016, 02:41 PM |
|
|
Thread: Create a single rule file with maskprocessor
Post: RE: Create a single rule file with maskprocessor
Congratz, you actually found out the "hard way" what the differences between rule and mask attack is (the easy way would be to just read the wiki pages, in this specific case especially these 2 pages:... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
6,701 |
07-24-2016, 11:26 AM |
|
|
Thread: crack rar
Post: RE: crack rar
Why do you claim that it is not working ?
It is working perfectly fine with -m 12500 = RAR3-hp
The hash even has the signature ($RAR3$*0*) that makes it very clear that no other mode than -m 12500 sh... |
|
philsmd |
hashcat
|
5 |
10,703 |
07-21-2016, 01:45 PM |
|
|
Thread: --opencl-device-types vs. reported Device #?
Post: RE: --opencl-device-types vs. reported Device #?
Please don't confuse OpenCL platforms (intel OpenCl CPU driver, Intel GPU driver, nvidia OpenCL GPU driver, AMD OpenCL CPU driver, AMD OpenCL GPU drivers, pocl opencl drivers, mesa...) with oclHashcat... |
|
philsmd |
hashcat
|
4 |
17,626 |
07-17-2016, 07:42 AM |
|
|
Thread: Nvidia fan use issues
Post: RE: Nvidia fan use issues
Just set the fan speed to 100% before running hashcat AND run hashcat with the --gpu-temp-disable switch.
Alternatively, you could also use the --gpu-temp-retain argument and set the (temperature) ... |
|
philsmd |
hashcat
|
9 |
11,013 |
07-14-2016, 11:42 AM |
|
|
Thread: Hashcat 3 (from git) and OSX
Post: RE: Hashcat 3 (from git) and OSX
Why do you say you (quote : ) "can't use CPU only" ? This is exactly what -D 1 does (with support from your CPU OpenCL driver).
BTW: it's also possible to use hashcat-legacy - formerly called "cpu has... |
|
philsmd |
hashcat
|
8 |
8,384 |
07-13-2016, 08:00 AM |
|
|
Thread: No keyspace for the distributed hashcat v3.00
Post: RE: No keyspace for the distributed hashcat v3.00
If you don't know the password length and want to use mask attack, you can just use mask with different lengths. e.g. 4 to 7:
Code:
--
-a 3 ?a?a?a?a
-a 3 ?a?a?a?a?a
-a 3 ?a?a?a?a?a?a
-a 3 ?a?a?... |
|
philsmd |
hashcat
|
3 |
6,010 |
07-12-2016, 04:20 PM |