Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: hashcat for keepass using combination of the same wordslist
Post: RE: hashcat for keepass using combination of the s...
Correct.
There are different techniques/approaches to tackle this, for example working with princeprocessor... |
|
Banaanhangwagen |
hashcat
|
8 |
632 |
06-20-2022, 02:45 PM |
|
|
Thread: hashcat for keepass using combination of the same wordslist
Post: RE: hashcat for keepass using combination of the s...
you need to play with rules for that; see https://hashcat.net/wiki/doku.php?id=rule_based_attack |
|
Banaanhangwagen |
hashcat
|
8 |
632 |
06-20-2022, 02:02 PM |
|
|
Thread: hashcat for keepass using combination of the same wordslist
Post: RE: hashcat using comination of the same wordslist
You need to precise the modus; try your --show command again with -m 13400
Bonus tip: make sure to use the latest Hashcat; you can find it on this website ;) |
|
Banaanhangwagen |
hashcat
|
8 |
632 |
06-20-2022, 01:37 PM |
|
|
Thread: WINHELLO2hashcat
Post: RE: WINHELLO2hashcat
If your hash is formatted as found here https://hashcat.net/wiki/doku.php?id=example_hashes, you are good to go. (Everything is included in the hash.)
If your PIN is (4 ?) digits only, a mask-attack ... |
|
Banaanhangwagen |
User Contributions
|
13 |
13,910 |
05-26-2022, 12:14 PM |
|
|
Thread: Newb that needs help(itunes)
Post: RE: Newb that needs help(itunes)
Hashcat does not support any kind of online password guessing.
The modes 14700 and 14800 only work on a offline iTunes backup. |
|
Banaanhangwagen |
hashcat
|
1 |
535 |
04-27-2022, 11:56 PM |
|
|
Thread: "no matches found"problem.please help!
Post: RE: "no matches found"problem.please help!
Maybe this tip will help: https://hashcat.net/forum/thread-9380-post-51003.html#pid51003 |
|
Banaanhangwagen |
hashcat
|
2 |
700 |
04-15-2022, 01:44 PM |
|
|
Thread: WINHELLO2hashcat
Post: RE: WINHELLO2hashcat
What does the --verbose tell ?
In either way, if there is no PIN_GUID in the NGC\GUID\Protectors\1-folder (2.dat), and the 1.dat (same folder) tells you "MS Platform Crypto Provider" is used, this ... |
|
Banaanhangwagen |
User Contributions
|
13 |
13,910 |
04-14-2022, 01:25 PM |
|
|
Thread: Hashcat Installation Questions
Post: RE: Hashcat Installation Questions
How did you install your driver? Did you use https://developer.nvidia.com/cuda-downloads? |
|
Banaanhangwagen |
hashcat
|
1 |
805 |
04-04-2022, 07:45 AM |
|
|
Thread: How to Hashcat Resume from Restore point
Post: RE: How to Hashcat Resume from Restore point
https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#can_i_restore_a_hashcat_session
https://hashcat.net/wiki/doku.php?id=restore |
|
Banaanhangwagen |
hashcat
|
2 |
1,048 |
03-18-2022, 10:04 AM |
|
|
Thread: Combine CPU and GPU for cracking?
Post: RE: Combine CPU and GPU for cracking?
Just make sure that the drivers are correctly installed. Hashcat will automatically detect 2 platforms then.
Use -D 1,2 in your command to use both platforms. |
|
Banaanhangwagen |
hashcat
|
4 |
1,334 |
03-17-2022, 01:32 PM |
|
|
Thread: Brute TrueCrypt password
Post: RE: Brute TrueCrypt password
Yes it is possible.
What is the exact command you typed ? |
|
Banaanhangwagen |
hashcat
|
5 |
1,876 |
02-21-2022, 11:17 AM |
|
|
Thread: WINHELLO2hashcat
Post: RE: WINHELLO2hashcat
Hey Short, what is the exact command that you used ?
Be advised that Pathogenex used the user_masterkey, and not the system_masterkey what gave that error...
Make sure that your paths are correct. |
|
Banaanhangwagen |
User Contributions
|
13 |
13,910 |
02-10-2022, 09:27 AM |
|
|
Thread: is a 'catchall' mask possible?
Post: RE: is a 'catchall' mask possible?
A cryptographic hash (function) is non-reversible, so yeah, all or nothing. |
|
Banaanhangwagen |
hashcat
|
10 |
4,954 |
02-03-2022, 10:46 AM |
|
|
Thread: is a 'catchall' mask possible?
Post: RE: is a 'catchall' mask possible?
There are different ways you can tackle your problem.
For me, a nice solution would be creating a file named "masks.hcmask" for example, and writing on each line a possible mask.
Code:
--
?u?l?l... |
|
Banaanhangwagen |
hashcat
|
10 |
4,954 |
02-02-2022, 08:58 PM |
|
|
Thread: Help.
Post: RE: Help.
This is not the appropriate place for that.
Please visit: https://help.steampowered.com/en/faqs/view/0A94-F308-34A5-1988 |
|
Banaanhangwagen |
hashcat
|
1 |
1,801 |
02-02-2022, 08:45 PM |
|
|
Thread: Pound sign
Post: RE: Pound sign
I literally gave the answer in my previous post.
A correct syntax for P5£X?p*# would be: -a3 ?u?d?b?b?u?s?l?s?s |
|
Banaanhangwagen |
hashcat
|
5 |
4,451 |
01-25-2022, 09:37 PM |
|
|
Thread: Pound sign
Post: RE: Pound sign
The pound-symbol consists of two bytes in UTF-8, namely 0xC2A3. Take a look at this: https://www.utf8-chartable.de/
You can crack this character by using ?b?b in your mask, or by using --hex-charse... |
|
Banaanhangwagen |
hashcat
|
5 |
4,451 |
01-25-2022, 08:59 PM |
|
|
Thread: Unable to crack a simple fake password with dictionary and dive.rule
Post: RE: Unable to crack a simple fake password with di...
In order to combine words of a dictionary with each other, you need to use -a 1.
More explanation and examples are found here: https://hashcat.net/wiki/doku.php?id=combinator_attack |
|
Banaanhangwagen |
hashcat
|
1 |
1,896 |
01-13-2022, 09:56 PM |
|
|
Thread: Do i use the proper extracted data from my encrypted Truecrypt HDD for hashcat?
Post: RE: Do i use the proper extracted data from my enc...
As explained here https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_do_i_extract_the_hashes_from_truecrypt_volumes, you need the first 512 bytes of the encrypted partition.
Code:... |
|
Banaanhangwagen |
hashcat
|
4 |
3,619 |
01-11-2022, 10:53 AM |
|
|
Thread: Cracking encrypted veracrypt partition from windows laptop
Post: RE: Cracking encrypted veracrypt partition from wi...
I have a couple of remarks:
First, in (3.) you explain that the Windows-partition is sda3, but in (4.) you type - apparently - sdb3. Please check if this is a typo.
Second, you need to skip 3174... |
|
Banaanhangwagen |
hashcat
|
8 |
5,944 |
01-02-2022, 01:38 PM |