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 [asc] Author Forum Replies Views Posted
    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 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: 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: 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 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: 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,761 10-08-2018, 10:47 PM
    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,419 09-13-2014, 12:56 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: 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: 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 Radeon R9 M370X not being used, Mac
Post: RE: AMD Radeon R9 M370X not being used, Mac

the numbers always depend on the type of hashes. for instance 218 kH/s for a bcrypt hash with cost factor $09$ would be quite impressive ;) 218 kH/s doesn't mean anything without any info about the h...
philsmd hashcat 5 810 06-22-2020, 07:52 AM
    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 Radeon HD 6770 M Graphic Card (ADL_Overdrive6_FanSpeed_Get() is missing) Error
Post: RE: AMD Radeon HD 6770 M Graphic Card (ADL_Overdr...

tra_extra Wrote: (10-27-2014, 03:49 PM) -- what should i do? -- You should download the version recommended by https://www.hashcat.net/oclHashcat (at the time of this post it is "Catalyst 14.9 or l...
philsmd General Help 13 28,438 10-27-2014, 04:39 PM
    Thread: Amd GPU with Ubuntu
Post: RE: Amd GPU with Ubuntu

No, there are not 2 different drivers/software that you need to install. You might need to clean up your system first and after that install the currently suggested driver: Steps: 1. Follow: http...
philsmd Hardware 2 13,566 01-10-2017, 01:30 PM
    Thread: AMD cpu
Post: RE: AMD cpu

you need to install the OpenCL Runtime for Intel Core or Xeon processors from https://software.intel.com/content/www/us/en/develop/articles/opencl-drivers.html#cpu-section Yeah, this is no joke. th...
philsmd hashcat 2 883 05-20-2020, 08:35 PM
    Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5

I'm not sure exactly what the problem is and why a second instance is still running. Anyways, to solve it you just need to stop the second instance (either via job control - or "task manager"-like ...
philsmd hashcat 7 10,362 02-06-2018, 05:50 PM
    Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5

Please do one of the following actions: 1. after stopping your current running hashcat instance (the one with --session etc), delete the file "hashcat.pid" from the main hashcat folder 2. copy all y...
philsmd hashcat 7 10,362 02-06-2018, 08:41 PM
    Thread: Already an instance running on pid 5
Post: RE: Already an instance running on pid 5

It does. It looks if that specific process id found within the hashcat.pid file is still running. Since tea-er's pid is strangely pid 5 (wtf ?) it might be the case that it always finds a pid with pi...
philsmd hashcat 7 10,362 02-06-2018, 08:53 PM