Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Well, the user should probably know it. The distinction is quite clear: only paid/premium users get the AES-256 support (at least for the time being, in the current version).
Furthermore, some users ... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 11:51 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
The AxCrypt 1 version of hashes that hashcat already supports (-m 13200) is only using AES-128: https://github.com/hashcat/hashcat/blob/6d5e1d3e5d3ed56c245578136cae6ea05ea569dc/OpenCL/m13200-pure.cl#L... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-12-2020, 05:04 PM |
|
|
Thread: AxCrypt .axx files
Post: RE: AxCrypt .axx files
Do the hashes load fine with hashcat or do you receive an error messages ?
Do you have any examples of "test hashes" for which you know the password (and open perfectly fine with the AxCrypt softw... |
|
philsmd |
hashcat
|
4 |
648 |
08-12-2020, 05:08 PM |
|
|
Thread: salt+password md5
Post: RE: salt+password md5
the format is:
Code:
--
hash:salt
--
see https://hashcat.net/wiki/example_hashes
so it's the other way around.
It's not allowed to post hashes here, see: https://hashcat.net/forum/announ... |
|
philsmd |
hashcat
|
2 |
432 |
08-13-2020, 11:55 PM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
okay, I will probably start to implement this, starting with the AES-128 variant.
Not sure how long it will take and if it will be merged into hashcat (and available in beta) soon.
But I will ta... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-14-2020, 11:06 AM |
|
|
Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash
-a 3 is mask attack ("brute-force").
This makes no sense with a dictionary like rockyou.txt. For dictionary attacks you need to use -a 0 (word lists). |
|
philsmd |
hashcat
|
3 |
424 |
08-17-2020, 10:29 PM |
|
|
Thread: Hashcat Rules and Multibit HD Hash
Post: RE: Hashcat Rules and Multibit HD Hash
no previous cracks needed, although it would make sense to try crack the example hash from https://hashcat.net/wiki/example_hashes just to make sure everything is working correctly (you could either j... |
|
philsmd |
hashcat
|
3 |
424 |
08-17-2020, 11:20 PM |
|
|
Thread: Idea: Wordlist-creation from language-statistics
Post: RE: Idea: Wordlist-creation from language-statisti...
If I'm not totally mistaken, you basically describe how markov could help and yeah:
hashcat has built-in support for markov and it's enabled by default (see --help and hcstat2gen from hashcat-utils... |
|
philsmd |
General Talk
|
4 |
593 |
08-18-2020, 09:25 AM |
|
|
Thread: Idea: Wordlist-creation from language-statistics
Post: RE: Idea: Wordlist-creation from language-statisti...
there is only one disadvantage: the markov chain support is limited to the mask-based attack types (-a 3, and the mask part of -a 6, -a 7).
So if you want to run a dictionary (-a 0 for instance), h... |
|
philsmd |
General Talk
|
4 |
593 |
08-18-2020, 10:52 AM |
|
|
Thread: AxCrypt v2
Post: RE: AxCrypt v2
Thanks for testing. The new beta is now available that includes the new support for AxCrypt 2: https://hashcat.net/beta/ .
Of course, every upcoming release version greater 6.1.1 will also include th... |
|
philsmd |
hashcat
|
17 |
2,015 |
08-18-2020, 10:55 AM |
|
|
Thread: Posting a hash from malware?
Post: RE: Posting a hash from malware?
This : https://twitter.com/TalBeerySec/status/1292734995254190080 ?
vs the password "mimikatz" -m 1000 NTLM hash : https://github.com/gentilkiwi/mimikatz/blob/a2a25cc9f5cbe86cfb6baedf5d3d39aea19b5a... |
|
philsmd |
General Talk
|
2 |
477 |
08-20-2020, 11:03 PM |
|
|
Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits
Code:
--
hashcat --stdout -a 3 -o dict.txt Password?d?d?d
hashcat --stdout -a 3 -o dict.txt My?d?d?dPassword
hashcat -m 14800 -a 0 -w 3 hash.txt dict.txt
--
|
|
philsmd |
hashcat
|
7 |
729 |
08-21-2020, 10:08 PM |
|
|
Thread: Looking to write a rule to replace digits
Post: RE: Looking to write a rule to replace digits
I don't think it's practical, you would need to combine rules with each and every combination (10x -r multi-rule replaces within the command, rule-chaining, to change mutliple digits at the same time)... |
|
philsmd |
hashcat
|
7 |
729 |
08-22-2020, 10:11 AM |
|
|
Thread: Separator unmatched No hashes loaded.
Post: RE: Separator unmatched No hashes loaded.
where is the server challenge ? you only have listed the client challenge above !? what is the server challenge ?
Also, I guess that you need to remove "-notreal" right ?
just compare with the exa... |
|
philsmd |
hashcat
|
1 |
323 |
08-23-2020, 12:50 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
why do you use POCL ?
see https://hashcat.net/hashcat/ for the recommended drivers |
|
philsmd |
hashcat
|
4 |
536 |
08-24-2020, 07:09 PM |
|
|
Thread: I can't use hashcat
Post: RE: I can't use hashcat
depends on your hardware make and model
What GPUs (graphic cards) do you have ? what CPUs (processors) do you have ?
For your intel CPU, you need to install the Intel OpenCL runtime for Xeon or ... |
|
philsmd |
hashcat
|
4 |
536 |
08-25-2020, 08:20 AM |
|
|
Thread: Segmentation fault [core dumped] by any execution.
Post: RE: Segmentation fault [core dumped] by any execut...
run clinfo and post the output
after that also try this: https://hashcat.net/faq/wrongdriver |
|
philsmd |
hashcat
|
7 |
593 |
08-25-2020, 06:57 PM |
|
|
Thread: macOS firmware password hash mode ?
Post: RE: macOS firmware password hash mode ?
I'm not very familiar with these macOS passwords, but maybe you could try this:
https://forums.macrumors.com/threads/reset-macos-firmware-password.2039622/?post=24518521#post-24518521
(using firmwar... |
|
philsmd |
hashcat
|
3 |
388 |
08-26-2020, 12:28 AM |
|
|
Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found
install the driver as mentioned here: https://hashcat.net/hashcat
https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
PS: and do not forget to update ha... |
|
philsmd |
hashcat
|
5 |
843 |
08-26-2020, 01:42 AM |
|
|
Thread: Intel GPU / CPU not found
Post: RE: Intel GPU / CPU not found
just install the dependency:
Code:
--
sudo apt install lsb-core
--
The ubuntu version check can be ignored as far as I know |
|
philsmd |
hashcat
|
5 |
843 |
08-26-2020, 02:15 AM |