Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try without using powershell, but cmd instead ?
[hr]
update: whoops, I just realized I had the "wrong" screenshot open from this issue (https://hashcat.net/forum/thread-8141-post-43675.htm... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 09:27 AM |
|
|
Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...
did you try to follow the wrongdriver guide ?
Do you have any other OpenCL runtime/driver installed ? maybe the one for your CPU etc ?
For the system that isn't working yet, did you have any (wo... |
|
philsmd |
hashcat
|
9 |
3,829 |
02-10-2019, 12:05 PM |
|
|
Thread: Custom charset with mask files
Post: RE: Custom charset with mask files
@swing
did you try putting my1.hcchr and my2.hcchr into the root directory of hashcat and use a mask like this:
my1.hcchr,my2.hcchr,?l,?1?2?1?2?3?3?3
I think it's just a matter of if the file i... |
|
philsmd |
hashcat
|
3 |
3,832 |
01-18-2019, 07:48 PM |
|
|
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: foreign words and --remove
Post: RE: foreign words and --remove
for question number 1 it depends on the type of hashes and also on your hardware (SSD, RAM, CPU) etc. In my experience, you shouldn't bother too much about removing hashes if you do not crack (and the... |
|
philsmd |
hashcat
|
3 |
3,868 |
08-09-2017, 08:57 AM |
|
|
Thread: Inaccurate number
Post: RE: Inaccurate number
if you use usernames and sort the file, the hashes can still be non-unique.
there could be multiple users having the same password and hash. so the sort -u might not do what you think it does (beca... |
|
philsmd |
hashcat
|
13 |
3,874 |
12-13-2019, 05:33 PM |
|
|
Thread: Inaccurate number
Post: RE: Inaccurate number
why would you need to unique the hashes ? just for testing ?
again, it depends on if you have usernames within the hash file... a line is not unique unless both the username:hash is unique , but fo... |
|
philsmd |
hashcat
|
13 |
3,874 |
12-13-2019, 09:43 PM |
|
|
Thread: Inaccurate number
Post: RE: Inaccurate number
--show is not for cracking, it is used to show the already cracked passwords (AFTER cracking)
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passw... |
|
philsmd |
hashcat
|
13 |
3,874 |
12-13-2019, 06:56 PM |
|
|
Thread: Dreaded 209 error
Post: RE: Dreaded 209 error
Afaik this error could also occur if you did not extract the oclHashcat .7z archive correctly.
You should use something like 7zip on windows and unzip the .7z with this software.
After that you ne... |
|
philsmd |
Old oclHashcat Support
|
1 |
3,875 |
02-18-2015, 12:02 PM |
|
|
Thread: CSV, hashes and username...
Post: RE: CSV, hashes and username...
This question was answered way too often, it even made it into the FAQ: https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
has... |
|
philsmd |
hashcat
|
2 |
3,880 |
07-27-2017, 10:56 AM |
|
|
Thread: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed
Are you sure that you are comparing the correct values?
Did you ran a benchmark (-b) with both versions?
There are a lot of people making the mistake to compare apples with oranges, for instance... |
|
philsmd |
hashcat
|
6 |
3,903 |
05-11-2018, 09:12 PM |
|
|
Thread: Integer overflow error
Post: RE: Integer overflow error
No, this is correct. The number of password candidates is way too huge.
Just do the math ?a has 95 characters. If we have a length of 15, we have 95^15.
The result of 95*95*95*95*....*95 (15 times) ... |
|
philsmd |
hashcat
|
5 |
3,907 |
02-14-2018, 08:37 AM |
|
|
Thread: Integer overflow error
Post: RE: Integer overflow error
I think it is the other way around.
If we look at the file docs/changes.txt it mentions that the integer overflow check was first introduced with version 3.40 of hashcat. This is why you don't see t... |
|
philsmd |
hashcat
|
5 |
3,907 |
02-14-2018, 09:20 AM |
|
|
Thread: Wordlists Contain 0 Bytes?
Post: RE: Wordlists Contain 0 Bytes?
You have specified "-a 3" this means cpu hashcat will use a mask attack (https://hashcat.net/wiki/doku.php?id=mask_attack ).
If you instead want to use a wordlist-based attack, you need to specify -a ... |
|
philsmd |
Old hashcat Support
|
1 |
3,909 |
01-01-2015, 12:02 PM |
|
|
Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes
yeah, it's very likely that you messed something up in converting (base64 to hex) or truncating the entropy part.
I would suggest that you also try with the example hash from https://hashcat.net/wi... |
|
philsmd |
General Talk
|
8 |
3,915 |
05-29-2019, 09:38 AM |
|
|
Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes
sorry to hear about your loss.
I think something like this explains the format pretty well: https://apple.stackexchange.com/questions/220729/what-type-of-hash-are-a-macs-password-stored-in/220863#2... |
|
philsmd |
General Talk
|
8 |
3,915 |
05-22-2019, 08:11 AM |
|
|
Thread: Hash Mode 7100 Hashes
Post: RE: Hash Mode 7100 Hashes
yeah, never ignore self-test errors. They are warning you that there is something wrong.
You could also test beta from https://hashcat.net/beta/ or release versions (even try with older ones) from ... |
|
philsmd |
General Talk
|
8 |
3,915 |
05-31-2019, 07:35 PM |
|
|
Thread: decryption mechanism in wpa & wpa2
Post: RE: decryption mechanism in wpa & wpa2
the answer is
4. it uses markov chains (so not really random) if you didn't use --markov-disable
EDIT: btw this has not specifically to do only with wpa; markov chains are enabled for every hash ty... |
|
philsmd |
Old oclHashcat Support
|
1 |
3,929 |
01-26-2015, 11:28 AM |
|
|
Thread: RTX 2080 Low performance
Post: RE: RTX 2080 Low performance
did you actually read what the output says ?
it literally said that you should use -w 3 and -O |
|
philsmd |
hashcat
|
7 |
3,930 |
04-08-2019, 09:10 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
maybe it has something to do with this: https://github.com/hashcat/hashcat/commit/a9bafb7edb49bbf40d097fecf19a5c4ee0620076
The validation check is only searching for some specific pattern... we wou... |
|
philsmd |
hashcat
|
14 |
3,930 |
12-11-2019, 10:15 PM |