Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Deleting symbols with rules?
Post: RE: Deleting symbols with rules?
Indeed the rule seems to have been implemented into hashcat. But no, there's no shortcut for whole sets. You may consider pre-processing your wordlist file(s) if applicable. |
|
undeath |
hashcat
|
4 |
1,040 |
02-06-2020, 10:48 PM |
|
|
Thread: 100% rejects while using "short words to long" rule
Post: RE: 100 rejects while using duplicate rules with s...
Words are always rejected before applying rules. Since no word satisfies the minimum requirement of 8 chars they are all rejected.
You can work this around by appending two characters to each input... |
|
undeath |
hashcat
|
2 |
1,018 |
09-27-2019, 05:31 PM |
|
|
Thread: osx errors
Post: RE: osx errors
you need to properly escape your arguments depending on your shell |
|
undeath |
hashcat
|
2 |
1,010 |
01-04-2020, 04:30 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: Anyone with a amd/radeon GPU rig running on linux?
Post: RE: Anyone with a amd/radeon GPU rig running on li...
You should see no issues using rocm on linux. |
|
undeath |
hashcat
|
5 |
1,001 |
07-06-2020, 03:28 PM |
|
|
Thread: pattern mask
Post: RE: pattern mask
You need to create a mask for each possible position of the known part. |
|
undeath |
hashcat
|
4 |
995 |
04-17-2020, 11:40 PM |
|
|
Thread: Wordlist Processing Order
Post: RE: Wordlist Processing Order
The order ist pretty much random because of very high parallelization when doing GPU cracking. |
|
undeath |
General Talk
|
2 |
994 |
03-04-2020, 10:33 PM |
|
|
Thread: Password crack help
Post: RE: Password crack help
|
undeath |
hashcat
|
1 |
993 |
07-21-2019, 05:38 PM |
|
|
Thread: Apache $apr1$ MD5 separator unmatched error on example hash
Post: RE: Apache $apr1$ MD5 separator unmatched error on...
save the hash in a textfile or escape your special shell characters |
|
undeath |
hashcat
|
2 |
989 |
03-29-2020, 04:25 PM |
|
|
Thread: Benchmarks and Password per second
Post: RE: Benchmarks and Password per second
theNosieKnows Wrote: (04-24-2020, 10:59 AM)
--
Code:
--
Hashmode: 3200 - bcrypt $2*$, Blowfish (Unix) (Iterations: 32)
Speed.#1.........: 60227 H/s (41.42ms) @ Accel:16 Loops:8 Thr:8 Vec:1... |
|
undeath |
hashcat
|
3 |
980 |
04-25-2020, 12:23 AM |
|
|
Thread: Dusted off old gaming laptop
Post: RE: Dusted off old gaming laptop
|
undeath |
General Talk
|
3 |
980 |
04-27-2020, 10:26 PM |
|
|
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: 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: Hashcat help with email combining to password.
Post: RE: Hashcat help with email combining to password.
if you have a list of email:hash you can use --show with --username combined:
Code:
--
hashcat -m 99999 --show --username user_hash.txt
user1:passwd1:passwd1
user2:passwd2:passwd2
user3:passwd3:pass... |
|
undeath |
hashcat
|
3 |
967 |
04-02-2020, 12:41 AM |
|
|
Thread: Benchmark error
Post: RE: Benchmark error
try with the latest beta version https://hashcat.net/beta/ |
|
undeath |
hashcat
|
3 |
965 |
02-20-2020, 06:08 PM |
|
|
Thread: combine rules without duplicates?
Post: RE: combine rules without duplicates?
@royce: I assume the bigger problem is with rules that are equivalent, yet do not have the same string representation, eg "sa4 sb6" and "sb6 sa4".
I guess you don't want to simply combine them but ... |
|
undeath |
hashcat
|
10 |
965 |
09-01-2020, 02:13 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: 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 |
|
|
Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.
I'd go for a AMD A8-9600 or similarly cheap AMD quad core CPU. |
|
undeath |
Hardware
|
6 |
933 |
09-01-2020, 02:20 PM |
|
|
Thread: low-end CPU recommendation.
Post: RE: low-end CPU recommendation.
It doesn't make any difference for hashcat but in a home server more cores at the same price can't hurt. |
|
undeath |
Hardware
|
6 |
933 |
09-02-2020, 01:08 AM |