Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
Thread: Output progress over time in hashcat
Post: RE: Output progress over time in hashcat
you can simply redirecd hashcat's output using your shell features. usually that means appending "> file.log" to your command line. |
|
undeath |
hashcat
|
3 |
895 |
04-14-2020, 01:18 PM |
|
|
Thread: Save mask in wordlist
Post: RE: Save mask in wordlist
hashcat -a3 PAS?dWOR?d --stdout > list.txt |
|
undeath |
General Talk
|
1 |
929 |
01-03-2020, 10:41 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 |
|
|
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: 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: 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: 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: 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: 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: 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: 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: Password crack help
Post: RE: Password crack help
|
undeath |
hashcat
|
1 |
993 |
07-21-2019, 05:38 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: 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: 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: 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: 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 |