Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Help me install hxctools
Post: RE: Help me install hxctools
Well, you could ask in this thread:
https://hashcat.net/forum/thread-6661.html |
|
royce |
hashcat
|
3 |
1,607 |
08-26-2019, 03:37 PM |
|
|
Thread: Veracrypt with keyfile
Post: RE: Veracrypt with keyfile
Sounds like it's a passphrase, and you know the wordlist, but not the order.
princeprocessor could be used to generate all possible combinations of words. You may need to alter princeprocessor's so... |
|
royce |
hashcat
|
2 |
1,630 |
02-25-2019, 07:20 PM |
|
|
Thread: DES with partial plain text
Post: RE: DES with partial plain text
Could you elaborate with a hypothetical/contrived example?
It sounds like you *might* be looking for masks. For example, if you know that a password is 10 characters and the first four characters a... |
|
royce |
hashcat
|
11 |
1,633 |
06-14-2020, 10:36 PM |
|
|
Thread: Two Dictionaries + 3 digits
Post: RE: Two Dictionaries + 3 digits
Use 'combinator' tool from hashcat-utils and pipe it into hashcat, and then apply the ?d?d?d at the end using hashcat itself.
https://hashcat.net/wiki/doku.php?id=hashcat_utils#combinator
A simp... |
|
royce |
hashcat
|
1 |
1,640 |
08-13-2018, 07:02 AM |
|
|
Thread: MD5 Help
Post: RE: MD5 Help
Do you mean that the plaintext is 32 characters?
If so, then unless you have a strong idea of its composition, bruteforce cannot reach even half of that keyspace. |
|
royce |
hashcat
|
4 |
1,655 |
10-21-2019, 06:20 AM |
|
|
Thread: Error with NetNtlmv2 hash converted from john
Post: RE: Error with NetNtlmv2 hash converted from john
Hmm - NetNTLMv2 looks longer than that. See the example NetNTLMv2 hash here:
https://hashcat.net/wiki/doku.php?id=example_hashes
If your command line works with that example hash, the problem is... |
|
royce |
hashcat
|
1 |
1,667 |
07-05-2018, 05:27 PM |
|
|
Thread: Pause Certain Devices
Post: RE: Pause Certain Devices
There's no interactive native way to do this today.
You could work around this by scripting something that does the following:
1. Stop the job.
2. Modify the restore file using https://github.c... |
|
royce |
hashcat
|
1 |
1,673 |
03-31-2018, 03:45 AM |
|
|
Thread: How to disable the output of hacked hashes
Post: RE: How to disable the output of hacked hashes
The --outfile/--outfile-format parameters can suppress the console output this way. (If you don't want the output retains anywhere at all, you can map --outfile to /dev/null). |
|
royce |
hashcat
|
1 |
1,684 |
10-21-2018, 05:30 PM |
|
|
Thread: deshashing same hashes in different Sittes.
Post: RE: deshashing same hashes in different Sittes.
As long as the following are the same:
* the input files (if any)
* the hashes
* the hashcat.restore file (or [session-name].restore file)
* the version of hashcat (this may vary, but sometimes ... |
|
royce |
hashcat
|
1 |
1,695 |
09-05-2018, 03:20 PM |
|
|
Thread: dapp / digital currency for password cracking
Post: RE: dapp / digital currency for password cracking
https://security.stackexchange.com/questions/62800/is-it-possible-to-use-bitcoin-miners-to-decrypt-files-communication |
|
royce |
General Talk
|
4 |
1,730 |
01-10-2020, 07:49 AM |
|
|
Thread: hashcat do not work android linux ?
Post: RE: hashcat do not work android linux ?
There appears to be no OpenCL on this platform. OpenCL is required. |
|
royce |
hashcat
|
2 |
1,739 |
03-31-2019, 05:10 PM |
|
|
Thread: Hashrate
Post: RE: Hashrate
https://hashcat.net/faq/morework |
|
royce |
hashcat
|
2 |
1,759 |
02-04-2019, 07:39 AM |
|
|
Thread: mask attack issue
Post: RE: mask attack issue
Have you tried --status and --status-timer ? |
|
royce |
hashcat
|
1 |
1,773 |
02-05-2018, 07:06 AM |
|
|
Thread: What does the values in Speed Dev indicate
Post: RE: What does the values in Speed Dev indicate
The first device is hashing candidate passwords at a rate of roughly 9452700 hashes per second. |
|
royce |
hashcat
|
1 |
1,827 |
02-17-2018, 06:28 PM |
|
|
Thread: password 8 letters
Post: RE: password 8 letters
Take the spaces out of your mask (and note that each 'character' of the mask is '?l', not 'l?'):
hashcat -m 2500 -a 3 -o password.txt dom.hccapx ?l?l?l?l?l?l?l?l |
|
royce |
hashcat
|
6 |
1,841 |
01-19-2020, 10:14 PM |
|
|
Thread: What am I doing wrong?
Post: RE: What am I doing wrong?
I'm not able to reproduce this.
Code:
--
$ hashcat -a 3 --stdout -i --increment-min 5 --increment-max 9 -1 custom.hcchr -2 custom1.hcchr ?u?1?1?1?2?2?2?2?2 | head -100000 | cut -b1 | sort -u | ... |
|
royce |
hashcat
|
1 |
1,843 |
12-23-2017, 04:19 AM |
|
|
Thread: Bruteforce + Custom characters
Post: RE: Bruteforce + Custom characters
If the first 8 characters are truly unknown, then the first 8 positions of the mask would be ?a, and the rest would be literal / hard-coded:
?a?a?a?a?a?a?a?aAlis-ZA |
|
royce |
hashcat
|
1 |
1,857 |
02-17-2018, 06:27 PM |
|
|
Thread: Help
Post: RE: Help
Please read the forum rules (https://hashcat.net/forum/announcement-2.html). |
|
royce |
General Talk
|
1 |
1,863 |
10-15-2018, 02:41 AM |
|
|
Thread: Extracting Hashes
Post: RE: Extracting Hashes
This varies depending on the hash type. But generally, the John the Ripper tools are usually quite good - and up to date for many hash types. |
|
royce |
General Talk
|
1 |
1,866 |
06-19-2018, 08:04 AM |
|
|
Thread: I need a very detailed picture and text tutorial, I don't have any foundation.
Post: RE: I need a very detailed picture and text tutori...
Hello! Please post in English. Use Google Translate if you need to.
Here is a Google Translate translation of the above:
I am learning hashcat, but its instructions make me a headache. I searched a ... |
|
royce |
hashcat
|
4 |
1,879 |
09-01-2019, 07:06 PM |