Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post [desc] Author Forum Replies Views Posted
    Thread: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac

try Code: -- hashcat -d 3 -m 500 -b -- for clinfo (install homebrew first): Code: -- brew install clinfo -- BTW: I think the alias problem is related to https://github.com/hashcat/hash...
philsmd hashcat 5 810 06-22-2020, 08:08 AM
    Thread: AMD Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac

To tell the truth, this is actually quite a new problem (discovered after the recent 6.0.0. release) and the development team unfortunately has no such devices to debug with... The github issue tri...
philsmd hashcat 5 810 06-22-2020, 08:41 AM
    Thread: AMD Rx5700 can't run WPA normally
Post: RE: AMD Rx5700 can't run WPA normally

try the beta version from https://hashcat.net/beta/ also please stop the double posting. one post/thread is enough, it doesn't help in any way to spam the same problem (see https://hashcat.net/foru...
philsmd hashcat 5 1,197 05-13-2020, 06:45 PM
    Thread: amd vs nvidia
Post: RE: amd vs nvidia

are you talking about a busy CPU core ? This only happens with Nvidia running OpenCL kernels. You could try to use the new beta with CUDA: https://hashcat.net/beta/ and cuda from https://developer....
philsmd hashcat 3 968 05-18-2020, 11:00 PM
    Thread: Android encrypted partition dump
Post: RE: Android encrypted partition dump

hey as far as I know hashcat is able to crack the backups generated by "adb backup" see https://9to5google.com/2017/11/04/how-to-backup-restore-android-device-data-android-basics/ and https://gith...
philsmd hashcat 1 1,501 07-21-2019, 09:52 AM
    Thread: Android Full Disk Encryption
Post: RE: Android Full Disk Encryption

I added to the wiki an example hash for -m 8800. Please see https://hashcat.net/wiki/doku.php?id=example_hashes , file: hashcat.android43fde Password is like for all other samples "hashcat". I extra...
philsmd User Contributions 13 55,415 09-13-2014, 12:56 PM
    Thread: Android sd-card decryption
Post: RE: Android sd-card decryption

you flashed the phone already ? The decryption key was most probably available only on the unlocked file system of that particular phone, to make it infeasible that the sd card can be easily decrypted...
philsmd hashcat 1 1,759 10-08-2018, 10:47 PM
    Thread: Another KeePass issue. Salt-value/Salt-length exception
Post: RE: Another KeePass issue. Salt-value/Salt-length ...

run hashcat like this: Code: -- hashcat64.exe -m 13400 -a 0 hash.txt dict.txt -- where hash.txt contains the output of keepass2john (without filenames and without the leading colon ":") and ...
philsmd hashcat 3 2,347 08-27-2019, 11:45 AM
    Thread: Another newbie question
Post: RE: Another newbie question

It's always a good idea to create a new and similar volume (same settings/steps) and use this with a password (could also be similar to the one that you think was used) for testing hashcat. The first...
philsmd hashcat 3 3,665 11-24-2017, 03:30 PM
    Thread: Another newbie question
Post: RE: Another newbie question

Yes, in theory you could use also a hex editor to extract the 512 bytes. Just make sure that the final "hash file" contains the data in binary (it does not work with hexadecimals in the hash file, it ...
philsmd hashcat 3 3,665 11-25-2017, 12:23 PM
    Thread: Another question about mask to deal with space
Post: RE: Another question about mask to deal with space

I'm not sure why you are asking all these mask questions, it is all very well documented on wiki (and/or already asked and answered on forum - use forum search), also see https://hashcat.net/wiki/doku....
philsmd Very old oclHashcat-plus Support 7 23,063 11-20-2013, 01:44 PM
    Thread: Any byte in mask
Post: RE: Any byte in mask

Unfortunately, cpu hashcat currently does not support custom charset that are that long. Instead, oclHashcat can handle such custom charset "values". Ofc, cpu hashcat should give a warning (or bet...
philsmd Old hashcat Support 1 4,392 06-20-2014, 03:30 PM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

The answer is just to *not* install anything "cuda"-related at all and do not install anything from you packet manager (because it will be outdated and probably not working). The only thing you need ...
philsmd General Help 8 24,644 03-08-2016, 10:17 AM
    Thread: any guide installing cuda/nvidia on linux?
Post: RE: any guide installing cuda/nvidia on linux?

it should be very clear what I meant, but I will try to rephrase it: the forum user @pay said he did install the debian package cuda-repo-ubuntu1404_7.5-18_amd64.deb, nvidia-kernel-dkms and nvidia-cud...
philsmd General Help 8 24,644 03-08-2016, 07:14 PM
    Thread: Any hashcat user with AMD cards on macOS wanted for troubleshooting
Post: RE: Any hashcat user with AMD cards on macOS wante...

Thanks for the reply. I did test with latest macOS just a few weeks ago (for lastpass app hash extraction investigation) on a mac mini and hashcat definitely did NOT have to be run as root on that sys...
philsmd Beta Tester 4 2,459 05-15-2020, 12:55 PM
    Thread: Any help With hcxdumptool and hashcat
Post: RE: Any help With hcxdumptool and hashcat

I would suggest asking this on the hcxtools thread https://hashcat.net/forum/thread-6661.html or even on the github issue page of the 3th party project hxctools https://github.com/zerbea/hcxtools/issu...
philsmd hashcat 5 3,557 02-27-2019, 10:59 AM
    Thread: Any idea if this would be much faster on a GPU?(MD5 x3 + AES decrypt)
Post: RE: Any idea if this would be much faster on a GPU...

yeah, OpenCL support might make sense. But there are some questions still open: - what about the lenght of the data, is 1 block enough ? - you need way better means to determine if the decryption...
philsmd hashcat 3 4,337 05-28-2017, 04:49 PM
    Thread: Electrum support - aes_decrypt (sha256 (sha256 ($pass), $data)
Post: RE: Anyone interested in being paid to add support...

If I'm not totally mistaken and if the algorithm is really just aes_decrypt (sha256 (sha256 ($pass), $data) ... then your strategy to implement this kernel doesn't make much sense. The main questio...
philsmd hashcat 32 25,733 01-14-2018, 09:45 AM
    Thread: appending numbers to combo attack
Post: RE: appending numbers to combo attack

I agree with undeath (like always ?) ... and would like to suggest that depending on how small your word lists are etc, you could also think of an alternative like this: 1. first precompute and store...
philsmd hashcat 3 6,267 04-14-2018, 03:24 PM
    Thread: Ask Customs Chracter Set
Post: RE: Ask Customs Chracter Set

All of this is explained in the wiki ( https://hashcat.net/wiki/ ) See https://hashcat.net/wiki/doku.php?id=mask_attack#custom_charsets with -1, -2, -3, -4 you define "custom charsets". So for i...
philsmd Old oclHashcat Support 4 8,484 10-02-2014, 05:44 PM