Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: hashcat problem with huge dictionary text files (bug)
Post: RE: hashcat problem with huge dictionary text file...
If you use a dictionary you should use a dictionary attack (a0). |
|
undeath |
hashcat
|
3 |
883 |
03-31-2020, 06:12 PM |
|
|
Thread: hashcat on raspberry pi 4
Post: RE: hashcat on raspberry pi 4
https://hashcat.net/forum/thread-2368.html?highlight=raspberry+pi |
|
undeath |
hashcat
|
3 |
1,258 |
04-01-2020, 01:45 AM |
|
|
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 |
971 |
04-02-2020, 12:41 AM |
|
|
Thread: Pregen PMKs using hashcat
Post: RE: Pregen PMKs using hashcat
It's not possible using hashcat. You need to use hcxtools. |
|
undeath |
hashcat
|
3 |
808 |
04-04-2020, 02:36 AM |
|
|
Thread: Help to specify mask/charset/command
Post: RE: Help to specify mask/charset/command
No, it's because there are so many possibilities you will never see the attack complete in your lifetime no matter what hardware you have. |
|
undeath |
hashcat
|
3 |
872 |
04-12-2020, 06:47 PM |
|
|
Thread: Output progress over time in hashcat
Post: RE: Output progress over time in hashcat
You can use --status and --status-timer to log hashcat's progress to stdout (and redirect to a file) and then analyse those logs. |
|
undeath |
hashcat
|
3 |
897 |
04-13-2020, 11:56 PM |
|
|
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 |
897 |
04-14-2020, 01:18 PM |
|
|
Thread: --markov-disable taking more time
Post: RE: --markov-disable taking more time
The faster hashes are cracked early on, the fewer hashes hashcat has to search through later. This of course has an impact on overall speed. If you want a fair comparison use a single hash that will n... |
|
undeath |
hashcat
|
3 |
890 |
04-20-2020, 12:36 PM |
|
|
Thread: Whats the most efficient way to do this? (newbie)
Post: RE: Whats the most efficient way to do this? (newb...
No, you would need a hash mode with salt support for that. |
|
undeath |
hashcat
|
3 |
846 |
04-23-2020, 07:21 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 |
983 |
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: Using a combo of masks and rules
Post: RE: Using a combo of masks and rules
That's pretty much how you have to do things with masks. Note that custom charsets support all the included charsets as well.
Instead of
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789... |
|
undeath |
hashcat
|
3 |
892 |
05-11-2020, 01:06 AM |
|
|
Thread: Hashcat RAM usage
Post: RE: Hashcat RAM usage
Why are you using --self-test-disable? If hashcat fails to start otherwise your driver is probably broken which is an issue you need to fix… |
|
undeath |
General Talk
|
3 |
1,209 |
05-11-2020, 01:10 AM |
|
|
Thread: 3des comand
Post: RE: 3des comand
that is the whole command. |
|
undeath |
hashcat
|
3 |
818 |
05-28-2020, 03:02 PM |
|
|
Thread: 4 symbols WPA2 password?
Post: RE: 4 symbols WPA2 password?
The password is not four characters. That's impossible to tell from the handshake. The ESSID has length four. |
|
undeath |
hashcat
|
3 |
771 |
06-07-2020, 09:09 PM |
|
|
Thread: False Positives
Post: RE: False Positives
If 25-fghaghaglhfalgh and 2-fglhasdfhladd create the same hash it might. Otherwise it is a bug. |
|
undeath |
hashcat
|
3 |
658 |
06-22-2020, 06:41 PM |
|
|
Thread: Upgraded to v6.0.0 now Illegal instruction error
Post: RE: Upgraded to v6.0.0 now Illegal instruction err...
Why are you not running hashcat on your windows system? |
|
undeath |
hashcat
|
3 |
700 |
07-07-2020, 06:51 PM |
|
|
Thread: How to crack Apple Secure Notes?
Post: RE: How to crack Apple Secure Notes?
Wrap the hash in single quotes or save it in a text file, otherwise your shell will try to interpret some special characters and pass invalid data to hashcat. |
|
undeath |
hashcat
|
3 |
678 |
07-12-2020, 04:33 PM |
|
|
Thread: No digests loaded error
Post: RE: No digests loaded error
if you want to output the cracked hashes to cracked.txt you need to use the -o switch before the filename. |
|
undeath |
Very old oclHashcat Support
|
2 |
9,125 |
08-21-2011, 08:04 PM |
|
|
Thread: --stdout option
Post: RE: --stdout option
you can use the maskprocessor (see wiki). It won't get any faster than this. |
|
undeath |
Very old oclHashcat Support
|
2 |
10,884 |
11-07-2011, 01:08 PM |