Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
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 |
|
|
Thread: Custom wordlist
Post: RE: Custom wordlist
this doesn't seem to be about hashcat at all, but a simple coding/scripting problem. GNU join should be able to handle that. |
|
undeath |
hashcat
|
1 |
976 |
10-07-2019, 12:57 PM |
|
|
Thread: Hash of office file need to be cracked.
Post: RE: Hash of office file need to be cracked.
you forgot to specify a wordlist |
|
undeath |
General Talk
|
1 |
1,161 |
10-07-2019, 06:11 PM |
|
|
Thread: mask search with doubles
Post: RE: mask search with doubles
It's not possible with masks only. You can pipe in a mask attack and then apply the repeat rule "p" to each input word. However, depending on your hash type, this may severely slow down your attack sp... |
|
undeath |
hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip
|
1 |
1,317 |
10-21-2019, 11:49 AM |
|
|
Thread: WPA help
Post: RE: WPA help
standard wpa(2) is mode 2500. Unless you know what PMK or PMKID means you don't need them. |
|
undeath |
General Talk
|
1 |
978 |
12-11-2019, 01:00 AM |
|
|
Thread: How to add my kernel to hashcat?
Post: RE: How to add my kernel to hashcat?
There is no documentation. Best thing you can do is look through the github commit history (or possibly pull requests) to get an idea of how a complete module can be added to hashcat. |
|
undeath |
hashcat
|
1 |
934 |
12-24-2019, 04:05 PM |