Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Discord
Post: RE: Discord
I think the idea in general is not bad, but it would be much more clever to contact the administrator (atom) or at least some moderators over here or IRC to discuss these types of ideas before announc... |
|
philsmd |
hashcat
|
1 |
900 |
05-02-2020, 06:46 PM |
|
|
Thread: hashcat -b is not seeing my grahpic card
Post: RE: hashcat -b is not seeing my grahpic card
follow this: https://hashcat.net/faq/wrongdriver
and install the driver directly from https://nvidia.com |
|
philsmd |
hashcat
|
4 |
892 |
06-15-2020, 11:33 AM |
|
|
Thread: AMD cpu
Post: RE: AMD cpu
you need to install the OpenCL Runtime for Intel Core or Xeon processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
Yeah, this is no joke. th... |
|
philsmd |
hashcat
|
2 |
883 |
05-20-2020, 08:35 PM |
|
|
Thread: Hashcat don't find my password
Post: RE: Hashcat don't find my password
you could try with latest beta version : https://hashcat.net/beta/
never use --self-test-disable , because it just ignores every sanity check and therefore you are basically ignoring the serious er... |
|
philsmd |
hashcat
|
4 |
877 |
06-16-2020, 02:52 PM |
|
|
Thread: help me
Post: RE: help me
just do NOT specify the file name. see https://hashcat.net/wiki/example_hashes or run:
Code:
--
hashcat -m 10500 --example-hashes
--
to see an example hash (note: there is no file name within th... |
|
philsmd |
hashcat
|
1 |
874 |
03-13-2020, 11:30 AM |
|
|
Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)
not exactly true royce, it was once implemented as a separate kernel because of some special handling:
see https://hashcat.net/forum/thread-6354.html
and https://github.com/hashcat/hashcat/commit/82... |
|
philsmd |
hashcat
|
7 |
873 |
08-10-2020, 07:07 PM |
|
|
Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)
you could use hashcat-legacy with your CPU from https://hashcat.net/files/hashcat-2.00.7z (deprecated, not supported anymore) update: it seems that hashcat-legacy never supported -m 190... or just i... |
|
philsmd |
hashcat
|
7 |
873 |
08-11-2020, 09:57 AM |
|
|
Thread: Restore.Sub.#1. beginner question
Post: RE: Restore.Sub.#1. beginner question
We normally say that hashes that are "raw" or that are "unsalted" have no salt. And this statement is perfectly correct.
but you could also see it like this: a hash type/algorithm that does not hav... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
871 |
07-01-2020, 07:41 PM |
|
|
Thread: Restore.Sub.#1. beginner question
Post: RE: Restore.Sub.#1. beginner question
I think "guessed" is the wrong term. Most things (except of the password) are normally known when it comes to hash cracking. Normally you won't need to guess iterations counts (or cost factors), they ... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
4 |
871 |
07-01-2020, 08:55 PM |
|
|
Thread: 5.1.0-91+ needed (I think)
Post: RE: 5.1.0-91+ needed (I think)
betas are available here: https://hashcat.net/beta/ |
|
philsmd |
Beta Tester
|
1 |
859 |
05-06-2020, 07:22 PM |
|
|
Thread: LastPass new App hash extraction explanation
Post: LastPass new App hash extraction explanation
Thanks to @Chick3nman, I came to the attention that LastPass has a new native App and is NOT directly using the browser extension architecture on macOS anymore, see:
https://www.theverge.com/2020/1/2... |
|
philsmd |
User Contributions
|
0 |
858 |
05-07-2020, 09:44 AM |
|
|
Thread: OSX 10.12.6 Sierra - Token length exception
Post: RE: OSX 10.12.6 Sierra - Token length exception
https://github.com/hashcat/hashcat/issues/1697#issuecomment-425702306
you can just truncate it (to the same length the example hash has https://hashcat.net/wiki/example_hashes)
The more seriou... |
|
philsmd |
hashcat
|
1 |
855 |
12-16-2019, 07:30 PM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
Is the content also compressed ? How does the hash start ? With $7z$1$19$... (see https://github.com/philsmd/7z2hashcat#explanation-of-the-hash-format) ?
Which version of hashcat do you use ? do yo... |
|
philsmd |
General Talk
|
6 |
855 |
08-29-2020, 07:55 AM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
you could try with --keep-guessing and see how many false positives you get.
Since it's a crc32 checksum it's not impossible (the decompression errors in case of compression of course would prevent... |
|
philsmd |
General Talk
|
6 |
855 |
08-29-2020, 02:07 PM |
|
|
Thread: Recovered a 7z password with hashcat, but it's not the right one
Post: RE: Recovered a 7z password with hashcat, but it's...
it's not really safe to do it this way, but you could for instance use something like this:
Code:
--
hashcat --stdout -a 3 [THE_MASK] | grep -n -m 1 '^[THE_FALSE_POSITVE_PASSWORD]$'
--
then ... |
|
philsmd |
General Talk
|
6 |
855 |
08-30-2020, 09:20 PM |
|
|
Thread: Hashcat isn't using GPU
Post: RE: Hashcat isn't using GPU
it's quite an old GPU. Does the driver you have even state official OpenCL support for your GPU with latest version ?
maybe you can also test with some tuning software like afterburner and GPU-Z et... |
|
philsmd |
hashcat
|
2 |
853 |
05-26-2020, 09:31 AM |
|
|
Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?
I think it has to do that a single kernel call can't crack a hash multiple times. There are just way too many collisions for a fast cracker like hashcat.
I think a similar problem/limitation/restri... |
|
philsmd |
hashcat
|
4 |
851 |
06-19-2020, 06:24 PM |
|
|
Thread: TOTP brute-force search incomplete?
Post: RE: TOTP brute-force search incomplete?
|
philsmd |
hashcat
|
4 |
851 |
06-19-2020, 10:18 PM |
|
|
Thread: Hashfile 'hash100.txt' on line 1 Token length exception : No Hashes Loaded
Post: RE: Hashfile 'hash100.txt' on line 1 Token length ...
Do not use --force
Do not use --show (makes no sense while trying to *crack* hashes)
Example hashes can be found here: https://hashcat.net/wiki/example_hashes
or use the command: hashcat -m 1000 ... |
|
philsmd |
hashcat
|
2 |
850 |
03-29-2020, 12:34 PM |
|
|
Thread: Whats the most efficient way to do this? (newbie)
Post: RE: Whats the most efficient way to do this? (newb...
maybe rule based attacks:
https://hashcat.net/wiki/doku.php?id=rule_based_attack
Code:
--
r ^T ^I ^W $5 $0
--
the last part (adding the digits, $5 $0) can be done also with a separate rule... |
|
philsmd |
hashcat
|
3 |
846 |
04-23-2020, 05:54 PM |