Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Hello all, i need a litle help to understand something about drop info in hashcat
Post: RE: Hello all, i need a litle help to understand s...
it's just showing you a whole set (a range) of password candidates. The displayed password candidates in the "Candidates.#" line within the status output are neither meant to be complete, nor can they... |
|
philsmd |
hashcat
|
4 |
736 |
07-20-2020, 01:46 PM |
|
|
Thread: hashcat mask
Post: RE: hashcat mask
first of all it's infeasible to brute-force (and in most cases also mask attack) a hash with a password that is very long and random. It's mathematically imposiible. NOT doable. just do the math (hint... |
|
philsmd |
hashcat
|
2 |
567 |
07-19-2020, 10:28 AM |
|
|
Thread: Does the file extension matter?
Post: RE: Does the file extension matter?
no, it doesn't matter. hashcat will still crack the hash independent from the file extension.
but let's be honest, it always makes sense to use something meaningful and clever to avoid confusion la... |
|
philsmd |
hashcat
|
1 |
383 |
07-18-2020, 05:45 PM |
|
|
Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?
The main problem now is that it's quite a long password.
We "normally"/generally say that a length of 8-9 is the max that can be brute-forced (but attention: this depends a lot on hash type and/or ... |
|
philsmd |
hashcat
|
8 |
1,060 |
07-16-2020, 11:19 PM |
|
|
Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?
yeah, your command doesn't make sense to me at all.
Why would you define all those custom charsets (-1 , -2 , -3 , -4) and only use ?4 in your mask ? That seems to be a misunderstanding/problem of ... |
|
philsmd |
hashcat
|
8 |
1,060 |
07-16-2020, 08:29 PM |
|
|
Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?
you could use mask files https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files
or just set
-1 "012345 6789" for the first byte of your mask (i.e. any set of chars, charset, that ha... |
|
philsmd |
hashcat
|
8 |
1,060 |
07-16-2020, 08:03 PM |
|
|
Thread: Exit status code
Post: RE: Exit status code
no, this code is returned directly from the process, your shell is able to give you the results:
linux
Code:
--
hashcat example0.hash example.dict
echo $?
--
on windows it seems to be ... |
|
philsmd |
hashcat
|
3 |
651 |
07-16-2020, 01:57 PM |
|
|
Thread: Exit status code
Post: RE: Exit status code
here we just need to distinguish between the process exit code ($? variable) and the status that hashcat internally uses:
1. if you check the process exit code, you need to follow this list: https://... |
|
philsmd |
hashcat
|
3 |
651 |
07-16-2020, 11:27 AM |
|
|
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: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks
That statement doesn't make sense without the full context.
Does hashcat even list all the OpenCL-supported CPU devices at the start ? Did you install the driver that I mentioned and which is also ... |
|
philsmd |
Hardware
|
6 |
1,260 |
07-15-2020, 10:48 PM |
|
|
Thread: AWS P3.16xlarge benchmarks
Post: RE: AWS P3.16xlarge benchmarks
Code:
--
-D 1,2
--
can be used to enable both CPU and GPU (the Intel OpenCL Runtime for Core or Xeon processors need to be installed, in general), but note that it doesn't always increase speed... |
|
philsmd |
Hardware
|
6 |
1,260 |
07-15-2020, 06:49 AM |
|
|
Thread: how make charset?
Post: RE: how make charset?
that's the beauty and nice part of the flexibility of mask files (*.hcmask), you can just add however many mask you want, one after the other, line per line:
if we would only consider a theoretical... |
|
philsmd |
hashcat
|
3 |
696 |
07-14-2020, 07:31 PM |
|
|
Thread: how make charset?
Post: RE: how make charset?
you could just use a mask file (https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files)
mask_file.hcmask
Code:
--
qweasdzxcmnblkjpoi,~ ,123,1——8 ?1?1?1?1?1?1?1?1 + 1——2 ?... |
|
philsmd |
hashcat
|
3 |
696 |
07-14-2020, 12:09 PM |
|
|
Thread: ATTENTION! OpenCL kernel self-test failed on Mac
Post: RE: ATTENTION! OpenCL kernel self-test failed on M...
1. the hash type (-m) is important when you report any errors (self-test errors are often "only" affecting specific hash types, because of a driver/runtime/compiler bug, not hashcat problem most of th... |
|
philsmd |
hashcat
|
2 |
582 |
07-13-2020, 10:28 AM |
|
|
Thread: md5($salt.$pass) slower than md5($pass.$salt)
Post: RE: md5($salt.$pass) slower than md5($pass.$salt)
The difference isn't that much for me in benchmarks and some real cracking sessions, but I agree that there is some difference.
The speed difference mainly comes from where the position of the pass... |
|
philsmd |
hashcat
|
1 |
412 |
07-13-2020, 08:30 AM |
|
|
Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?
Code:
--
hashcat -m 16200 -a 0 -w 3 -r rules/best64.rule hash_file.txt word_list.txt
--
|
|
philsmd |
hashcat
|
3 |
678 |
07-12-2020, 07:18 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 |
902 |
07-11-2020, 05:22 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 |
902 |
07-11-2020, 05:00 PM |
|
|
Thread: Hashcat / rig troubleshooting
Post: RE: Hashcat / rig troubleshooting
I would rather try testing with only a few cards to troubleshoot it.
could be power problem and/or temperature problem. Is the system motherboard (using risers ?) etc even compatible with that powe... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
6 |
1,117 |
07-11-2020, 12:32 PM |
|
|
Thread: Last hashcat 6 format out ?!
Post: RE: Last hashcat 6 format out ?!
1. it's impossible to decrypt a hash. If something is not encrypted, you can't really decrypt it (https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/)
2. the default output format ... |
|
philsmd |
hashcat
|
1 |
423 |
07-11-2020, 12:24 PM |