Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Mac OSX Maverick pass hash
Post: RE: Mac OSX Maverick pass hash
https://web.archive.org/web/20140703020831/https://www.michaelfairley.co/blog/2014/05/18/how-to-extract-os-x-mavericks-password-hash-for-cracking-with-hashcat/ |
|
atom |
hashcat
|
1 |
2,304 |
06-25-2017, 02:30 PM |
|
|
Thread: GPU Fan Control
Post: RE: GPU Fan Control
You're right, if you set --gpu-temp-retain=1 it should set the fans to 100% and it works in my case. Maybe you do no have setup the X11 correctly so that an external program can set fans, or you lack... |
|
atom |
hashcat
|
1 |
3,371 |
06-25-2017, 02:36 PM |
|
|
Thread: AES encrypted password
Post: RE: AES encrypted password
What you mean with AES encrypted. Which KDF was used and which blockmode? |
|
atom |
hashcat
|
1 |
2,408 |
06-27-2017, 11:34 AM |
|
|
Thread: Problems with prince processor
Post: RE: Problems with prince processor
https://github.com/hashcat/princeprocessor/releases/download/v0.21/princeprocessor-0.21.7z |
|
atom |
hashcat
|
1 |
2,170 |
07-04-2017, 10:40 AM |
|
|
Thread: markprocessor question
Post: RE: markprocessor question
You can't do that with maskprocessor. I've written a small perl script for you.
Code:
--
for (my $i = 0; $i < 256; $i++)
{
my $ones = 0;
for (my $j = 0; $j < 8; $j++)
{
nex... |
|
atom |
hashcat
|
1 |
2,147 |
07-04-2017, 10:51 AM |
|
|
Thread: markprocessor question error
Post: RE: markprocessor question error
The shell interprets some of the special characters because they have special meanings. You need to escape them, use '!?1' instead. |
|
atom |
hashcat
|
1 |
2,685 |
07-04-2017, 10:53 AM |
|
|
Thread: Support for layered hashes?
Post: RE: Support for layered hashes?
That doesn't work for salted hashes, that's the reason hashes are salted. With each different salt, the output hash is a different one for the same input. |
|
atom |
hashcat
|
1 |
2,145 |
07-28-2017, 01:19 PM |
|
|
Thread: Works great, except for ethereum
Post: RE: Works great, except for ethereum
SCRYPT is an anti-gpu algorithm, you can expect strange behavior especially with such high SCRYPT settings. Let it run for a few minutes or hours and do not interrupt. Or simply use a CPU device for "... |
|
atom |
hashcat
|
1 |
2,676 |
07-30-2017, 12:59 PM |
|
|
Thread: How do I extract the hashes from RAR documents on linux?
Post: RE: How do I extract the hashes from RAR documents...
|
atom |
hashcat
|
1 |
3,228 |
07-31-2017, 08:47 AM |
|
|
Thread: Full hashcat benchmark of AMD Vega 64 on ROCm
Post: Full hashcat benchmark of AMD Vega 64 on ROCm
ICYMI: Full hashcat benchmark of AMD Vega 64 on ROCm and comparison with NVidia GTX1080:
https://docs.google.com/spreadsheets/d/1Xy0kkwB6Jkqo7CEprS-GtcUp3dZFWzV_FvZqWNHWmBM/edit |
|
atom |
User Contributions
|
1 |
12,268 |
08-18-2017, 12:00 AM |
|
|
Thread: Help generating password command
Post: RE: Help generating password command
bluepeoplerock Wrote: (08-15-2017, 10:01 PM)
--
I need help generating a password command for my old litecoin wallet. I know what the password should be, but i was using a wireless keyboard to type i... |
|
atom |
hashcat
|
1 |
2,425 |
08-18-2017, 10:25 AM |
|
|
Thread: IOS Hachcat error Old hccap
Post: RE: IOS Hachcat error Old hccap
Do not convert from .cap to hccap format, convert to hccapx instead. There's plenty of options how to do that. |
|
atom |
hashcat
|
1 |
2,399 |
08-31-2017, 10:08 AM |
|
|
Thread: Unsupported format (md5($salt.$pass) / Wordpress)?
Post: RE: Unsupported format (md5($salt.$pass) / Wordpre...
Very old wordpress used raw MD5 instead of phpass. You can not convert between them. If you use -m 20, it's perfectly fine to use shorter salts than the one shown in the example hash page. This is jus... |
|
atom |
hashcat
|
1 |
2,596 |
08-31-2017, 10:12 AM |
|
|
Thread: Lost passphrase, help with syntax!
Post: RE: Lost passphrase, help with syntax!
WarpWallet is not supported |
|
atom |
General Talk
|
1 |
2,563 |
09-08-2017, 01:57 PM |
|
|
Thread: GPU drivers are not installed!
Post: RE: GPU drivers are not installed!
Holy shit what is this post. oclhashcat-lite, then oclhashcat-plus in the commandline, space between wordlist and hash posted. Please come back when you're sync with todays development. Banned for a w... |
|
atom |
hashcat
|
1 |
2,507 |
09-17-2017, 01:12 PM |
|
|
Thread: Most Effective Time Clues?
Post: RE: Most Effective Time Clues?
IMO best public available wordlist is the one from hashes.org (FOUND LISTS on crackers tab) |
|
atom |
General Talk
|
1 |
2,037 |
10-01-2017, 11:40 AM |
|
|
Thread: Rules possible?
Post: RE: Rules possible?
ROTOR Wrote: (09-29-2017, 10:59 AM)
--
now how avoid more that three different consonants go consecutive?
--
Only maskprocessor can do that using -r and -q, you need to pipe it to hashcat |
|
atom |
hashcat
|
1 |
2,413 |
10-01-2017, 11:49 AM |
|
|
Thread: Hashcat on FPGA (old bitcoin miners)
Post: RE: Hashcat on FPGA (old bitcoin miners)
You need a FPGA that comes with an OpenCL runtime |
|
atom |
hashcat
|
1 |
3,208 |
10-08-2017, 10:56 AM |
|
|
Thread: Non-ascii rule issue
Post: RE: Non-ascii rule issue
The wide characters are not supported. If you want to push in utf-8, split them into two rules. |
|
atom |
hashcat
|
1 |
2,174 |
10-10-2017, 10:30 AM |
|
|
Thread: PRINCE processor weights to wordlists
Post: RE: PRINCE processor weights to wordlists
Not supported but maybe interessting for princeprocessor 2 |
|
atom |
hashcat
|
1 |
2,317 |
10-11-2017, 03:55 PM |