Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
it's directly linked in the above thread:
linux: https://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz
windows: https://registrationcenter-download.intel.co... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-09-2020, 02:00 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
Code:
--
cd Downloads/
tar xzf l_opencl_p_18.1.0.015.tgz
cd l_opencl_p_18.1.0.015/
sudo ./install.sh
--
The installer will tell you if you have installed all the packages that are needed ... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-09-2020, 09:17 PM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
The downloaded file l_opencl_p_18.1.0.015.tgz defintiely contains an installation file called "install.sh" within the archive.
If you would have extracted the tgz file correctly with "tar xzf l_ope... |
|
philsmd |
hashcat
|
7 |
1,535 |
06-14-2020, 06:33 PM |
|
|
Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working
just explain what you see and experience.
Do you mean that it takes a while until the next restore point is reached ?
Maybe it's only a matter of having a little bit of patience until the current ... |
|
philsmd |
hashcat
|
8 |
1,537 |
04-18-2020, 09:30 AM |
|
|
Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working
The status at the end must be
Code:
--
Status...........: Aborted (Checkpoint)
--
The value of the Restore.Point must be increased (greater than 0)... Attention: the progress line is not the c... |
|
philsmd |
hashcat
|
8 |
1,537 |
04-19-2020, 04:43 AM |
|
|
Thread: Rules attack - restore not working
Post: RE: Rules attack - restore not working
My guess is that with that many rules, the workload profile (-w 2 ? or -w 3) and the amount of GPUs, it might just take a lot of time to reach the next checkpoint.
With -w 1 more checkpoints will be ... |
|
philsmd |
hashcat
|
8 |
1,537 |
04-19-2020, 04:15 PM |
|
|
Thread: Cracking bcrypt hash using brute force mode
Post: RE: Cracking bcrypt hash using brute force mode
The command makes no sense.
Defining any custom charset like --custom-charset1 (or short -1) without using it within the mask doesn't make any sense and is actually quite a common user mistake. :(
... |
|
philsmd |
hashcat
|
7 |
1,538 |
05-10-2020, 07:29 AM |
|
|
Thread: Mask Attacks with Mask File and Custom Charset
Post: RE: Mask Attacks with Mask File and Custom Charset
as the two guides from https://hashcat.net/wiki/?id=mask_attack#hashcat_mask_files and https://hashcat.net/faq#what_is_a_hashcat_mask_file already emphasize, you must specify all the hcchr and custom ... |
|
philsmd |
hashcat
|
2 |
1,544 |
04-03-2019, 01:10 PM |
|
|
Thread: rules attack
Post: RE: rules attack
Try to use --stdout to see what the single rules do (hashcat --stdout -a 0 -r test.rule dict.txt)
also see: https://hashcat.net/wiki/doku.php?id=rule_based_attack
for instance the rule "t" (lo... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-02-2020, 05:43 PM |
|
|
Thread: rules attack
Post: RE: rules attack
it's not allowed to post hashes here, read the forum rules.
You didn't even mention the password and therefore nobody can verify what you are claiming is correct about these "rules".
Without the e... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-03-2020, 02:33 AM |
|
|
Thread: rules attack
Post: RE: rules attack
The main problem here should be very clear.
Let's assume we have a dictionary called rockyou.txt and it contains the word "bioshock" (without quotes):
Code:
--
$ grep '^bioshock$' rockyou.txt
... |
|
philsmd |
hashcat
|
7 |
1,545 |
04-07-2020, 09:14 AM |
|
|
Thread: Hashcat office collision attack (9810 and 9820) doesn't work
Post: RE: Hashcat office collision attack (9810 and 9820...
sounds similar to this problem https://github.com/hashcat/hashcat/issues/2067 |
|
philsmd |
hashcat
|
2 |
1,555 |
07-16-2019, 12:05 PM |
|
|
Thread: history hash
Post: RE: history hash
just open the potfile in a text editor or use:
Code:
--
cat hashcat.potfile
--
(this is on linux ... or use the "type" command on windows)
use --potfile-disable to disable the potfile (or rem... |
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 11:32 AM |
|
|
Thread: history hash
Post: RE: history hash
if you use LINUX *and* if you have installed hashcat (make install or used a package manager), the files are wihtin your home directory:
Code:
--
cat $HOME/.hashcat/hashcat.potfile
--
|
|
philsmd |
hashcat
|
5 |
1,555 |
03-13-2020, 01:20 PM |
|
|
Thread: Outputting Rules using stdout
Post: RE: Outputting Rules using stdout
I would say that you should just try to type the whole line again (no copy-paste or scrollback).
There is probably some control character and/or ^C directly within your command line and therefore i... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
2 |
1,559 |
09-17-2019, 04:28 PM |
|
|
Thread: wordlist creates
Post: RE: wordlist creates
the question here is: why would you need to create a word list on disk ? This involves a lot of disk I/O (usage of one of the slowest components on a PC, even if it is a NVMe SSD). Remember: in additi... |
|
philsmd |
hashcat
|
3 |
1,560 |
03-01-2020, 10:25 AM |
|
|
Thread: Hashcat self-destructs (Windows)
Post: RE: Hashcat self-destructs (Windows)
ha, this reminds me of some users running into the problem of copy-pasting a command starting with
"> hashcat64.exe ..."
where > was part of the command prompt of the original/copied command lin... |
|
philsmd |
hashcat
|
2 |
1,561 |
04-06-2019, 07:21 PM |
|
|
Thread: Resuming attack with maskprocessor?
Post: RE: Resuming attack with maskprocessor?
the main question is: is this the correct approach ? does this even make sense with passwords not having 4 identical chars ?
... and most importantly: how much (percentage-wise) of the keyspace is ev... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
1,565 |
11-04-2019, 09:24 AM |
|
|
Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...
Furthermore, the left side is changed most frequently.
Is there any reason why you would need to change the order ?
You might be able to create a new hcstat2 file with hcstat2gen from hashcat-ut... |
|
philsmd |
hashcat
|
9 |
1,579 |
04-26-2020, 09:03 AM |
|
|
Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...
yeah.
but even for the approach with testing first password candidates at the end, you could actually just use -s / -l until the whole keyspace was tested, i.e. split your keyspace in x chunks and te... |
|
philsmd |
hashcat
|
9 |
1,579 |
04-26-2020, 03:39 PM |