Search Results
|
Post |
Author |
Forum
[asc]
|
Replies |
Views |
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 |
897 |
04-14-2020, 01:18 PM |
|
|
Thread: MD5 - Dictionary attack
Post: RE: MD5 - Dictionary attack
Use hash mode 20 and specify the timestamp as salt. Then create a rule file to append the user and specify it last on the hashcat command line
then you can run hashcat like this:
hashcat -m 20 a... |
|
undeath |
hashcat
|
1 |
673 |
04-14-2020, 02:36 PM |
|
|
Thread: Bruteforcing SHA1 with knowing the salt
Post: RE: Bruteforcing SHA1 with knowing the salt
see "hashcat --example -m 110" for the expected format or have a look at https://hashcat.net/wiki/doku.php?id=example_hashes |
|
undeath |
hashcat
|
5 |
1,291 |
04-15-2020, 05:46 PM |
|
|
Thread: Bruteforcing SHA1 with knowing the salt
Post: RE: Bruteforcing SHA1 with knowing the salt
Yes, that's correct. You should specify a mask when running -a3 btw. |
|
undeath |
hashcat
|
5 |
1,291 |
04-15-2020, 08:29 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 |
998 |
04-17-2020, 11:40 PM |
|
|
Thread: Noob: DES-OFB key recovery w/known contents
Post: RE: Noob: DES-OFB key recovery w/known contents
|
undeath |
hashcat
|
2 |
804 |
04-20-2020, 12:50 AM |
|
|
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: DES-ECB
Post: RE: DES-ECB
That's because DES operates on 7 bits only. Both keys are valid. |
|
undeath |
hashcat
|
7 |
1,523 |
04-22-2020, 12:10 AM |
|
|
Thread: DES-ECB
Post: RE: DES-ECB
|
undeath |
hashcat
|
7 |
1,523 |
04-22-2020, 01:29 AM |
|
|
Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files
|
undeath |
hashcat
|
5 |
1,189 |
04-22-2020, 08:37 PM |
|
|
Thread: how to create .rule and .hcmask files
Post: RE: how to create .rule and .hcmask files
what's that supposed to mean? |
|
undeath |
hashcat
|
5 |
1,189 |
04-22-2020, 08:54 PM |
|
|
Thread: DES-ECB
Post: RE: DES-ECB
The DES character set is simply cutting the keyspace. If you were using ?b you'd brute-force the unused bit as well. |
|
undeath |
hashcat
|
7 |
1,523 |
04-22-2020, 10:47 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: Run Unpackage hashcat
Post: RE: Run Unpackage hashcat
I don't understand how you can unzip it two times. It's only a single archive.
You run hashcat on linux using the *.bin binary file. There is no shell script. |
|
undeath |
hashcat
|
1 |
583 |
04-25-2020, 12:25 AM |
|
|
Thread: help with hashcat.
Post: RE: help with hashcat.
holydark1337 Wrote: (04-25-2020, 06:45 PM)
--
and in an 2-3 minutes reboot farm(
--
PSU too weak, heat problem or hardware error |
|
undeath |
hashcat
|
13 |
2,609 |
04-25-2020, 06:49 PM |
|
|
Thread: Error CPU Intel Hashcat 5.1.0.
Post: RE: Error CPU Intel Hashcat 5.1.0.
Even if it's not officially supported it should work on your distribution. |
|
undeath |
hashcat
|
6 |
1,890 |
04-27-2020, 01:25 PM |
|
|
Thread: Hashcating 7z passw
Post: RE: Hashcating 7z passw
For what you want to do I would recommend rules instead of a mask attack.
If you get the "Token length exception" I have bad news for you however. hashcat can only support 7z archives up to a certa... |
|
undeath |
hashcat
|
4 |
1,058 |
04-27-2020, 07:06 PM |
|
|
Thread: Some interesting test 14100
Post: RE: Some interesting test 14100
You cannot do something like k1=k3 with a mask. |
|
undeath |
hashcat
|
5 |
1,319 |
04-28-2020, 02:19 AM |
|
|
Thread: separator unmatched
Post: RE: separator unmatched
Hard to say without knowing your command line but I suspect you switched the parameters for wordlist and hashlist. |
|
undeath |
hashcat
|
7 |
1,480 |
05-08-2020, 05:09 PM |