Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
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 |
581 |
04-25-2020, 12:25 AM |
|
|
Thread: Help, rig doesn't turn on anymore
Post: RE: Help, rig doesn't turn on anymore
Hard to diagnose. Might be a power issue, might be the motherboard. |
|
undeath |
Hardware
|
2 |
580 |
07-17-2020, 01:50 PM |
|
|
Thread: Brute force PIM of a VeraCrypt file container, known key file and algorithm
Post: RE: VeraCrypt file container to be unlocked by a k...
Can't answer all your questions but here are some comments:
Command line one and two are equivalent and will produce the output you posted. Command line three will definitely produce a different outp... |
|
undeath |
hashcat
|
2 |
535 |
07-28-2020, 02:46 PM |
|
|
Thread: What is the diffenrence?
Post: RE: What is the diffenrence?
Different kinds of optimisations apply. They both try the same candidates but do so in very different ways. |
|
undeath |
hashcat
|
1 |
532 |
04-05-2020, 01:44 AM |
|
|
Thread: Is it normal that Intel GPU is slower than CPU?
Post: RE: Is it normal that Intel GPU is slower than CPU...
You don't need to uninstall certain opencl runtimes to only run certain kinds of devices. Hashcat provides options to choose which device(s)/device types to use.
The onboard GPU being slower than t... |
|
undeath |
hashcat
|
1 |
475 |
06-10-2020, 04:52 PM |
|
|
Thread: hash(hash(plain, salt), salt2)
Post: RE: hash(hash(plain, salt), salt2)
Arbitrarily combining hash modes is not possible. Have a look at mdxfind. |
|
undeath |
hashcat
|
1 |
446 |
06-08-2020, 01:29 PM |
|
|
Thread: Hacking SHA256
Post: RE: Hacking SHA256
What is "hacking" supposed to mean? Do you mean cracking? Speed is dependent on the hardware you use and to some degree on the kind of attack you run. Generally speaking, sha256 is a pretty fast hash. |
|
undeath |
hashcat
|
1 |
439 |
06-10-2020, 04:55 PM |
|
|
Thread: Unsure which method to use
Post: RE: Unsure which method to use
The attack looks good, especially for your use case. One thing that ruleset does not do is toggling the case of characters. You'd have to chain together with toggles{1,2,3}.rule to include some case t... |
|
undeath |
hashcat
|
2 |
432 |
08-16-2020, 12:41 PM |
|
|
Thread: New to hashcat and unknown issue
Post: RE: New to hashcat and unknown issue
Your mask it too large and it's literally impossible to crack the password with that mask. |
|
undeath |
hashcat
|
4 |
359 |
09-18-2020, 01:04 PM |
|
|
Thread: Quick question about charsets
Post: RE: Quick question about charsets
|
undeath |
hashcat
|
1 |
351 |
07-09-2020, 08:53 PM |
|
|
Thread: Tron (TRX) Keystore help!
Post: RE: Tron (TRX) Keystore help!
Cracking cryptocurrency wallets requires a lot more than just calculating a simple hash. Unless it's explicitly implemented for your type of wallet (it's not) you won't be able to attack it with hashc... |
|
undeath |
hashcat
|
2 |
344 |
08-20-2020, 12:07 PM |
|
|
Thread: Hashcat not using rx 570 - windows 10
Post: RE: Hashcat not using rx 570 - windows 10
Assessing the performance of your hardware requires running the same attack against the same hash. 7-zip is a parameterized hash and will perform differently depending on the exact archive/hash you ar... |
|
undeath |
hashcat
|
1 |
342 |
08-19-2020, 12:39 PM |
|
|
Thread: princeprocessor --elem-cnt-max not work
Post: RE: princeprocessor --elem-cnt-max not work
princeprocessor output is limited to a maximum of 16 chars per candidate by default. You can override it using --pw-max.
https://github.com/hashcat/princeprocessor/blob/master/src/pp.c#L32 |
|
undeath |
hashcat
|
2 |
323 |
09-12-2020, 11:17 AM |
|
|
Thread: Hashcat batch-mode?
Post: RE: Hashcat batch-mode?
|
undeath |
hashcat
|
1 |
305 |
08-27-2020, 03:18 PM |
|
|
Thread: How to insert a wordlist into a mask?
Post: RE: How to insert a wordlist into a mask?
With masks? No. With rules? Yes.
Simply generate a rule file that does all your appends/prepends. |
|
undeath |
hashcat
|
2 |
298 |
09-11-2020, 01:19 PM |
|
|
Thread: Charset also giving no char?
Post: RE: Charset also giving no char?
?s does include a space but a mask charset will never "include" a noop. |
|
undeath |
hashcat
|
1 |
260 |
08-27-2020, 03:17 PM |
|
|
Thread: [Masked][Specific Chars][Masked][Specific Chars]
Post: RE: [Masked][Specific Chars][Masked][Specific Char...
I don't understand what you mean. You're using the word "mask" in a weird way. And what does all that have to do with a wordlist?
xxx is a known fixed string (or two known fixed strings?) from what... |
|
undeath |
hashcat
|
4 |
250 |
10-02-2020, 05:22 PM |
|
|
Thread: [Masked][Specific Chars][Masked][Specific Chars]
Post: RE: [Masked][Specific Chars][Masked][Specific Char...
You can define a custom charset for this.
adding "-1 abcd" to your command line would define ?1 as one of abcd. You can then use it like any other available charset. (so in your case you would simp... |
|
undeath |
hashcat
|
4 |
250 |
10-04-2020, 01:08 PM |
|
|
Thread: Atmoic Wallet
Post: RE: Atmoic Wallet
You cannot "convert" a wallet file to a md5 hash. That's not how encryption works. |
|
undeath |
hashcat
|
2 |
226 |
09-23-2020, 11:51 AM |
|
|
Thread: How to create a masked attack?
Post: RE: How to create a masked attack?
have you read the wiki article yet? https://hashcat.net/wiki/doku.php?id=mask_attack |
|
undeath |
hashcat
|
4 |
181 |
10-05-2020, 01:32 PM |