Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: how to make an attack
Post: RE: how to make an attack
probably just an escaping problem. for instance use "$-" instead on some operating system, some need \$- etc.
I would test with a rule that doesn't need escaping at all, like:
hashcat -j u ...
... |
|
philsmd |
hashcat
|
4 |
2,139 |
06-25-2019, 08:08 AM |
|
|
Thread: TESLA M60 - signature unmatched
Post: RE: TESLA M60 - signature unmatched
try newest beta version of hashcat from https://hashcat.net/beta/
does the example hash from https://hashcat.net/wiki/example_hashes work for you ? |
|
philsmd |
hashcat
|
4 |
1,708 |
07-28-2019, 02:54 PM |
|
|
Thread: Hashcat64 Insufficient memory available
Post: RE: Hashcat64 Insufficient memory available
you need to specify the hash file first (as mentioned within the first lines of --help)
hashcat -m 16800 -a 0 -w 4 hash.txt dict.txt |
|
philsmd |
hashcat
|
4 |
2,085 |
07-30-2019, 07:01 PM |
|
|
Thread: Rules for Swedish characters
Post: RE: Rules for Swedish characters
see --keyboard-layout-mapping and the file layouts/se.hckmap
also read about the addition of this feature here: https://hashcat.net/forum/thread-7983.html |
|
philsmd |
hashcat
|
4 |
1,606 |
07-31-2019, 07:18 PM |
|
|
Thread: Hey I'm a complete noob am I'm just starting to learn about the world of hacking
Post: RE: Hey I'm a complete noob am I'm just starting t...
-a 3 ?l?l?l?l?l?l?d
?l = dollar lower-case ELL = lowercase characters a-z
?d = digits = any number from 0-9 |
|
philsmd |
hashcat
|
4 |
1,815 |
08-16-2019, 01:36 PM |
|
|
Thread: track the cracking?
Post: RE: track the cracking?
in theory you could just count the lines in your hashcat.potfile for instance every hour or every week and make statistics out of this. As far as I know it's not directly logged in the hashcat.log fil... |
|
philsmd |
General Talk
|
4 |
1,798 |
09-12-2019, 07:55 PM |
|
|
Thread: 2x32 Bytes in base64, separated by $
Post: RE: 2x32 Bytes in base64, separated by $
do you have the source code for this ?
I guess without it it's just a (maybe impossible) guessing game. it could be anything. The software could even mix in some kind of pepper (an additional stati... |
|
philsmd |
General Talk
|
4 |
1,671 |
09-24-2019, 10:42 AM |
|
|
Thread: Script or tool for hashing lines needed
Post: RE: Script or tool for hashing lines needed
you can use tools/test.pl for it
Code:
--
cat example.dict | perl ./tools/test.pl passthrough 0
--
|
|
philsmd |
General Talk
|
4 |
1,596 |
09-25-2019, 07:46 PM |
|
|
Thread: Need assistance
Post: RE: Need assistance
no, this is not correct. it should only have one ".txt" in it
hash.txt.txt is not the same as hash.txt
in your screenshot it's very obvious that for instance example0.cmd is just listed as "exam... |
|
philsmd |
hashcat
|
4 |
1,772 |
10-14-2019, 08:31 AM |
|
|
Thread: SCRYPT speed trouble
Post: RE: SCRYPT speed trouble
you need to INSTALL the runtime:
https://software.intel.com/en-us/articles/opencl-drivers#cpu-section |
|
philsmd |
hashcat
|
4 |
2,128 |
10-15-2019, 11:30 AM |
|
|
Thread: Blake2b hash always has invalid token length
Post: RE: Blake2b hash always has invalid token length
example hashes can be found here: https://hashcat.net/wiki/example_hashes
or use -m 600 --example-hashes
posting hashes is against the forum rules (no matter what "problem" you have), you will g... |
|
philsmd |
hashcat
|
4 |
1,617 |
10-18-2019, 11:47 AM |
|
|
Thread: Blake2b hash always has invalid token length
Post: RE: Blake2b hash always has invalid token length
it's not $blake2$ signature but $BLAKE2$
just try the example and see what happens.
put the hash in a hash file, because depending on your operating system and shell $variable like $BLAKE2 will be... |
|
philsmd |
hashcat
|
4 |
1,617 |
10-18-2019, 12:15 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
--debug-mode 4 --debug-file rule_debug.txt
(see --help) |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 08:19 PM |
|
|
Thread: Rule debug to found plain
Post: RE: Rule debug to found plain
it's appending to the file. you need to check the last lines or create a different file name
what is your command ?
just use --debug-file rule_debug512.txt
or some random new file |
|
philsmd |
hashcat
|
4 |
1,949 |
10-18-2019, 09:47 PM |
|
|
Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...
do you think this is the same problem https://github.com/hashcat/hashcat/issues/2200 ? |
|
philsmd |
hashcat
|
4 |
1,883 |
10-30-2019, 10:24 AM |
|
|
Thread: m13600 error,Self-test hash parsing error: Token encoding exception
Post: RE: m13600 error,Self-test hash parsing error: Tok...
well, that was more like a rhetorical question ! :)
we know that it has to do with hexadecimal fields and this recent commit (which in fact isn't wrong, but only brought the problem to light becaus... |
|
philsmd |
hashcat
|
4 |
1,883 |
10-30-2019, 04:49 PM |
|
|
Thread: No hashes loaded.
Post: RE: No hashes loaded.
1. respect the forum rules, do NOT post hashes
2. mention the password (123456789) if you were asked to post a masked hash by the moderator/admin
3. problem is this: https://github.com/hashcat/hashc... |
|
philsmd |
hashcat
|
4 |
2,895 |
11-03-2019, 01:21 PM |
|
|
Thread: No hashes loaded.
Post: RE: No hashes loaded.
yeah also try to not double post across the two platforms (forum vs github): https://github.com/hashcat/hashcat/issues/2211
it's so confusing, where should we answer? what should we do? we would ne... |
|
philsmd |
hashcat
|
4 |
2,895 |
11-03-2019, 03:06 PM |
|
|
Thread: Benchmark Variance
Post: RE: Benchmark Variance
did you actually try to mess around with the command line options and see if you can observe any changes as suggested above?
btw: it would also make sense to read the warnings and act accordingly (... |
|
philsmd |
hashcat
|
4 |
1,606 |
11-13-2019, 01:32 AM |
|
|
Thread: Benchmark Variance
Post: RE: Benchmark Variance
For me it has kind of the different effect, -w 4 is even slightly faster than the benchmark with -b , because benchmark doesn't use -w 4 by default.
If you want to troubleshoot here are the relevan... |
|
philsmd |
hashcat
|
4 |
1,606 |
11-12-2019, 09:00 AM |