Search Results
|
Post
[desc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: About the return value of hashcat
Post: RE: About the return value of hashcat
This is very well documented:
1. in the file docs/status_codes.txt (relative path starting from oclHashcat-plus root folder)
2. if you use forum search, there are dozens of similar questions/answers... |
|
philsmd |
Very old oclHashcat-plus Support
|
1 |
5,124 |
11-20-2013, 09:07 AM |
|
|
Thread: about the zip file size and the hash got by zip2john
Post: RE: about the zip file size and the hash got by zi...
https://github.com/hashcat/hashcat/issues/2186#issuecomment-530489997 |
|
philsmd |
hashcat
|
3 |
1,721 |
11-02-2019, 08:05 AM |
|
|
Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...
Code:
--
for i in {1722..2017}; do echo $i | sed 's/\(.\)/\$\1 /g'; done > rules/add_year.rule
--
|
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
8,777 |
11-30-2017, 10:18 PM |
|
|
Thread: Adding 4 digit variable number to Name wordlist
Post: RE: Adding 4 digit variable number to Name wordlis...
Yeah, that's true my example was targeted for linux/mac users that use a bash-compatible shell.
That said, you can extend the idea to any other environment or tool (yes you could also do it all wit... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
8 |
8,777 |
12-05-2017, 01:57 PM |
|
|
Thread: aes128 brute-force w/mask using half sha256
Post: RE: aes128 brute-force w/mask using half sha256
Long constant strings within the mask (especially at the beginning of the mask) are always bad for the performance.
You could try to use different attack modes, like -a 6:
Code:
--
hashcat -m 1... |
|
philsmd |
hashcat
|
3 |
4,106 |
01-09-2018, 02:42 PM |
|
|
Thread: Agilebits 1Password support and Design Flaw?
Post: RE: Agilebits 1Password support and Design Flaw?
OMG, amazing! Well done atom |
|
philsmd |
Very old oclHashcat-plus Support
|
44 |
362,065 |
04-16-2013, 05:26 PM |
|
|
Thread: Agilebits 1Password support and Design Flaw?
Post: RE: Agilebits 1Password support and Design Flaw?
Quote:
--
In the new format that I mentioned, we actually make this last bit easier for you (by design).
--
Thx you, nice to collaborate w/ us. |
|
philsmd |
Very old oclHashcat-plus Support
|
44 |
362,065 |
04-16-2013, 06:32 PM |
|
|
Thread: Alert "ADL_Main_Control_Create()" when running oclHashcat
Post: RE: Alert "ADL_Main_Control_Create()" when running...
You need to make sure that the correct driver is installed (amd catalyst 14.9 at the time of this post, see https://hashcat.net/oclhashcat/ ) and that no amd app sdk is installed (or other older confl... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,003 |
05-11-2015, 07:56 PM |
|
|
Thread: Alert "ADL_Main_Control_Create()" when running oclHashcat
Post: RE: Alert "ADL_Main_Control_Create()" when running...
Yes, you do not need it (if you aren't a OpenCL developer) and it for sure gives conflicts if you have it installed.
Even if you are an OpenCL developer you need to be very careful where you put the a... |
|
philsmd |
Old oclHashcat Support
|
3 |
6,003 |
05-12-2015, 09:59 AM |
|
|
Thread: all numbers VS .hcmask
Post: RE: all numbers VS .hcmask
There are at least 2 problems with this question:
1. too general (what do you mean by numbers only etc)
2. you should avoid making things more complicated than they are
About #2, if you know that for... |
|
philsmd |
Old oclHashcat Support
|
2 |
5,446 |
09-25-2014, 06:33 PM |
|
|
Thread: ALL outputs of best64.rules of a word in a dic.
Post: RE: ALL outputs of best64.rules of a word in a dic...
The advice of Milzo was to use cpu hashcat (https://hashcat.net/hashcat/) and not oclHashcat
./hashcat-cli64.bin means cpu hashcat, because the missing ocl and the cli in the name.
oclHashcat doe... |
|
philsmd |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
5 |
11,170 |
11-13-2014, 02:50 PM |
|
|
Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP
it's important to understand what exactly you are comparing with (it's not good and meaningful to compare apples to oranges).
How exatly do you get the speed ? do you use -b ? My guess is that you ... |
|
philsmd |
hashcat
|
4 |
1,652 |
11-22-2019, 07:36 PM |
|
|
Thread: Almost HALF speeds on 8 V100 GCP
Post: RE: Almost HALF speeds on 8 V100 GCP
can you post the output of
Code:
--
hashcat -m 1000 -b
--
?
it's also worth testing with the beta version from https://hashcat.net/beta/ or even testing with CUDA (you need to install the CUD... |
|
philsmd |
hashcat
|
4 |
1,652 |
11-22-2019, 08:09 PM |
|
|
Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5
I'm not sure exactly what the problem is and why a second instance is still running.
Anyways, to solve it you just need to stop the second instance (either via job control - or "task manager"-like ... |
|
philsmd |
hashcat
|
7 |
10,362 |
02-06-2018, 05:50 PM |
|
|
Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5
Please do one of the following actions:
1. after stopping your current running hashcat instance (the one with --session etc), delete the file "hashcat.pid" from the main hashcat folder
2. copy all y... |
|
philsmd |
hashcat
|
7 |
10,362 |
02-06-2018, 08:41 PM |
|
|
Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5
It does. It looks if that specific process id found within the hashcat.pid file is still running.
Since tea-er's pid is strangely pid 5 (wtf ?) it might be the case that it always finds a pid with pi... |
|
philsmd |
hashcat
|
7 |
10,362 |
02-06-2018, 08:53 PM |
|
|
Thread: AMD cpu
Post: RE: AMD cpu
you need to install the OpenCL Runtime for Intel Core or Xeon processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section
Yeah, this is no joke. th... |
|
philsmd |
hashcat
|
2 |
882 |
05-20-2020, 08:35 PM |
|
|
Thread: Amd GPU with Ubuntu
Post: RE: Amd GPU with Ubuntu
No, there are not 2 different drivers/software that you need to install.
You might need to clean up your system first and after that install the currently suggested driver:
Steps:
1. Follow: http... |
|
philsmd |
Hardware
|
2 |
13,566 |
01-10-2017, 01:30 PM |
|
|
Thread: AMD Radeon HD 6770 M Graphic Card (ADL_Overdrive6_FanSpeed_Get() is missing) Error
Post: RE: AMD Radeon HD 6770 M Graphic Card (ADL_Overdr...
tra_extra Wrote: (10-27-2014, 03:49 PM)
--
what should i do?
--
You should download the version recommended by https://www.hashcat.net/oclHashcat (at the time of this post it is "Catalyst 14.9 or l... |
|
philsmd |
General Help
|
13 |
28,438 |
10-27-2014, 04:39 PM |
|
|
Thread: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac
the numbers always depend on the type of hashes. for instance 218 kH/s for a bcrypt hash with cost factor $09$ would be quite impressive ;)
218 kH/s doesn't mean anything without any info about the h... |
|
philsmd |
hashcat
|
5 |
810 |
06-22-2020, 07:52 AM |