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 Author Forum Replies Views [desc] Posted
    Thread: MD5 mask cracking - exhausted/different result each time
Post: RE: MD5 mask cracking - exhausted/different result...

very bad. we call this false positive (or just a wrong result).. just try with -D 1 , it will work perfectly fine. it seems to be a driver problem, because the same code works on each and every ...
philsmd hashcat 2 485 08-05-2020, 03:47 PM
    Thread: Hashcat doesn't consider the added chars from rules
Post: RE: Hashcat doesn't consider the added chars from ...

use this: Code: -- -S -- within your command, see: https://hashcat.net/forum/thread-8960-post-47574.html#pid47574
philsmd hashcat 2 488 07-24-2020, 05:36 PM
    Thread: Hashcat 6 / Cuda toolkit
Post: RE: Hashcat 6 / Cuda toolkit

no, not that I'm aware of. It's true that it contains a lot of data/documentation and even the drivers that are often not needed. The SDK contains several example code, documentations, the drive...
philsmd hashcat 1 493 06-24-2020, 10:56 AM
    Thread: ROMPER HASH
Post: RE: ROMPER HASH

english only do not post hashes see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 1 502 04-29-2020, 09:24 AM
    Thread: 1080 ti slow percent
Post: RE: 1080 ti slow percent

add this to your command: Code: -- -O -- what do you mean by 30/35 % . Where do you see this ? The output of hashcat says: Temp is 64c Fan is 37 % Util is 100% If you are talking abou...
philsmd Hardware 2 503 09-09-2020, 09:32 PM
    Thread: Sha512(pass.salt), 128char salt.
Post: RE: Sha512(pass.salt), 128char salt.

did you try -m 1710 = sha512($pass.$salt) ? see https://hashcat.net/wiki/doku.php?id=example_hashes there are some differences with length limits between optimized (using -O) and pure kernels (...
philsmd hashcat 2 504 07-31-2020, 10:22 PM
    Thread: email: pass after dehashed
Post: RE: email: pass after dehashed

after you crack the hashes (it's twofold) : https://hashcat.net/faq#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
philsmd hashcat 4 510 09-11-2020, 08:02 AM
    Thread: Rule for targetting CamelCase passwords?
Post: RE: Rule for targetting CamelCase passwords?

Code: -- hashcat -m 0 -a 1 -w 3 -j c -k c hash.txt dict1.txt dict2.txt -- instead of the "c" rule you could also use the toggle rule: -j T0 -k T0
philsmd hashcat 1 512 05-27-2020, 12:16 PM
    Thread: Hashcat failing with proper character set
Post: RE: Hashcat failing with proper character set

do not post hashes, see https://hashcat.net/forum/announcement-2.html
philsmd hashcat 1 514 04-03-2020, 05:43 PM
    Thread: hashmode sha1(sha1($pass).$salt) support?
Post: RE: hashmode sha1(sha1($pass).$salt) support?

This seems to be similar to: -m 4520 = sha1($salt.sha1($pass)) -m 4521 = Redmine -m 4522 = PunBB but with the $salt at the end instead of at the beginning (all of the above use the salt at the s...
philsmd hashcat 1 520 05-04-2020, 07:06 PM
    Thread: Guess rejection policy for mangling rules attack
Post: RE: Guess rejection policy for mangling rules atta...

no, you shouldn't bother about this. It would be way too complex and time consuming (performance drop) to check this type of "rejection". It would cost MUCH more to check for a rejection than actually...
philsmd hashcat 1 525 04-27-2020, 12:00 PM
    Thread: question about hccapx
Post: RE: question about hccapx

--potfile-disable hashcat won't keep cracking the same hash/network again and again and again if it already was cracked. The hashcat.potfile will contain the "list" of cracked hashes
philsmd hashcat 1 526 03-31-2020, 06:45 PM
    Thread: I can't use hashcat
Post: RE: I can't use hashcat

why do you use POCL ? see https://hashcat.net/hashcat/ for the recommended drivers
philsmd hashcat 4 536 08-24-2020, 07:09 PM
    Thread: I can't use hashcat
Post: RE: I can't use hashcat

depends on your hardware make and model What GPUs (graphic cards) do you have ? what CPUs (processors) do you have ? For your intel CPU, you need to install the Intel OpenCL runtime for Xeon or ...
philsmd hashcat 4 536 08-25-2020, 08:20 AM
    Thread: Brute Forcing LM/NTLM with non ASCII Characters
Post: RE: Brute Forcing LM/NTLM with non ASCII Character...

if you want to change kernel files that are using sha512_update_global_utf16le_swap into kernel files that use sha512_update_global_swap (without utf16le), you would need to change it for every attack...
philsmd hashcat 2 538 07-31-2020, 04:35 PM
    Thread: Heat problem and more - new ASUS laptop with a Ryzen 7 processor
Post: RE: Heat problem and more - new ASUS laptop with a...

the best thing probably would be to not use laptops for these intensive cracking purposes. second thing could be to just use your CPU (install the Intel OpenCL Runtime for Intel Core and Xeon processo...
philsmd hashcat 2 540 06-11-2020, 09:36 PM
    Thread: How to extract hash of mssql
Post: RE: How to extract hash of mssql

nmap for instance: https://nmap.org/nsedoc/scripts/ms-sql-dump-hashes.html https://github.com/nmap/nmap/blob/a7638f57c88cb1b5da949147729fca76a0f332c5/scripts/ms-sql-dump-hashes.nse#L71-L73
philsmd hashcat 1 545 04-21-2020, 12:56 PM
    Thread: Hashcat and linux process substitution
Post: RE: Hashcat and linux process substitution

use Code: -- cat wordlist | hashcat -m 16500 -a 0 hashes.txt -- instead... if and only if you really need to use a separate command (not using the dictionary directly, which of course should b...
philsmd hashcat 1 552 04-08-2020, 01:18 AM
    Thread: Help implementing FNV1 for a3 mode
Post: RE: Help implementing FNV1 for a3 mode

I would suggest to start with some simple hash types that involve md5/sha1 etc... In general there are some algorithms listed here, that are not already implemented: https://github.com/hashcat/has...
philsmd hashcat 1 557 05-04-2020, 07:11 PM
    Thread: Password-based Uniform-Random-Equivalent Encryption
Post: RE: Password-based Uniform-Random-Equivalent Encry...

it wouldn't be surprising that there exists software that can encrypt disks/volumes/containers etc and make them look as random data. The problem only is that also (plain text and easy to spot) metad...
philsmd General Talk 1 557 06-13-2020, 03:45 PM