Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
okay, I just spend a couple of free minutes to come up with this perl script (POC):
telegram_desktop.pl
Code:
--
#!/usr/bin/env perl
# Author: philsmd
# Date: February 2020
# License: public... |
|
philsmd |
hashcat
|
9 |
2,995 |
02-28-2020, 04:45 PM |
|
|
Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.
The Desktop algorithm was implemented with https://github.com/hashcat/hashcat/pull/2355.
I find it quite disturbing that I got no answers here... it's much more motivating to get some responses and... |
|
philsmd |
hashcat
|
9 |
2,995 |
04-08-2020, 12:13 PM |
|
|
Thread: Telegram Desktop passcode
Post: RE: Telegram Desktop passcode
This was implemented with https://github.com/hashcat/hashcat/pull/2355 |
|
philsmd |
hashcat
|
4 |
3,573 |
04-08-2020, 12:11 PM |
|
|
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: test case only cracking single hash
Post: RE: test case only cracking single hash
You probably need to get rid of the newline character... it should be easy to see it just add
print plain_text,
after the "for plain_text in f:" and you will notice that there is the extra new line.... |
|
philsmd |
Old oclHashcat Support
|
2 |
6,479 |
04-03-2014, 08: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 |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
could you please try with latest beta version from https://hashcat.net/beta/ ? just to make sure we are testing with the same version / code. |
|
philsmd |
hashcat
|
21 |
3,577 |
05-08-2020, 12:54 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
I currently can't reproduce to get an identical session ID with different hash lists.
could you please provide your full server and client commands and also the hash lists (PM is also okay, or even... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-08-2020, 02:12 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, great testing/analysis again.
This just shows how important it is to double-check the changes...
this is actually an independent second problem now...
the qsort () call here: https://gi... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 11:24 AM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
yeah, it will work for all supported attack types supported by --slow-candidates (-S), (-a 0, -a 1, -a 3).
The most important thing though, is to get a clear picture on when to use brain and when ... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 12:50 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
the naming convention is just:
- brain.[SESSION_ID].ldmp for hashed passwords
- brain.[ATTACK ID].admp for attack positions
that means, that you could just start a quick cracking job again and se... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 03:49 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
could you please provide a minimal example (minimal number of hashes etc) ?
I don't think that --session is relevant at all, but please test this too |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 06: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...
okay, I discovered now what the new bug is (I'm pretty confident):
we can see here: https://github.com/hashcat/hashcat/blob/f9e4dc0db1d699bb96e399ff6246ea70df715886/src/brain.c#L129
that our list ... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-11-2020, 10:52 PM |
|
|
Thread: The Brain not working as expected (or is it me?)
Post: RE: The Brain not working as expected (or is it me...
yeah, this was already fixed soon after my post, see: https://github.com/hashcat/hashcat/commit/ff37264c36a89bed32c4f5cff24dbf29bcb98642
The beta version can be tested from here: https://hashcat.ne... |
|
philsmd |
hashcat
|
21 |
3,577 |
05-13-2020, 07:21 AM |
|
|
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: 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: 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: 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: 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 |