Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Empty hash? "Disk error"
Post: RE: Empty hash? "Disk error"
I think the problem is that you are trying to extract the data from a specific partition (e.g. /dev/sda1) while the guide here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_... |
|
philsmd |
hashcat
|
2 |
2,384 |
12-29-2017, 08:51 AM |
|
|
Thread: Haschat cracked a password but how can I print out it?
Post: RE: Haschat cracked a password but how can I print...
It is explained for instance here: https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
... |
|
philsmd |
hashcat
|
2 |
2,634 |
02-03-2018, 03:47 PM |
|
|
Thread: Hashtopussy Mask Attack
Post: RE: Hashtopussy Mask Attack
The problem is that this is not the hashtopussy forum.
Hashtopussy is a 3rd party software. You are asking your question at the wrong place
You should try to find the answers to your questions by ... |
|
philsmd |
General Talk
|
2 |
2,468 |
02-03-2018, 09:10 PM |
|
|
Thread: [mp64] Output Results with Max/Exact Number of Chars of Specified Charsets
Post: RE: [mp64] Output Results with Max/Exact Number of...
I think this is similar to what we do with policygen of PACK, i.e. using hashcat mask files (.hcmask) directly with hashcat. |
|
philsmd |
hashcat
|
2 |
2,649 |
02-06-2018, 08:38 AM |
|
|
Thread: WPA and first hash
Post: RE: WPA and first hash
https://hashcat.net/forum/thread-6355-post-33892.html#pid33892
https://github.com/hashcat/hashcat/issues/1167 |
|
philsmd |
hashcat
|
2 |
2,750 |
02-27-2018, 05:58 PM |
|
|
Thread: Line-length exception for Etherum Wallet
Post: RE: Line-length exception for Etherum Wallet
The hash for -m 15700 must start with "$ethereum$s*". You need to remove all file names if there are any file names within the output of ethereum2john.py.
You also should use a hash file just to ma... |
|
philsmd |
hashcat
|
2 |
2,277 |
03-14-2018, 12:23 AM |
|
|
Thread: Help a total beginner: No usable dictionary file found.
Post: RE: Help a total beginner: No usable dictionary fi...
-a 6 is a hybrid attack mode, therefore you need to specify both the dictionary file and the mask
your command line should look something like this:
Code:
--
hashcat -a 6 -m 7700 hashes.txt dic... |
|
philsmd |
hashcat
|
2 |
2,335 |
05-03-2018, 07:13 PM |
|
|
Thread: Increment knowing the last chars of password
Post: RE: Increment knowing the last chars of password
... or hashcat mask files (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files)
... or salted hash types instead of unsalted ones (if there are alternative -m modes available for that... |
|
philsmd |
hashcat
|
2 |
2,038 |
05-12-2018, 12:42 PM |
|
|
Thread: 8gb wordlist for cracking a Rar3
Post: RE: 8gb wordlist for cracking a Rar3
the command should look something like:
Code:
--
hashcat -m 12500 -a 0 hash.txt dict.txt
--
that means that you also need to specify the hash file, not just the word list
BTW: the hash form... |
|
philsmd |
hashcat
|
2 |
4,687 |
07-25-2018, 07:15 AM |
|
|
Thread: --increment option
Post: RE: --increment option
yes, your hcmask file should look like this:
Code:
--
?l
?l?d
?l?l?d
?l?l?l?d
?l?l?l?l?d
?l?l?l?l?l?d
?l?l?l?l?l?l?d
?l?l?l?l?l?l?l?d
?l?l?l?l?l?l?l?l?d
--
references:
https://hashcat... |
|
philsmd |
hashcat
|
2 |
2,441 |
08-24-2018, 03:38 PM |
|
|
Thread: help with hashing wpa2 gtx 1080 hashrate
Post: RE: help with hashing wpa2 gtx 1080 hashrate
well, you didn't even mention what your command line is. Is it a mask attack (-a 3) ?
what is your speed with hashcat -m 2500 -b ?
Are you sure you added the -w 3 parameter (or even -w 4) ? |
|
philsmd |
hashcat
|
2 |
1,924 |
10-16-2018, 12:51 PM |
|
|
Thread: Cracking multiple WPA2 hashes?
Post: RE: Cracking multiple WPA2 hashes?
see https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_crack_multiple_wpa_handshakes_at_once
and
https://hashcat.net/wiki/doku.php?id=hccapx |
|
philsmd |
hashcat
|
2 |
3,118 |
10-19-2018, 06:34 PM |
|
|
Thread: How to erase/reset hashcat-brain server
Post: RE: How to erase/reset hashcat-brain server
#1 there is no such thing as an installation for brain.
you can just remove/delete the files starting with brain.*
brain.*.admp (attack storage)
brain.*.ldmp (session storage, long time memory)
... |
|
philsmd |
hashcat
|
2 |
2,599 |
11-28-2018, 01:28 PM |
|
|
Thread: PDF (Standard V1.3 40-bit RC4) Salt-value exception
Post: RE: PDF (Standard V1.3 40-bit RC4) Salt-value exce...
I think it should be -m 10400 = PDF 1.1 - 1.3 (Acrobat 2 - 4)
but your hash starts with $pdf$1*3* and only V == 1 and R == 2 is allowd by the parser.
Remember that you should never post hashes on ... |
|
philsmd |
hashcat
|
2 |
2,380 |
12-03-2018, 02:17 PM |
|
|
Thread: hcstat to hcstat2
Post: RE: hcstat to hcstat2
well, in theory one could develop a tool to convert .hcstat files into .hcstat2 files, but at the end it doesn't make much sense because the new file format of course has several advantages (most impo... |
|
philsmd |
hashcat
|
2 |
2,035 |
11-29-2018, 10:44 AM |
|
|
Thread: Avoiding startup lag when running hashcat in a loop
Post: RE: Avoiding startup lag when running hashcat in a...
First of all, --force is not used to enable your CPU, but --force is used to run hashcat even if it detected some hard problems on your system.
-D 1 (or --opencl-device-types 1) instead needs to be... |
|
philsmd |
hashcat
|
2 |
1,716 |
12-12-2018, 12:20 PM |
|
|
Thread: good wordlist
Post: RE: good wordlist
hmm, interesting.
but the site looks quite bad/fishy. "tested on neighbours Wi-Fi", bitcoin address, "must-have", big password list to download (let me explain below)....
and back to the topic,... |
|
philsmd |
User Contributions
|
2 |
4,253 |
12-19-2018, 11:02 AM |
|
|
Thread: SQL2012 - Token Length Exception
Post: RE: SQL2012 - Token Length Exception
First of all, hashes (yeah all hashes, including the SQL hashes) are not decryptable, you must crack them.
The error message clearly says that it tried to use the hash "C:\hashcat\Hashes.txt" which... |
|
philsmd |
hashcat
|
2 |
3,252 |
12-19-2018, 07:37 PM |
|
|
Thread: cracking Wifi with android phone
Post: RE: cracking Wifi with android phone
(I will only answer the hashcat related part of the question, because this is the hashcat forum.... how you obtain networks traffic captures is another question not related to hashcat at all,,. hint: ... |
|
philsmd |
hashcat
|
2 |
2,328 |
12-20-2018, 09:37 AM |
|
|
Thread: "simultaneous attacks"
Post: RE: "simultaneous attacks"
you can just append one hccapx file to the other and create a larger hccapx file, as explained here:
- https://hashcat.net/wiki/doku.php?id=hccapx
- https://hashcat.net/wiki/doku.php?id=frequently_a... |
|
philsmd |
hashcat
|
2 |
1,850 |
01-23-2019, 08:05 PM |