Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
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: 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: 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: 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: 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: 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: 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: 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 -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: 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: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
1. why do you use crunch ?
2. why do you use hashcat 5.1.0 if hashcat 6.0.0 is available (https://hashcat.net/hashcat/) ?
3. what is your command ?
4. why don't you give your full specs ? if the er... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:00 PM |
|
|
Thread: CL_OUT_OF_HOST_MEMORY
Post: RE: CL_OUT_OF_HOST_MEMORY
- you should download hashcat directly from https://hashcat.net/hashcat/
- don't use crunch, use this instead:
Code:
--
hashcat -m 2500 -a 0 -w 3 -r my.rule -d 2 file.hccapx dict.txt
--
where... |
|
philsmd |
hashcat
|
6 |
903 |
07-11-2020, 05:22 PM |
|
|
Thread: Hello all, someone who work with python canl help me
Post: RE: Hello all, someone who work with python canl h...
it depends on which operating system (linux, windows, macOS) you use.
on linux you could just take the output of hashcat and use the "grep" tool to filter it.
Code:
--
hashcat -m 0 -a 3 --sta... |
|
philsmd |
General Talk
|
4 |
909 |
07-16-2020, 05:09 AM |
|
|
Thread: Hash extract error
Post: RE: Hash extract error
It probably would make much more sense to report this problem to the bleeding-jumbo JTR repository (https://github.com/magnumripper/JohnTheRipper ) where the bitcoin2john.py utility is being developed... |
|
philsmd |
General Talk
|
2 |
920 |
03-07-2020, 10:34 AM |
|
|
Thread: 2019 Mac Pro and AMD Radeon Pro 580X
Post: RE: 2019 Mac Pro and AMD Radeon Pro 580X
Did you try to see if the path / folder does exist or not ?
Is this folder there ?
Code:
--
/Volumes/XXXXX\ hashcat6/hashcat/OpenCL
--
Why is there are "\ " there ? is this a space within the... |
|
philsmd |
Hardware
|
3 |
920 |
07-02-2020, 09:01 AM |
|
|
Thread: Why Is Hashcat Soooooo Slow
Post: RE: Why Is Hashcat Soooooo Slow
the pipe (|) aka stdin mode only works with -a 0 in hashcat.
That means that you would need to use something like this:
Code:
--
-r rules/hybrid/append_d.rule -r rules/hybrid/append_d.rule -r... |
|
philsmd |
hashcat
|
2 |
922 |
01-18-2020, 09:55 AM |
|
|
Thread: i need to know a password
Post: RE: i need to know a password
no. that's not what hashcat does. You are banned for a week for posting private information of (other) users (email addresses) and requesting to do (online) cracks for you. Thread closed. |
|
philsmd |
hashcat
|
1 |
925 |
01-05-2020, 12:13 PM |