Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: Hash.org passwords?
Post: RE: Hash.org passwords?
The topic isn't necessarily hashcat-specific; that's all. But that's OK, given that it's a topic of sufficient general interest.
And hashes.org founds is definitely a high-quality list - as is any ... |
|
royce |
hashcat
|
3 |
2,577 |
09-03-2018, 12:21 AM |
|
|
Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking
With the upcoming -S / --slow-candidates option, it may be that a better approach for this could be possible. |
|
royce |
hashcat
|
19 |
9,937 |
09-03-2018, 04:27 AM |
|
|
Thread: need advice
Post: RE: need advice
I'm having trouble figuring out what advice you're looking for; can you rephrase as a specific question? |
|
royce |
hashcat
|
5 |
3,637 |
09-03-2018, 04:37 PM |
|
|
Thread: NTLM vs WPA/WPA2 cracking
Post: RE: NTLM vs WPA/WPA2 cracking
Fair. I'm a little over my head here, but it does sound as though the length enforcement is happening in the wrong place for slow hashes. |
|
royce |
hashcat
|
19 |
9,937 |
09-03-2018, 04:39 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,696 |
09-05-2018, 03:20 PM |
|
|
Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass
Code:
--
$ hashcat --help | egrep -i user
--username | | Enable ignoring of usernames in hashfile |
--
... and:
https://hashcat.net/wiki/doku.php?id=frequent... |
|
royce |
hashcat
|
8 |
4,954 |
09-07-2018, 06:17 PM |
|
|
Thread: need advice
Post: RE: need advice
If it's 10 random digits, and there's no other pattern, that's probably the best you can do.
Adding -O / --optimized-kernel-enable might also help. |
|
royce |
hashcat
|
5 |
3,637 |
09-07-2018, 08:09 PM |
|
|
Thread: Input and Output user/email:pass
Post: RE: Input and Output user/email:pass
I guess you could simulate it by replacing the first colon with some other separator, as in
user$email:hash |
|
royce |
hashcat
|
8 |
4,954 |
09-08-2018, 04:15 PM |
|
|
Thread: Help With Wordlists
Post: RE: Help With Wordlists
Because you want a variable number of digits, which could be anywhere in the string, you'll need a list of masks - not just a single mask. This list must be generated outside of hashcat.
Use
http:... |
|
royce |
hashcat
|
1 |
1,890 |
09-09-2018, 03:25 AM |
|
|
Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue
But this is different from 2811? |
|
royce |
hashcat
|
3 |
2,678 |
09-09-2018, 03:37 AM |
|
|
Thread: vBulletin < v3.8.5 salt length issue
Post: RE: vBulletin < v3.8.5 salt length issue
If there's no direct support for this length in hashcat as shipped, you could pull the source from GitHub and modify the expected salt length.
(Also, just in case - make sure that the command line ... |
|
royce |
hashcat
|
3 |
2,678 |
09-09-2018, 04:35 PM |
|
|
Thread: bcrypt $2*$, Blowfish (Unix) slow speed
Post: RE: bcrypt $2*$, Blowfish (Unix) slow speed
What value is in the "cost" field of your hash? (the second $-separated field, two digits wide)?
Based on the speed you're getting, I'm guessing that it's probably cost 10? If so, that speed is norma... |
|
royce |
hashcat
|
4 |
3,358 |
09-11-2018, 10:35 PM |
|
|
Thread: bcrypt $2*$, Blowfish (Unix) slow speed
Post: RE: bcrypt $2*$, Blowfish (Unix) slow speed
(Unless you also post the plaintext, please don't post hashes.)
Your performance is quite normal for cost 10 on a 1080. |
|
royce |
hashcat
|
4 |
3,358 |
09-11-2018, 10:50 PM |
|
|
Thread: Can not crack some example of hashes
Post: RE: Can not crack some example of hashes
Do you get any errors or warnings? What final feedback do you get from hashcat? |
|
royce |
hashcat
|
2 |
2,190 |
09-12-2018, 08:49 AM |
|
|
Thread: Restore File How to Use it
Post: RE: Restore File How to Use it
The default session name is 'hashcat' if a session name is not specified. |
|
royce |
hashcat
|
7 |
4,560 |
09-12-2018, 03:42 PM |
|
|
Thread: Help please ! can't figure out the mode to be used
Post: RE: Help please ! can't figure out the mode to be ...
Please do not post hashes. It is against the forum rules (https://hashcat.net/forum/archive/index.php?announcement-2.html).
There's currently no support in hashcat for Argon2. hashcat's own help co... |
|
royce |
hashcat
|
3 |
2,866 |
10-05-2018, 02:30 PM |
|
|
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: Installing a new Intel CPU runtime for OpenCL leads to a duplicate CPU platform
Post: RE: Installing a new Intel CPU runtime for OpenCL ...
|
royce |
hashcat
|
2 |
2,219 |
10-29-2018, 04:58 PM |
|
|
Thread: Need piping?
Post: RE: Need piping?
You can mix and match as needed - part rules, part external. A pure-rules approach will be fastest. |
|
royce |
hashcat
|
3 |
2,207 |
11-08-2018, 12:07 AM |
|
|
Thread: Finding Algo/Hash Type
Post: RE: Finding Algo/Hash Type
In general, the only way to tell for sure is to crack one.
Other tools like MDXfind are good at tackling many different algos at once against a pile of unknown hashes. hashcat and MDXfind have some... |
|
royce |
hashcat
|
3 |
2,624 |
11-09-2018, 11:05 PM |