Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: How to write these rules?
Post: RE: How to write these rules?
That's not possible to do with rules, because rules have no influence on picking the right words in the wordlist. Rules are made however to add single characters. So what you have to do is to create t... |
|
atom |
hashcat
|
1 |
1,634 |
01-10-2019, 05:12 PM |
|
|
Thread: Hashcat failing when hashes.txt has multiple different hashes in it
Post: RE: Hashcat failing when hashes.txt has multiple d...
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
Username and email can be exchanged... |
|
atom |
hashcat
|
4 |
2,490 |
01-10-2019, 03:24 PM |
|
|
Thread: Combinator attack - all posibillities
Post: RE: Combinator attack - all posibillities
|
atom |
hashcat
|
3 |
1,997 |
01-10-2019, 03:21 PM |
|
|
Thread: -m 16700 Filevault
Post: RE: -m 16700 Filevault
Support for APFS -m 18300 was added with release of hashcat v5.1.0 |
|
atom |
hashcat
|
8 |
7,656 |
01-10-2019, 03:07 PM |
|
|
Thread: Have things improved?
Post: RE: Have things improved?
Why not stick to windows if you already have windows installed. hashcat works really good on windows. |
|
atom |
hashcat
|
5 |
3,211 |
01-10-2019, 03:03 PM |
|
|
Thread: Hybrid attack workload increase incase of small dic
Post: RE: Hybrid attack workload increase incase of smal...
The best solution for cracking emails is to either use rules or -a 1 based attacks. |
|
atom |
hashcat
|
5 |
3,507 |
01-10-2019, 03:01 PM |
|
|
Thread: Not finding my own set password
Post: RE: Not finding my own set password
Yes, very likely an invisible (control) character then. |
|
atom |
hashcat
|
12 |
6,005 |
01-10-2019, 02:52 PM |
|
|
Thread: Explain the $HEX?
Post: RE: Explain the $HEX?
Depending on your hashcat version the behaviour changes a bit. In the latest version if the password is a valid UTF8 password, it is displayed as it is. Only in case if the password is not a valid UTF... |
|
atom |
hashcat
|
2 |
2,035 |
12-16-2018, 11:23 PM |
|
|
Thread: Can only find one hash of two - Office 2013
Post: RE: Can only find one hash of two - Office 2013
I can reproduce this. It's a bug. Please create a github issue. |
|
atom |
hashcat
|
5 |
3,224 |
12-16-2018, 11:19 PM |
|
|
Thread: Not finding my own set password
Post: RE: Not finding my own set password
illyria Wrote: (12-16-2018, 01:03 AM)
--
LoZio Wrote: (12-14-2018, 07:22 PM)
--
[...]
Guess.Mask.......: passpas?l [9]
--
I am guessing the issue relates to the mask, somehow. That mask is only 8... |
|
atom |
hashcat
|
12 |
6,005 |
12-16-2018, 11:11 PM |
|
|
Thread: Hashcat saying wrong driver
Post: RE: Hashcat saying wrong driver
Also note, ROCm example app does not involve OpenCL. There's also clinfo which uses OpenCL. If that works and you can see your device then hashcat should work, too. |
|
atom |
hashcat
|
7 |
4,413 |
12-16-2018, 11:07 PM |
|
|
Thread: hashcat 0h/s
Post: RE: hashcat 0h/s
Only 28GB wordlist. Startup time must be horrible :) |
|
atom |
hashcat
|
3 |
2,303 |
12-16-2018, 11:03 PM |
|
|
Thread: Brain as a centralized potfile?
Post: RE: Brain as a centralized potfile?
Just a small addition to (2). If the fast hash is a salted hash (like vbull or so) and you have sufficient number of salts, the bottleneck effect is mitigated by the salts if you have enough of them (... |
|
atom |
hashcat
|
3 |
2,092 |
12-16-2018, 10:59 PM |
|
|
Thread: hashcat v5.1.0
Post: hashcat v5.1.0
[hr]
Welcome to hashcat v5.1.0!
Download binaries or sources: https://hashcat.net/hashcat/
[hr]
This release is mostly about expanding support for new algorithms and fixing bugs:
Add... |
|
atom |
hashcat
|
4 |
23,760 |
12-02-2018, 01:06 PM |
|
|
Thread: Hashcat exiting with no error message
Post: RE: Hashcat exiting with no error message
You can use afterburner to find out what this threshold is exactly (and change it). |
|
atom |
hashcat
|
3 |
3,322 |
12-01-2018, 05:57 PM |
|
|
Thread: bruteforce wpa2 from 9999999999 to 6000000000 in decreasing order
Post: RE: bruteforce wpa2 from 9999999999 to 6000000000 ...
How about --markov-disable ? In that case, if you use -1, the ordering of the configuration you set remains. |
|
atom |
hashcat
|
7 |
4,632 |
11-23-2018, 10:20 AM |
|
|
Thread: word combinations with masks between
Post: RE: word combinations with masks between
If you use 6223 you don't need to use 6221. IOW, there's a just a total of 3 modes to check: 6213 6223 6233 |
|
atom |
General Talk
|
2 |
2,114 |
11-17-2018, 12:42 AM |
|
|
Thread: Run 3 opencl devices at once
Post: RE: Run 3 opencl devices at once
In order to use CPU devices, you need -D 1. In order to use CPU+GPU, you need to use -D 1,2 instead. Do not use -d in this case because you would enable opencl runtimes for the same device but with le... |
|
atom |
hashcat
|
8 |
4,130 |
11-11-2018, 03:08 PM |
|
|
Thread: Salt input and bruteforcing
Post: RE: Salt input and bruteforcing
It all goes down to the unknown parts. If they just numbers length 16 is feasible. |
|
atom |
hashcat
|
3 |
2,133 |
11-11-2018, 03:04 PM |
|
|
Thread: 2 computers
Post: RE: 2 computers
That's not how it works because that's not the real purpose of the brain. If you want a real distributed solution for hashcat, use hashtopolis. |
|
atom |
General Talk
|
5 |
4,235 |
11-11-2018, 03:03 PM |