Search Results
|
Post
[asc]
|
Author |
Forum |
Replies |
Views |
Posted |
|
|
Thread: Guess rejection policy for mangling rules attack
Post: RE: Guess rejection policy for mangling rules atta...
no, you shouldn't bother about this. It would be way too complex and time consuming (performance drop) to check this type of "rejection". It would cost MUCH more to check for a rejection than actually... |
|
philsmd |
hashcat
|
1 |
527 |
04-27-2020, 12:00 PM |
|
|
Thread: guess number
Post: RE: guess number
Try with --outfile-format 11 |
|
philsmd |
hashcat
|
3 |
4,395 |
03-17-2017, 08:26 AM |
|
|
Thread: GTX 970 Benchmark
Post: RE: GTX 970 Benchmark
You forgot about the most important part, i.e. to add rules :P
See https://hashcat.net/wiki/doku.php?id=rule_based_attack and the /rules folder |
|
philsmd |
Hardware
|
12 |
29,519 |
01-16-2015, 02:32 AM |
|
|
Thread: GTX 750 Ti error on driver 335.23
Post: RE: GTX 750 Ti error on driver 335.23
https://hashcat.net/forum/thread-3200-post-18576.html#pid18576 |
|
philsmd |
Old oclHashcat Support
|
3 |
8,967 |
04-13-2014, 08:07 AM |
|
|
Thread: GTX 1060 3Gb
Post: RE: GTX 1060 3Gb
what happens if you try this:
Code:
--
[s]tatus [p]ause [b]ypass [c]heckpoint [q]uit => s
--
can you show the output of hitting your s key on the keyboard |
|
philsmd |
Hardware
|
8 |
3,378 |
09-21-2019, 12:16 PM |
|
|
Thread: GPU Utilization stuck at 2%
Post: RE: GPU Utilization stuck at 2%
let's start with removing the --force
[hr]
if you use your CPU power together with your GPU it could be worse in some very specific situations (of course also depending on your hardware and hash... |
|
philsmd |
hashcat
|
3 |
1,396 |
09-26-2019, 04:40 PM |
|
|
Thread: GPU Utilization stuck at 2%
Post: RE: GPU Utilization stuck at 2%
what hardware ? which drivers ? more info alltogether would be nice
does it work with other hash types or older hashcat versions ? did you try the beta version from https://hashcat.net/beta/ ?
d... |
|
philsmd |
hashcat
|
3 |
1,396 |
09-27-2019, 09:10 PM |
|
|
Thread: Gpu Limit
Post: RE: Gpu Limit
I see this very often recently that users try to just go all-in without any prior experience with hardware and building cracking rigs and afterwards try to blame others (hashcat etc) for their fault..... |
|
philsmd |
Hardware
|
14 |
4,531 |
01-18-2020, 01:20 PM |
|
|
Thread: gpu intel
Post: RE: gpu intel
The minimum password length for -m 2500 = WPA/WPA2 is 8 characters.
Just read the warning and it should be very clear indeed. |
|
philsmd |
Old hashcat Support
|
7 |
9,274 |
05-13-2016, 02:00 PM |
|
|
Thread: GPU Drivers not installed?
Post: RE: GPU Drivers not installed?
It is possible to install the proprietary NVidia driver also using a live cd (the problem is that a reboot may be needed and as you may already guess, after reboot the live system starts from scratch)... |
|
philsmd |
Old oclHashcat Support
|
4 |
14,670 |
05-27-2014, 06:58 PM |
|
|
Thread: GPU Drivers not installed?
Post: RE: GPU Drivers not installed?
for that problem you need to read the wiki
Especially this article: https://hashcat.net/wiki/ubernoobs |
|
philsmd |
Old oclHashcat Support
|
4 |
14,670 |
05-27-2014, 07:10 PM |
|
|
Thread: Gpu Drivers not Installed Issue
Post: RE: Gpu Drivers not Installed Issue
Hi
Please post the output of
$ clinfo
Seems that either the driver is not installed correctly or the modules are not loaded. |
|
philsmd |
Very old oclHashcat-plus Support
|
5 |
12,338 |
07-19-2013, 02:42 PM |
|
|
Thread: GPU Crack Speed Half of Expected
Post: RE: GPU Crack Speed Half of Expected
the commands that you use are very weird/wrong:
1. the -w that you use twice in your -a 0 (dictionary attack) is wrong. why two times -w ? one time -w without the actual workload profile
2. in t... |
|
philsmd |
hashcat
|
3 |
786 |
06-30-2020, 07:43 AM |
|
|
Thread: GPU Crack Speed Half of Expected
Post: RE: GPU Crack Speed Half of Expected
without specifying any mask, hashcat will use the default mask, see https://hashcat.net/wiki/doku.php?id=hashcat#default_values
The default mask is probably not what you would call brute-force.
... |
|
philsmd |
hashcat
|
3 |
786 |
07-01-2020, 08:46 AM |
|
|
Thread: GPU comparison (passwords per second)
Post: RE: GPU comparison (passwords per second)
For example this: https://www.golubev.com/gpuest.htm |
|
philsmd |
Hardware
|
4 |
12,882 |
05-27-2014, 07:25 PM |
|
|
Thread: good wordlist
Post: RE: good wordlist
hmm, interesting.
but the site looks quite bad/fishy. "tested on neighbours Wi-Fi", bitcoin address, "must-have", big password list to download (let me explain below)....
and back to the topic,... |
|
philsmd |
User Contributions
|
2 |
4,253 |
12-19-2018, 11:02 AM |
|
|
Thread: Getting a weird hash from PDF?
Post: RE: Getting a weird hash from PDF?
As far as I know the current up-to-date script to extract the info from .pdf files is pdf2john.pl (a perl file not a python file):
https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleedin... |
|
philsmd |
hashcat
|
2 |
3,265 |
11-10-2017, 10:17 PM |
|
|
Thread: Getting a Hash Via DD From a VeraCrypt File
Post: RE: Getting a Hash Via DD From a VeraCrypt File
... if you are using crunch together with hashcat you are probably doing something wrong (well, this might not always be the case, but most of the time for new users!)
hashcat has all the attack mode... |
|
philsmd |
hashcat
|
4 |
5,596 |
03-30-2017, 12:21 PM |
|
|
Thread: Getting 0H/S and 0 progress
Post: RE: Getting 0H/S and 0 progress
Code:
--
hashcat -m 7100 -a 0 hash.txt dict.txt
--
|
|
philsmd |
hashcat
|
3 |
6,120 |
07-25-2018, 07:25 PM |
|
|
Thread: getcernelarginfo procedure entry point not found in library
Post: RE: getcernelarginfo procedure entry point not fou...
it's probably kernel with "k" (clGetKernelArgInfo () )
for the problem itself, it's probably a setup/driver issue. Your explanation is also very misleading and missing some crucial facts. I think y... |
|
philsmd |
hashcat
|
1 |
746 |
12-08-2019, 01:36 PM |