Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: WPA/WPA2: How the hash is generated
Post: RE: WPA/WPA2: How the hash is generated
It is actually just a kind of a checksum that is only needed internally for hashcat and wasn't meant to be something the user should care about. You shouldn't really need to know the algorithm for the... |
|
philsmd |
General Talk
|
3 |
6,795 |
03-06-2017, 09:04 AM |
|
|
Thread: More then 4 user defined charsets
Post: RE: More then 4 user defined charsets
it is not supported to have more than 4 custom charset... there are several reasons for that (performance, GPU-related reasons etc)...
There may be some rare cases where you *really* need that featur... |
|
philsmd |
Very old oclHashcat-plus Support
|
3 |
6,837 |
11-07-2013, 01:19 PM |
|
|
Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...
My suggestion would be to:
- do not use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), use another Linux distribution (Ubuntu for instance is officially supported by most of the driver ve... |
|
philsmd |
hashcat
|
3 |
6,841 |
06-04-2017, 08:30 AM |
|
|
Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...
I think you missed the most important line within my previous reply i.e. "use ubuntu, not The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)!"
If you still insist in using The-Distribution-Whi... |
|
philsmd |
hashcat
|
3 |
6,841 |
06-07-2017, 08:21 AM |
|
|
Thread: Limited symbols
Post: RE: Limited symbols
Hi,
it doesn't make much sense to explain it here, if we have a wiki page that explains it. Therefore, I refer you to: https://hashcat.net/wiki/doku.php?id=mask_attack
Hint:
cudaHashcat32.exe -m... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,848 |
12-24-2013, 02:57 PM |
|
|
Thread: Hashcat sees my GPU but not my CPU
Post: RE: Hashcat sees my GPU but not my CPU
run this:
Code:
--
clinfo
--
or (filtered):
Code:
--
clinfo | grep "Platform Name"
--
if some very basic third party tools like "clinfo" do not recognize your OpenCL installation, al... |
|
philsmd |
hashcat
|
20 |
6,851 |
10-10-2019, 08:37 AM |
|
|
Thread: Slow hashing with R9 290
Post: RE: Slow hashing with R9 290
1. you mentioned the mask ?d?d?d?d?d?d?d?d?d?d but the status screen of oclHashcat clearly and undoubtedly shows us that you are lying about it. What I mean is, that it should be very clear to all of ... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,869 |
03-15-2016, 12:12 PM |
|
|
Thread: Slow hashing with R9 290
Post: RE: Slow hashing with R9 290
no problem, you are welcome.
... as said, the speed difference with small masks or static left parts of the mask is more or less only noticeable with fast hashes, but the important thing to remember ... |
|
philsmd |
Old oclHashcat Support
|
4 |
6,869 |
03-15-2016, 05:02 PM |
|
|
Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...
PasswordHash does not seem to use AES (or any other type of decryption) at all. It seems to be just
sha256 (sha256 (sha256 ($pass)))
and therefore tripple sha256
I do not have an example hash, ... |
|
philsmd |
hashcat
|
8 |
6,872 |
02-13-2018, 12:18 AM |
|
|
Thread: brute forcing sha256 - need help locating salt in open source code
Post: RE: brute forcing sha256 - need help locating salt...
Well, there is no secret at all. The neo code is open source and even already linked above.
Here for instance is the verify function:
https://github.com/neo-project/neo/blob/06a900b0043b60865c35e6... |
|
philsmd |
hashcat
|
8 |
6,872 |
02-13-2018, 10:08 AM |
|
|
Thread: brute force resume
Post: RE: brute force resume
Sorry what are you talking about?
oclHashcat has support for restoring a cracking job, see:
https://hashcat.net/wiki/doku.php?id=oclhashcat#resume_support
BTW: cpu hashcat can also restore a task wi... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,891 |
02-16-2015, 12:33 PM |
|
|
Thread: [split] hashcat v0.46
Post: RE: [split] hashcat v0.46
Hey,
1. Anyone is able to register and post/edit tickets on Trac (https://www.hashcat.net/trac), since not every forum user uses it, you need to register there separately
2. I also explained here: http... |
|
philsmd |
Old hashcat Support
|
2 |
6,923 |
09-05-2013, 05:33 PM |
|
|
Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?
This seems to be a very, very, very vage problem description.
We do not even know what your setup looks like etc.
Also, why would you test with hashcat 3.10 and not with the latest version?
I don't ... |
|
philsmd |
hashcat
|
7 |
6,943 |
02-13-2017, 05:17 PM |
|
|
Thread: Hashcat 3.10 Slower?
Post: RE: Hashcat 3.10 Slower?
yeah, the answer is that the focus is to always support the newest and fastest GPUs and that's why there is sometimes a trade-off/compromise that might impact older systems.
That's why I ask for the ... |
|
philsmd |
hashcat
|
7 |
6,943 |
02-13-2017, 05:39 PM |
|
|
Thread: hashcat-lite segfault when done
Post: RE: hashcat-lite segfault when done
Please check again if this was resolved when atom releases version 0.16.
This problem is known and was fixed (https://hashcat.net/trac/ticket/155 ). Please also always check if Trac already has a tic... |
|
philsmd |
Very old oclHashcat-lite Support
|
1 |
7,003 |
07-16-2013, 11:28 AM |
|
|
Thread: newline as input
Post: RE: newline as input
As epixoip already mentioned, there are many possibilities to do this.
Depending on the attack mode, there are different possibilities. Some work better some work worse in different situations/scenar... |
|
philsmd |
General Help
|
3 |
7,005 |
11-22-2014, 12:15 PM |
|
|
Thread: Decrypt DES-CBC RSA private key
Post: RE: Decrypt DES-CBC RSA private key
RSA is not supported.
-m 1500 = descrypt is something completely diffrerent.
we actually have a feature request for RSA here: https://github.com/hashcat/hashcat/issues/108 , but it doesn't seem ... |
|
philsmd |
hashcat
|
4 |
7,035 |
05-24-2019, 02:59 PM |
|
|
Thread: Line length exception with example MD5 hash?
Post: RE: Line length exception with example MD5 hash?
Hashcat, like any other cracker I know and also all underlying hash algorithm, work with bytes.
If you use a UTF-8 password which is 2 bytes long, your mask also must be 2 bytes.
Therefore to trou... |
|
philsmd |
hashcat
|
5 |
7,067 |
09-29-2017, 11:48 AM |
|
|
Thread: Line length exception with example MD5 hash?
Post: RE: Line length exception with example MD5 hash?
OP did open a new thread. Therefore the discussion continues here: https://hashcat.net/forum/thread-6910-post-36848.html |
|
philsmd |
hashcat
|
5 |
7,067 |
09-29-2017, 04:19 PM |
|
|
Thread: md5(md5($pass))
Post: RE: md5(md5($pass))
see https://hashcat.net/wiki/doku.php?id=example_hashes
-m 2600 = Double MD5 |
|
philsmd |
Old oclHashcat Support
|
2 |
7,069 |
06-12-2015, 09:07 AM |