Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: Hash of a .pdf file
Post: RE: Hash of a .pdf file
might be the iteration count, but I'm guessing. |
|
undeath |
hashcat
|
5 |
4,011 |
12-17-2017, 09:00 PM |
|
|
Thread: VeraCrypt - no idea what hash or cipher was used
Post: RE: VeraCrypt - no idea what hash or cipher was us...
you can run modes 13713, 13723, 13733 and 13753 which will cover all non-boot possibilities. |
|
undeath |
General Talk
|
3 |
3,984 |
03-28-2018, 10:55 AM |
|
|
Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...
The problems you are seeing sound like defective risers. |
|
undeath |
hashcat
|
11 |
3,970 |
10-03-2019, 11:47 AM |
|
|
Thread: Building a password rig with 0 success... help needed!
Post: RE: Building a password rig with 0 success... help...
Mrblank Wrote: (10-04-2019, 05:39 AM)
--
you need more system RAM then the combined vram of the gpus, those 1070s afaik are 8gb vram each, do you have sufficient RAM inserted?
--
This is true for h... |
|
undeath |
hashcat
|
11 |
3,970 |
10-04-2019, 02:48 PM |
|
|
Thread: Trouble finding attacking hash format
Post: RE: Trouble finding attacking hash format
hashcat doesn't care about file extensions at all. |
|
undeath |
hashcat
|
6 |
3,968 |
06-09-2018, 10:34 AM |
|
|
Thread: Gzipped dicts support
Post: RE: Gzipped dicts support
|
undeath |
General Help
|
1 |
3,967 |
07-27-2014, 10:20 PM |
|
|
Thread: GHash
Post: RE: GHash
|
undeath |
hashcat
|
5 |
3,964 |
08-07-2018, 11:42 PM |
|
|
Thread: GHash
Post: RE: GHash
Don't blindly trust "hash identificators". They just wildly guess. In cases of raw hashes it's an impossible job. If you want to find the correct hash algorithm read documentation or reverse engineer ... |
|
undeath |
hashcat
|
5 |
3,964 |
08-09-2018, 09:56 AM |
|
|
Thread: Adding CRC64
Post: RE: Adding CRC64
well, implement it and create a pull request on github https://github.com/hashcat/hashcat |
|
undeath |
hashcat
|
3 |
3,957 |
11-12-2017, 12:34 AM |
|
|
Thread: Adding CRC64
Post: RE: Adding CRC64
Yes, there is no documentation apart the code in the repository afaik. |
|
undeath |
hashcat
|
3 |
3,957 |
11-12-2017, 12:51 AM |
|
|
Thread: can hashcat be used only for hashing?
Post: RE: can hashcat be used only for hashing?
https://hashcat.net/forum/thread-6791.html |
|
undeath |
hashcat
|
3 |
3,955 |
08-19-2017, 02:18 PM |
|
|
Thread: Help with mask
Post: RE: Help with mask
wordlist.txt
Code:
--
boats
--
numbers.rule
Code:
--
^0
^1
$0
$1
:
--
exclamation_mark.rule
Code:
--
$!
:
--
toggle0.rule
Code:
--
T0
:
--
toggle1.rule
Code:
--
T1
:
--
toggle2.rule
Code:
-... |
|
undeath |
hashcat
|
5 |
3,954 |
03-03-2018, 02:20 PM |
|
|
Thread: Help with mask
Post: RE: Help with mask
Just a note, you can severely speed up the attack because your dictionary is very small here.
Code:
--
hashcat --stdout wordlist.txt -r toggle0.rule -r toggle1.rule -r toggle2.rule -r toggle3.rule -... |
|
undeath |
hashcat
|
5 |
3,954 |
03-03-2018, 03:36 PM |
|
|
Thread: Help with mask
Post: RE: Help with mask
This particular attack only has 40000 candidates. Running the second command on your laptop will likely be faster than running the first command on your gaming rig. |
|
undeath |
hashcat
|
5 |
3,954 |
03-03-2018, 03:58 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
why do you ask if hashcat can handle it instead of simply trying if hashcat can handle it? |
|
undeath |
hashcat
|
14 |
3,930 |
12-10-2019, 10:39 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
What hardware are you using? Can you try with the beta version? https://hashcat.net/beta/ |
|
undeath |
hashcat
|
14 |
3,930 |
12-11-2019, 12:00 AM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
Note that post is about v1 blockchain wallets only. I don't know if it applies to v2 wallets as well. And if the hash gets loaded excessive data length should make no difference in cracking a v2 hash.... |
|
undeath |
hashcat
|
14 |
3,930 |
12-11-2019, 04:59 PM |
|
|
Thread: Trying to recover a blockchain.info wallet
Post: RE: Trying to recover a blockchain.info wallet
that just means hashcat can't find the myhash.txt file |
|
undeath |
hashcat
|
14 |
3,930 |
12-11-2019, 11:05 PM |
|
|
Thread: How hashcat work?
Post: RE: How hashcat work?
|
undeath |
hashcat
|
17 |
3,930 |
03-22-2020, 09:30 PM |
|
|
Thread: How hashcat work?
Post: RE: How hashcat work?
did you try the beta version as philsmd suggested? |
|
undeath |
hashcat
|
17 |
3,930 |
03-22-2020, 11:42 PM |