Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[desc]
|
|
|
Thread: Bcrypt Blowfish Unix Hash
Post: RE: Bcrypt Blowfish Unix Hash
This all looks like you're doing it right (may want to post commandline just in case, with hash masked if you're using it on the command line). |
|
royce |
hashcat
|
5 |
5,603 |
02-27-2018, 05:36 PM |
|
|
Thread: My practice attempt to decrypt a SHA-256 hash of an IP address
Post: RE: My practice attempt to decrypt a SHA-256 hash ...
undeath Wrote: (02-27-2018, 06:29 PM)
--
no, it doesn't. there are no instances of .?1 or .?2
--
That's what I get for not escaping my '?' in my egrep. :) Then I have no idea why the OP got that as... |
|
royce |
hashcat
|
13 |
9,515 |
02-27-2018, 07:03 PM |
|
|
Thread: Status Exhausted???
Post: RE: Status Exhausted???
Probably a good idea not to post hashes that you care about.
Looking at the end, this looks like a normal run to me, in which all candidates were tried, but none were successful.
Code:
--
Ses... |
|
royce |
hashcat
|
1 |
2,013 |
03-01-2018, 05:32 PM |
|
|
Thread: Advantage with a big wordlist?
Post: RE: Advantage with a big wordlist?
Giant deduplicated wordlists are great for fast hashes, but not as helpful for slow ones.
And what's usually missing from most of them is *frequency data*.
A giant wordlist, sorted by how commo... |
|
royce |
hashcat
|
2 |
2,364 |
03-07-2018, 10:45 PM |
|
|
Thread: Variable mask in the middle of the password
Post: RE: Variable mask in the middle of the password
I'm not sure that I fully understand the use case. Can you provide a contrived example?
For at least some part of the attack, you can hard-code a prefix and suffix:
Code:
--
$ hashcat --stdou... |
|
royce |
hashcat
|
5 |
3,851 |
03-18-2018, 12:18 AM |
|
|
Thread: I use the hashcat 4.0.1 version, why not load the dictionary?
Post: RE: I use the hashcat 4.0.1 version, why not load ...
Hmm - that's at around the 500 megabyte mark. Maybe some kind of memory limitation? |
|
royce |
hashcat
|
4 |
3,575 |
03-18-2018, 08:16 AM |
|
|
Thread: hash mode numbering logic
Post: RE: hash mode numbering logic
There is also a broad kind of namespace management that seems to have started later, where types are grouped. For example, most of the MS Office ones are near each other, etc. When someone adds a mode... |
|
royce |
hashcat
|
5 |
4,201 |
03-21-2018, 04:25 PM |
|
|
Thread: Distributed Hashcat Cracking
Post: RE: Distributed Hashcat Cracking
The most viable fork right now (IMO) has been rebranded as "hashtopolis". |
|
royce |
General Talk
|
4 |
3,538 |
03-22-2018, 06:29 PM |
|
|
Thread: Need some tips
Post: RE: Need some tips
Take a pass through the FAQ first:
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions |
|
royce |
hashcat
|
7 |
5,285 |
03-24-2018, 05:09 AM |
|
|
Thread: Need some tips
Post: RE: Need some tips
Read the advice that is provided in an alternate color in the output. :) You also probably want -O and -w 3 or higher (if you can stand the desktop lag). |
|
royce |
hashcat
|
7 |
5,285 |
03-24-2018, 04:07 PM |
|
|
Thread: Need some tips
Post: RE: Need some tips
GOD Wrote: (03-24-2018, 09:37 PM)
--
As far as I know, using '-O' has no effect on WPA.
--
Ah, yes - good catch (though I usually tell people to always add it regardless, because 99.9% of the time,... |
|
royce |
hashcat
|
7 |
5,285 |
03-24-2018, 09:47 PM |
|
|
Thread: Need help with NTLM password case
Post: RE: Need help with NTLM password case
You can create rules that toggle case.
https://blog.didierstevens.com/2016/07/18/practice-ntds-dit-file-part-5-password-cracking-with-hashcat-lm-ntlm/ |
|
royce |
hashcat
|
6 |
5,098 |
03-25-2018, 06:27 PM |
|
|
Thread: Known password construction
Post: RE: Known password construction
You'd need to generate multiple masks, using something like
https://thesprawl.org/projects/pack/#policygen |
|
royce |
hashcat
|
7 |
4,564 |
03-30-2018, 03:25 AM |
|
|
Thread: Known password construction
Post: RE: Known password construction
Ah, I misunderstood your question. Check out the 'req-include' and 'req-exclude' tools from hashcat-utils:
https://hashcat.net/wiki/doku.php?id=hashcat_utils#req |
|
royce |
hashcat
|
7 |
4,564 |
03-31-2018, 03:30 AM |
|
|
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: Known password construction
Post: RE: Known password construction
Unless you're dealing with a very slow hash, that level of processing would be a waste of time on GPU, especially when using rules. Filter it the best you can inbound, and then use rules to permute wh... |
|
royce |
hashcat
|
7 |
4,564 |
04-01-2018, 12:58 AM |
|
|
Thread: Newbee Question about Requirements(RESOLVED)
Post: RE: Newbee Question about Requirements
You need OpenCL. Download and install what the hashcat.net/hashcat/ page suggests for your platform. The reason why should be easily Google-able, but in a nutshell, it's a unified language for writing... |
|
royce |
hashcat
|
2 |
2,302 |
04-05-2018, 06:06 AM |
|
|
Thread: Two sessions writing to the same potfile
Post: RE: Two sessions writing to the same potfile
Use the source, Luke. :)
If you look at locking.c and potfile.c in the source code, it appears that (as long as you're not on Windows), some basic locking of the potfile is happening.
That being... |
|
royce |
hashcat
|
6 |
4,965 |
04-07-2018, 05:26 AM |
|
|
Thread: Separator Unmatched! Please help!
Post: RE: Separator Unmatched! Please help!
That format has more fields, separated by asterisks, than your hash.
If you try your attack against this example hash from hashcat wiki has more fields:
$itunes_backup$*10*8b715f516ff8e64442c478... |
|
royce |
hashcat
|
3 |
11,612 |
04-13-2018, 04:48 PM |
|
|
Thread: Separator Unmatched! Please help!
Post: RE: Separator Unmatched! Please help!
Does your attack work against the example hash? If so, the problem is probably your hash. Double-check to ensure that the field count is identical. |
|
royce |
hashcat
|
3 |
11,612 |
04-14-2018, 05:13 AM |