Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Hashcat reading from stdin
Post: RE: Hashcat reading from stdin
Just make a trac ticket for it. |
|
coolbry95 |
Old hashcat Support
|
5 |
10,727 |
11-05-2014, 11:17 PM |
|
|
Thread: Mask setup
Post: RE: Mask setup
Just checking but are you doing -1 ?u?d ?1?1?1?1?1?1?1?1
Also there is not a way you can do that. What you have it correct. |
|
coolbry95 |
Old oclHashcat Support
|
7 |
10,601 |
05-06-2014, 09:57 PM |
|
|
Thread: Repeat Characters
Post: RE: Repeat Characters
like this aaaaaa?l
read the wiki on mask attacks |
|
coolbry95 |
Old oclHashcat Support
|
5 |
10,548 |
11-16-2014, 05:30 AM |
|
|
Thread: TrueCrypt Boot 7.1a Hash Extraction
Post: RE: TrueCrypt Boot 7.1a Hash Extraction
have you tried this?
FAQ truecrypt (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes) |
|
coolbry95 |
Old oclHashcat Support
|
5 |
10,117 |
05-06-2015, 11:29 PM |
|
|
Thread: E-mail hashes
Post: RE: E-mail hashes
Do attacks like with the rules. Note that it will only be able to append up to 15 so use combinator for the ones that are above that. Also switch the @ for a $ and you should get a few more. |
|
coolbry95 |
General Help
|
5 |
9,889 |
10-14-2014, 02:02 AM |
|
|
Thread: [Required] - Hashcat CentOS Installation Tutorial
Post: RE: [Required] - Hashcat CentOS Installation Tutor...
Please read the wiki.
wiki (https://hashcat.net/wiki/) |
|
coolbry95 |
General Help
|
1 |
9,839 |
09-28-2014, 11:05 PM |
|
|
Thread: No such file or folder oclhashcat win amd
Post: RE: No such file or folder oclhashcat win amd
Try a relative path like .\file.txt. |
|
coolbry95 |
Old oclHashcat Support
|
6 |
9,706 |
09-25-2014, 08:35 PM |
|
|
Thread: Not sure about the stats WPA/WPA2
Post: RE: Not sure about the stats WPA/WPA2
Instead of using the mask processor for the brute force use cudahashcat. So it would be
Code:
--
cudaHashcat64.exe -m 2500 -a 3 c:\Hacking\wireless\tp-link.hccap ?l?l?l?l?l?l?l?l
--
Running it fro... |
|
coolbry95 |
Old oclHashcat Support
|
2 |
9,401 |
02-13-2014, 05:15 AM |
|
|
Thread: GNU tools (sort, grep, etc) with OpenCL support?
Post: RE: GNU tools (sort, grep, etc) with OpenCL suppor...
There are gnu parallel and xargs that i know of that can make use of more cores. |
|
coolbry95 |
Hardware
|
3 |
9,161 |
07-08-2014, 09:30 PM |
|
|
Thread: When bruteforcing
Post: RE: When bruteforcing
So you have a salted hash which makes it slower because you have multiple. That means your speed gets divided by how many salts you have. There could also be other reasons it is running slow like not ... |
|
coolbry95 |
Old oclHashcat Support
|
6 |
9,118 |
04-17-2015, 03:20 AM |
|
|
Thread: Slow Run Help Me :(
Post: RE: Slow Run Help Me :(
That does not give enough information to see if we can help. |
|
coolbry95 |
Old hashcat Support
|
6 |
8,904 |
07-05-2014, 01:34 AM |
|
|
Thread: Slow Run Help Me :(
Post: RE: Slow Run Help Me :(
Yes that is a long time. But still doesn't give information on how to help you. We need to know the hash type and what hardware you have to work with. |
|
coolbry95 |
Old hashcat Support
|
6 |
8,904 |
07-05-2014, 04:46 PM |
|
|
Thread: Slow Run Help Me :(
Post: RE: Slow Run Help Me :(
undeath is right. There is not much you can do about that. I mean you can buy some decent hardware though. |
|
coolbry95 |
Old hashcat Support
|
6 |
8,904 |
07-05-2014, 08:37 PM |
|
|
Thread: Social Distributed Hashcat
Post: RE: Social Distributed Hashcat
I feel as though you could just modify hashtopus to do what you want. Unless you want to write a new wrapper yourself. |
|
coolbry95 |
User Contributions
|
4 |
8,872 |
03-13-2015, 10:15 PM |
|
|
Thread: What am I doing wrong??
Post: RE: What am I doing wrong??
You are just running a straight dictionary attack. Hashcat cpu does not support combinator attack. Look at the wiki for more details. |
|
coolbry95 |
Old hashcat Support
|
6 |
8,803 |
02-20-2015, 07:05 PM |
|
|
Thread: Problem in HashcatGUI_0311
Post: RE: Problem in HashcatGUI_0311
That isn't downloaded from here. It shows an url at the top of the window on the program. You have something messed up with your driver. In one picture you have 32 bit oclHashcat and the other your us... |
|
coolbry95 |
Old oclHashcat Support
|
3 |
8,597 |
02-18-2014, 01:25 AM |
|
|
Thread: Very Specific Characters
Post: RE: Very Specific Characters
https://hashcat.net/wiki/doku.php?id=mask_attack
That is what you need to look at. It should look something like -1 ?u?s -2 ?l?d ?2?2?2?2?2?2?2?2?2?2?1?2 |
|
coolbry95 |
Old hashcat Support
|
4 |
8,561 |
03-08-2014, 05:00 AM |
|
|
Thread: HELP XD - Script
Post: RE: HELP XD - Script
Just use unxutils (https://unxutils.sourceforge.net/) grep. Just a single executable. So if I understand correctly do something like
Code:
--
for i in $(cat usernamelist); do grep $i user:hash; done
... |
|
coolbry95 |
General Help
|
5 |
8,494 |
02-17-2014, 01:15 AM |
|
|
Thread: Prepend and append values
Post: RE: Prepend and append values
That is the only way to do it. You cannot just find a part of the MD5. You either find it all or find nothing. |
|
coolbry95 |
General Help
|
3 |
8,074 |
01-14-2014, 04:23 AM |
|
|
Thread: IPMI2 RAKP HMAC-SHA1, salt-length exception
Post: RE: IPMI2 RAKP HMAC-SHA1, salt-length exception
Your salt is too long. There is not much you can do there.
Edit:
Philsmd pointed out to me that i was incorrect with that statement. You need to add the --username switch. |
|
coolbry95 |
Old oclHashcat Support
|
2 |
7,868 |
03-10-2015, 02:34 PM |