Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Support for Intel Movidius Neural Compute Stick ???
Post: RE: Support for Intel Movidius Neural Compute Stic...
Code:
--
+--------------------------------+
| Does a OpenCL runtime exist? |
+----------+--------------------++
| ... |
|
undeath |
Hardware
|
1 |
2,351 |
03-19-2019, 11:44 PM |
|
|
Thread: Precomputation
Post: RE: Precomputation
Not supported. The technique you're looking for is called rainbow table. |
|
undeath |
General Talk
|
1 |
1,384 |
03-24-2019, 10:55 PM |
|
|
Thread: 1080ti card with old hardware
Post: RE: 1080ti card with old hardware
There is no bottleneck for hashcat in that setup. Enough PCIe lanes, enough ram and sufficient power for a 1080ti. |
|
undeath |
Hardware
|
1 |
1,669 |
03-26-2019, 01:31 PM |
|
|
Thread: hashcat & cpulimit/cputool
Post: RE: hashcat & cpulimit/cputool
you can use -w1. To lock hashcat to certain cpu cores you can use the --cpu-affinity option |
|
undeath |
hashcat
|
1 |
1,177 |
03-30-2019, 06:50 PM |
|
|
Thread: How do I crack a password w/ these rules?
Post: RE: How do I crack a password w/ these rules?
https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
1 |
1,513 |
04-24-2019, 11:52 PM |
|
|
Thread: Problem with restoring
Post: RE: Problem with restoring
use --session wpa --restore |
|
undeath |
hashcat
|
1 |
1,469 |
04-27-2019, 03:20 PM |
|
|
Thread: how to extract username:plain
Post: RE: how to extract username:plain
grep -v '^.*:[regex that matches hash]$' file |
|
undeath |
hashcat
|
1 |
1,288 |
05-12-2019, 10:54 PM |
|
|
Thread: How does hashcat control the fan?
Post: RE: How does hashcat control the fan?
It doesn't. Use external tools. |
|
undeath |
hashcat
|
1 |
1,110 |
06-02-2019, 12:29 PM |
|
|
Thread: Combinator + mask?
Post: RE: Combinator + mask?
The most efficient way to tackle this problem is probably combinator stdin on a0 and generated rules files to emulate the mask part. |
|
undeath |
hashcat
|
1 |
1,079 |
06-04-2019, 10:09 AM |
|
|
Thread: Nano Ledger S
Post: RE: Nano Ledger S
|
undeath |
General Talk
|
1 |
1,298 |
06-28-2019, 08:07 PM |
|
|
Thread: Smart Brutforce?
Post: RE: Smart Brutforce?
You can use PACK (https://github.com/iphelix/PACK) to match a specific password policy or play around with hashcat's mask attack and the -t argument. Unfortunately with -t it's not possible to later r... |
|
undeath |
hashcat
|
1 |
1,100 |
07-04-2019, 04:27 PM |
|
|
Thread: "Cannot find an OpenCL ICD loader library." error
Post: RE: "Cannot find an OpenCL ICD loader library." er...
You need to install an icd loader. On ubuntu you need to install ocl-icd-libopencl1 (and possibly nvidia-opencl-icd-340) |
|
undeath |
hashcat
|
1 |
1,881 |
07-05-2019, 01:29 PM |
|
|
Thread: Is my config too weak ?
Post: RE: Is my config too weak ?
It would certainly be useful to list your hardware if you want an opinion on that. Since you are using a laptop with CPU chances are pretty high it's not suitable for hashcat. (and running hashcat on ... |
|
undeath |
hashcat
|
1 |
1,086 |
07-13-2019, 11:30 AM |
|
|
Thread: hashcat beta - supported CUDA version?
Post: RE: hashcat beta - supported CUDA version?
CUDA support is only available in the beta currently. Your driver is really old. Install the latest version. |
|
undeath |
Beta Tester
|
1 |
2,274 |
07-20-2019, 12:41 AM |
|
|
Thread: Password crack help
Post: RE: Password crack help
|
undeath |
hashcat
|
1 |
993 |
07-21-2019, 05:38 PM |
|
|
Thread: best approach?
Post: RE: best approach?
see https://hashcat.net/wiki/doku.php?id=mask_attack
but you will have to narrow down the possibilities. |
|
undeath |
General Talk
|
1 |
1,167 |
07-24-2019, 01:32 PM |
|
|
Thread: odd pdf hash
Post: RE: odd pdf hash
I don't know if there are slight differences in john's and hashcat's format but you can try with this script: https://github.com/stricture/hashstack-server-plugin-hashcat/blob/master/scrapers/pdf2hash... |
|
undeath |
hashcat
|
1 |
1,005 |
08-12-2019, 11:26 AM |
|
|
Thread: 5.1.0+1394 not processing LM hashes
Post: RE: 5.1.0+1394 not processing LM hashes
cannot reproduce
Code:
--
./hashcat -m 3000 299bd128c1101fd6 -a3 hashca?l
hashcat (v5.1.0-1397-g7f4df9eb) starting...
* Device #2: CUDA SDK Toolkit installation NOT detected.
CUDA SDK ... |
|
undeath |
Beta Tester
|
1 |
2,219 |
08-28-2019, 06:18 PM |
|
|
Thread: some info about rules
Post: RE: some info about rules
https://hashcat.net/wiki/doku.php?id=rule_based_attack |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
1,274 |
09-07-2019, 12:07 PM |
|
|
Thread: Noob question, bruteforce pmkid/wpa2 ISP default passwords
Post: RE: Noob question, bruteforce pmkid/wpa2 ISP defau...
without further knowledge that's hardly feasible. You might be interested in this thread: https://hashcat.net/forum/thread-6170.html
Other than that, here's the documentation for mask attacks: https:... |
|
undeath |
hashcat
|
1 |
942 |
09-20-2019, 01:09 PM |