Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
Thread: --show doesnt work
Post: RE: --show doesnt work
you also need to specify the hash type. How else should cudaHashcat/oclHashcat know what type of hashes it should load?
(btw: all this info is mentioned on the wiki page that epixoip linked) |
|
philsmd |
Old oclHashcat Support
|
6 |
7,734 |
03-23-2016, 02:59 PM |
|
|
Thread: VeraCrypt dictionary attack
Post: RE: VeraCrypt dictionary attack
Most important question: how did you generate the binary data file needed for hashcat, did you follow this guide: https://hashcat.net/faq#how_do_i_extract_the_hashes_from_truecrypt_volumes ? |
|
philsmd |
hashcat
|
6 |
7,719 |
05-27-2017, 07:52 PM |
|
|
Thread: VeraCrypt dictionary attack
Post: RE: VeraCrypt dictionary attack
Well, if you are 100% sure that the extracted data is what hashcat expects, we might need to find the culprit somewhere else. For instance, you didn't tell us how long these password candidates are...... |
|
philsmd |
hashcat
|
6 |
7,719 |
05-27-2017, 09:16 PM |
|
|
Thread: VeraCrypt dictionary attack
Post: RE: VeraCrypt dictionary attack
Well, that might explain it ("its length is of about 40 characters")... see https://hashcat.net/faq#what_is_the_maximum_supported_password_length
so max 31 for -a 0 (40 is already too long).
But you... |
|
philsmd |
hashcat
|
6 |
7,719 |
05-27-2017, 10:46 PM |
|
|
Thread: Crash on every exit
Post: RE: Crash on every exit
Hey Kuci,
did you try also w/ catalyst 13.1 (https://support.amd.com/us/gpudownload/windows/previous/13/Pages/radeon_linux.aspx?os=Linux%20x86&rev=13.1 ) as suggested in GPU Driver and SDK Requirement... |
|
philsmd |
Very old oclHashcat-lite Support
|
2 |
7,695 |
06-01-2013, 02:36 PM |
|
|
Thread: 10 digit mask increments
Post: RE: 10 digit mask increments
You may be able to understand how this mask-based word generation works by looking at either the output of cpu hashcat --stdout OR maskprocessor.
It's easier to understand it (in my opinion) by see... |
|
philsmd |
Old oclHashcat Support
|
3 |
7,695 |
02-03-2014, 11:33 AM |
|
|
Thread: Location of TrueCrypt Hidden OS Header
Post: RE: Location of TrueCrypt Hidden OS Header
I'm not sure why you are even trying to "brute-force" the offset.
The instructions are very clear: if the whole disk (operating system) is encrypted i.e. the system starts with the special boot loade... |
|
philsmd |
hashcat
|
7 |
7,597 |
07-14-2017, 08:11 PM |
|
|
Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x
if you do not know how to escape special characters within your command, you should just use a hash file.
Code:
--
hashcat64.exe -m 13400 -a 3 hash_file.txt ?l?l?l?l?l?l?l
--
of course the file "h... |
|
philsmd |
hashcat
|
6 |
7,596 |
08-08-2017, 07:09 AM |
|
|
Thread: Locked out of Keepass 1.x
Post: RE: Locked out of Keepass 1.x
you are not allowed to post hashes here.
Respect the forum rules or you get banned immediately.
It also can't be that difficult to use the same format of the example hash also for your hash.
You ... |
|
philsmd |
hashcat
|
6 |
7,596 |
08-08-2017, 01:55 PM |
|
|
Thread: Ransomware
Post: RE: Ransomware
First of all, this is of course not the usual use case for hashcat.
Furthermore, Diskcryptor is probably a legit software just misused by the malware, it's not malware but can be used to encrypt file... |
|
philsmd |
hashcat
|
13 |
7,573 |
12-13-2018, 08:06 PM |
|
|
Thread: Ransomware
Post: RE: Ransomware
I had a glance at this page: https://diskcryptor.net/wiki/Volume
and the source here https://github.com/smartinm/diskcryptor
it seems that the algo for key derivation from the password is PBKDF2-H... |
|
philsmd |
hashcat
|
13 |
7,573 |
12-13-2018, 09:12 PM |
|
|
Thread: Ransomware
Post: RE: Ransomware
Well, if it wasn't really clear yet, this specific algorithm is not supported yet by hashcat since you can't really extract a hash, but need to generate the AES-XTS keys on-the-fly and verify the decr... |
|
philsmd |
hashcat
|
13 |
7,573 |
12-14-2018, 11:06 AM |
|
|
Thread: oclHashcat gui issue
Post: RE: oclHashcat gui issue
If you have downloaded this 3th party GUI (https://www.md5decrypter.co.uk/hashcat-gui.aspx ) from md5decrypter.co.uk you should ask for help there https://forum.md5decrypter.co.uk/forum8-general-discuss... |
|
philsmd |
Very old oclHashcat-plus Support
|
3 |
7,571 |
11-19-2013, 04:16 AM |
|
|
Thread: No devices found/left
Post: RE: No devices found/left
I think you are confusing something.
why do you need to use -d if you have only 1 GPU ?
if you want to enable and/or crack with your CPU, you need to use -D instead.
see this --help output sni... |
|
philsmd |
hashcat
|
9 |
7,548 |
01-25-2019, 11:19 AM |
|
|
Thread: Help with 7Z Hash
Post: RE: Help with 7Z Hash
Do you use powershell? or just cmd (without powershell)?
I noticed that for some reasons the default output format for powershell is utf16le (not ascii). Even if 7z2hashcat only outputs ascii the o... |
|
philsmd |
hashcat
|
6 |
7,526 |
12-17-2017, 10:24 AM |
|
|
Thread: help with hashcat 5.1.0 and itunes backup recovery
Post: RE: help with hashcat 5.1.0 and itunes backup reco...
for macOS you need to compile the executable/binaries first.
You can use git and compile it with make:
Code:
--
git clone https://github.com/hashcat/hashcat
--
Code:
--
cd hashcat/
-... |
|
philsmd |
hashcat
|
9 |
7,472 |
02-26-2019, 08:42 AM |
|
|
Thread: help with hashcat 5.1.0 and itunes backup recovery
Post: RE: help with hashcat 5.1.0 and itunes backup reco...
well, you probably shouldn't run that specific mask.... and probably you shouldn't run a mask attack (see https://hashcat.net/wiki/?id=mask_attack , -a 3 ) at all for itunes backups.
I would sugges... |
|
philsmd |
hashcat
|
9 |
7,472 |
02-26-2019, 04:47 PM |
|
|
Thread: Line Length Exception on oclhashcat 1.31
Post: RE: Line Length Exception on oclhashcat 1.31
cpu hashcat does not support cracking descrypt (-m 1500).
You also need to specify the hash type, i.e. -m 1500
Hence
cudaHashcat64.exe -m 1500 -a 3 -d 1 -o 1.out DES.txt ?d?d?d?d?d?d?d?d
sho... |
|
philsmd |
Old oclHashcat Support
|
3 |
7,471 |
01-16-2015, 02:55 PM |
|
|
Thread: Third-party utility: analyze_hc_restore
Post: Third-party utility: analyze_hc_restore
analyze_hc_restore is a perl script I have developed that can be very handy to help analyze and mofify oclHashcat .restore files ( https://hashcat.net/wiki/doku.php?id=oclhashcat#parsing_the_restore-f... |
|
philsmd |
User Contributions
|
3 |
7,404 |
01-28-2015, 11:45 AM |
|
|
Thread: Random Floating Point 0-1
Post: RE: Random Floating Point 0-1
just a note:
keyspace is: number_of_chars_in_charset ^ password_length (where ^ means "to the power of")
[0-9] = 10 digits to the power of (length) 16 (position 1 and 2 are fixed, you can check for 0... |
|
philsmd |
General Help
|
6 |
7,390 |
07-11-2015, 11:01 PM |