Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
Posted |
|
|
Thread: edit session settings?
Post: RE: edit session settings?
philsmd's tool here may help:
https://github.com/philsmd/analyze_hc_restore |
|
royce |
General Talk
|
5 |
5,907 |
07-03-2016, 11:19 PM |
|
|
Thread: How I can make a more efficient bruteforce attack?
Post: RE: How I can make a more efficient bruteforce att...
Take a look at
https://hashcat.net/wiki/doku.php?id=rule_based_attack
The 'd' rule function repeats a word. |
|
royce |
General Talk
|
1 |
3,240 |
08-02-2016, 03:02 PM |
|
|
Thread: Dictionary encoding: UTF8 or Win-1252 for German?
Post: RE: Dictionary encoding: UTF8 or Win-1252 for Germ...
Dictionary encoding depends on the encoding used by the software that initially stored the passwords. If the software used UTF-8, hashcat will need to receive UTF-8 strings as source material. If anot... |
|
royce |
General Talk
|
2 |
4,024 |
08-21-2016, 08:49 AM |
|
|
Thread: Notifications from forum are going to SPAM folder
Post: RE: Notifications from forum are going to SPAM fol...
Assuming that the stated host is the only source, something along these lines would be a starting point:
Code:
--
IN TXT "v=spf1 ip6:2a03:f80:ed15:149:154:152:149:1 ~all"
--
|
|
royce |
General Talk
|
4 |
7,260 |
08-28-2016, 12:51 AM |
|
|
Thread: md5(md5($pass)$salt) for hash code 1$
Post: RE: md5(md5($pass)$salt) for hash code 1$
You're mean, radix. 1$ [sic] seemed like a pretty competitive offer to me. ;) |
|
royce |
General Talk
|
2 |
4,191 |
09-11-2016, 05:33 AM |
|
|
Thread: optimizing masks with Descrypt
Post: RE: optimizing masks with Descrypt
You can generate a list of masks following these restrictions, and then pass a file containing those masks to hashcat.
https://thesprawl.org/projects/pack/#specifying-maximum-complexity |
|
royce |
General Talk
|
2 |
4,160 |
10-16-2016, 07:09 PM |
|
|
Thread: MD5 substring
Post: RE: MD5 substring
It's C. Try compiling it on a Linux system. |
|
royce |
General Talk
|
9 |
10,039 |
01-08-2017, 11:48 PM |
|
|
Thread: MD5 substring
Post: RE: MD5 substring
Note also the compilation instructions that are in the source code itself:
cc -o md5substr md5substr.c -march=native -O3 -funroll-loops -fomit-frame-pointer -pthread |
|
royce |
General Talk
|
9 |
10,039 |
01-09-2017, 12:14 AM |
|
|
Thread: MD5 substring
Post: RE: MD5 substring
Probably possible, but I have no experience in that area. Someone else may be able to chime in. |
|
royce |
General Talk
|
9 |
10,039 |
01-09-2017, 01:12 AM |
|
|
Thread: amd-gpu-pro update
Post: RE: amd-gpu-pro update
+1.
This benchmark collection is a little behind, but it will give you a rough idea:
https://www.crackingservice.com/?q=node/20 |
|
royce |
General Talk
|
35 |
48,975 |
02-07-2017, 06:30 AM |
|
|
Thread: combining sustems
Post: RE: combining sustems
You can manually divide up work using -s/--skip and -l/--limit.
There are also some frameworks that help to automate this.
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_d... |
|
royce |
General Talk
|
1 |
2,901 |
03-10-2017, 04:02 AM |
|
|
Thread: Is it better to use princeprocessor rather than using Hashcat alone?
Post: RE: Is it better to use princeprocessor rather tha...
I think that maykelbembibre is asking whether using PRINCE recovers more hashes per unit of time?
maykelbembibre, "efficiency" may the word that's more commonly used to talk about this. This thread... |
|
royce |
General Talk
|
7 |
7,900 |
03-27-2017, 04:19 PM |
|
|
Thread: How to decrypt CSS/CPPM?
Post: RE: How to decrypt CSS/CPPM?
What's the definition of "clean" in this context? |
|
royce |
General Talk
|
4 |
5,241 |
04-23-2017, 03:17 PM |
|
|
Thread: Buying wordlists/rules
Post: RE: Buying wordlists/rules
Have you looked at the rulesets in ./rules/, including its subfolders? |
|
royce |
General Talk
|
8 |
9,327 |
05-10-2017, 07:26 PM |
|
|
Thread: Veracrypt question
Post: RE: Veracrypt question
Follow-up - there are at least now non-boot VeraCrypt examples on the example hashes wiki page.
https://hashcat.net/wiki/doku.php?id=example_hashes |
|
royce |
General Talk
|
6 |
16,081 |
05-15-2017, 03:33 AM |
|
|
Thread: Temperature limit on GPU
Post: RE: Temperature limit on GPU
Your GPU is getting too hot. Improve your cooling / airflow / thermals. |
|
royce |
General Talk
|
4 |
8,309 |
06-02-2017, 11:01 PM |
|
|
Thread: Best GPU
Post: RE: Best GPU
Neither. :) Go NVIDIA, 10xx series (1070, 1080, 1080Ti). If you get Founder's Edition (recommended), the vendor doesn't matter, because they all follow the same NVIDIA spec. |
|
royce |
General Talk
|
8 |
9,094 |
06-14-2017, 08:53 PM |
|
|
Thread: Best GPU
Post: RE: Best GPU
|
royce |
General Talk
|
8 |
9,094 |
06-17-2017, 08:25 AM |
|
|
Thread: bitcoin mining vs password cracking?
Post: RE: bitcoin mining vs password cracking?
You're probably better off just running a benchmark for your specific setup, or using tools like https://whattomine.com/ |
|
royce |
General Talk
|
17 |
18,837 |
10-03-2017, 07:50 PM |
|
|
Thread: Help needed.
Post: RE: Help needed.
There's no way to do this with hashcat - it's not a rules-level problem, but an algorithm-level problem.
Outside of hashcat, this algorithm isn't natively supported by MDXfind and probably not by H... |
|
royce |
General Talk
|
1 |
2,205 |
10-03-2017, 08:16 PM |