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 [asc] Views Posted
    Thread: hashcat mask
Post: RE: hashcat mask

first of all it's infeasible to brute-force (and in most cases also mask attack) a hash with a password that is very long and random. It's mathematically imposiible. NOT doable. just do the math (hint...
philsmd hashcat 2 568 07-19-2020, 10:28 AM
    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: 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 505 07-31-2020, 10:22 PM
    Thread: Precomputing salt / debugging module files
Post: RE: Precomputing salt / debugging module files

Thank you very much for the hint about -m 21200 (which wasn't optimized to compute sha1($salt) within the host code once and only once per hash). I've suggested the change here and it was merged: http...
philsmd hashcat 2 713 07-29-2020, 09:27 PM
    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: hashcat found MD5 plaintext but it is not correct not sure why
Post: RE: hashcat found MD5 plaintext but it is not corr...

first of all, it's not allowed to post hashes here, see: https://hashcat.net/forum/announcement-2.html You will get banned for this action from this forum. There is kind of a zero tolerance policy,...
philsmd hashcat 2 474 08-01-2020, 09:22 AM
    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: Location of restore file
Post: RE: Location of restore file

what's your operating system ? The restore file is named after your session e.g. with default "hashcat" session, it's just hashcat.restore. By default it's stored in the hashcat folder, e.g. if ...
philsmd hashcat 2 460 08-06-2020, 08:44 AM
    Thread: salt+password md5
Post: RE: salt+password md5

the format is: Code: -- hash:salt -- see https://hashcat.net/wiki/example_hashes so it's the other way around. It's not allowed to post hashes here, see: https://hashcat.net/forum/announ...
philsmd hashcat 2 432 08-13-2020, 11:55 PM
    Thread: Posting a hash from malware?
Post: RE: Posting a hash from malware?

This : https://twitter.com/TalBeerySec/status/1292734995254190080 ? vs the password "mimikatz" -m 1000 NTLM hash : https://github.com/gentilkiwi/mimikatz/blob/a2a25cc9f5cbe86cfb6baedf5d3d39aea19b5a...
philsmd General Talk 2 477 08-20-2020, 11:03 PM
    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: Ruijie Networks (Router) Hashes Help!
Post: RE: Ruijie Networks (Router) Hashes Help!

what do you mean by reverse ? what is the password ? it's actually not allowed to post any hashes here, see forum rules did you try to use a much longer password to see if the ouput is always...
philsmd hashcat 2 333 09-13-2020, 11:50 AM
    Thread: Continue cracking on success?
Post: RE: Continue cracking on success?

this makes no sense with your example, because -m 5100 checks for 16 hex characters (or 8 bytes). ... but the general answer would be to just use Code: -- --keep-guessing --
philsmd hashcat 2 290 09-20-2020, 05:06 PM
    Thread: lower performance with CUDA toolkit
Post: RE: lower performance with CUDA toolkit

probably depends on the driver not on the CUDA toolkit. hint: you can install CUDA without replacing the driver... that's also what most users/devs do... just install the CUDA toolkit and keep the ...
philsmd hashcat 2 238 09-22-2020, 10:33 AM
    Thread: Problems with the program after compilation
Post: RE: Problems with the program after compilation

try with -D 1 and https://hashcat.net/faq/wrongdriver
philsmd hashcat 2 294 09-23-2020, 10:38 PM
    Thread: 4.6million character hash rar file
Post: RE: 4.6million character hash rar file

First of all, it would always make sense to post the hash type that you are trying to crack, also see https://hashcat.net/wiki/example_hashes . latest beta version of hashcat (https://hashcat.net/bet...
philsmd hashcat 2 340 10-02-2020, 02:52 PM
    Thread: Hashcat exhausted
Post: RE: Hashcat exhausted

The word list "rockyou.txt" doesn't contain the password "hashcat" (without quotes). I don't see any evidence that your claim about a problem and that the password is within the dictionary file is ...
philsmd hashcat 2 208 10-06-2020, 08:36 AM
    Thread: New architecture, different sched
Post: RE: New architecture, different sched

Very cool. Amazing stuff! Thx
philsmd Beta Tester 1 2,610 06-12-2013, 11:51 AM
    Thread: hashcat-lite segfault when done
Post: RE: hashcat-lite segfault when done

Please check again if this was resolved when atom releases version 0.16. This problem is known and was fixed (https://hashcat.net/trac/ticket/155 ). Please also always check if Trac already has a tic...
philsmd Very old oclHashcat-lite Support 1 7,003 07-16-2013, 11:28 AM
    Thread: some example hcmask files shipped by hashcat (in the masks/ folder)
Post: RE: some example hcmask files shipped by hashcat (...

This was my mistake, I updated that section before 0.15 is/was released. Please be patient for those files + hcmask support (both will be shipped with next version ofc). This feature (+ sample hcma...
philsmd Very old oclHashcat-plus Support 1 5,895 08-20-2013, 11:49 PM