Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
If base64 encoded : base64 decode it and hex encode it (whenever hashcat expects the hexadecimal hashes)
BTW: it is not allowed to post hashes on this forum |
|
philsmd |
hashcat
|
6 |
3,968 |
06-09-2018, 08:03 AM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
You can find example hashes here: https://hashcat.net/wiki/doku.php?id=example_hashes
The salt doesn't need to be hex encoded, only the hashes are hexadecimal (but you can alternatively still use the... |
|
philsmd |
hashcat
|
6 |
3,968 |
06-09-2018, 08:54 AM |
|
|
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: 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: Toogle case generator problem
Post: RE: Toogle case generator problem
you can toogle all 10 (0-9) + 26 (A-Z) = 36 positions (from index 0 to 35) with the following rules
T0 T1 T2 T3 T4 T5 T6 T7 T8 T9 TA TB TC TD TE TF TG TH TI TJ TK TL TM TN TO TP TQ TR TS TT TU
TV ... |
|
philsmd |
hashcat
|
4 |
2,028 |
04-05-2019, 10:35 PM |
|
|
Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720
To find collisions you should use only -m 9710 and -m 9720.
To recover the password without looking for collisions use -m 9700. using ?b?b?b?b?b with -m 9700 doesn't really make sense, except if th... |
|
philsmd |
Old oclHashcat Support
|
7 |
9,479 |
01-23-2016, 01:05 PM |
|
|
Thread: Too many collisions with -m 9720
Post: RE: Too many collisions with -m 9720
If you are referring to the initial post https://hashcat.net/forum/thread-3665-post-20935.html#pid20935 you need to know that this thread was opened before devs even thought about implementing the -m ... |
|
philsmd |
Old oclHashcat Support
|
7 |
9,479 |
01-23-2016, 05:15 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
this syntax is wrong:
Code:
--
hashcat -m 1000 -a 3 ... ?1?1?1?1?1?1?1?1?1?1?1 ... hash.txt
--
the correct syntax is
Code:
--
hashcat -m 1000 -a 3 .... hash.txt ?1?1?1?1?1?1?1?1?1?1?1
... |
|
philsmd |
hashcat
|
7 |
23,963 |
02-14-2019, 11:10 AM |
|
|
Thread: token length exception
Post: RE: token length exception
sha1 is -m 100 see https://hashcat.net/wiki/example_hashes |
|
philsmd |
hashcat
|
2 |
2,485 |
04-15-2019, 06:41 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
the hash file must exist
/root/HASH/MySQL5.txt no such file . file does not exist |
|
philsmd |
hashcat
|
6 |
2,710 |
06-09-2019, 10:01 PM |
|
|
Thread: Token length exception
Post: RE: Token length exception
please make sure that the file exist.
hashcat searched for the file and didn't find it.
The file does NOT exist
maybe it's stored somewhere else or you renamed it or it has .txt.txt extension... |
|
philsmd |
hashcat
|
6 |
2,710 |
06-10-2019, 06:59 PM |
|
|
Thread: Toggle question / Emulate shift
Post: RE: Toggle question / Emulate shift
see https://hashcat.net/wiki/doku.php?id=rule_based_attack#implemented_specific_functions for ascii increment/decrement and shift left/right rule functions. |
|
philsmd |
hashcat
|
4 |
3,137 |
07-02-2018, 08:21 AM |
|
|
Thread: To crack passwords with Russian symbols
Post: RE: To crack passwords with Russian symbols
I'm pretty sure the --encoding-from and --encoding-to only works correctly with -a 0, i.e. only works with dictionary attacks.
The solution for this problem is quite easy, but also not perfectly id... |
|
philsmd |
hashcat
|
8 |
3,006 |
11-27-2019, 06:18 PM |
|
|
Thread: tips on cracking SHA1 hash
Post: RE: tips on cracking SHA1 hash
Code:
--
-a 7 -1 ?u?d hash.txt ?1 dict.txt
--
or rules:
Code:
--
-a 0 -r my.rules hash.txt dict.txt
--
where my.rules is
Code:
--
^0
^1
^2
^3
^4
^5
^6
^7
^8
^9
^A
^B
^C... |
|
philsmd |
hashcat
|
3 |
396 |
09-24-2020, 11:11 PM |
|
|
Thread: Timestamp for cracked hash
Post: RE: Timestamp for cracked hash
I understand that this could be an interesting feature (a new outfile-format)
But for the time being, you could just use the --quiet and stdout feature (ie. not use -o) to modify the output:
Very si... |
|
philsmd |
Very old oclHashcat-plus Support
|
3 |
9,992 |
11-25-2013, 01:20 PM |
|
|
Thread: Threadripper not found
Post: RE: Threadripper not found
intall the Intel OpenCL Runtime for Core and Xeon Processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section |
|
philsmd |
hashcat
|
2 |
596 |
06-20-2020, 05:35 PM |
|
|
Thread: There is no results for cracking password
Post: RE: There is no results for cracking password
The cracked hashes are stored in the file hashcat.potfile
you can use the command:
hashcat -m 16800 --show galleria.16800
to show all the cracked hashes and the corresponding passwords
The... |
|
philsmd |
hashcat
|
5 |
1,230 |
03-29-2020, 12:35 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
wow, thanks.
I can reproduce now and suspect the bug is located here:
https://github.com/hashcat/hashcat/blob/d34381680d1d0d49fb8db5f94575372b73802739/src/brain.c#L119
the index out_idx is neve... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-09-2020, 11:50 AM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
Can you show also the server logs ? do the IDs change ? |
|
philsmd |
hashcat
|
21 |
3,577 |
05-08-2020, 11:27 AM |