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: hcxtools - solution for capturing wlan traffic and conversion to hashcat formats
Post: RE: hcxtools - solution for capturing wlan traffic...

it should also work with just adding -S to the command line
philsmd User Contributions 648 487,351 01-12-2020, 07:10 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 543 06-11-2020, 09:36 PM
    Thread: Hello all, i need a litle help to understand something about drop info in hashcat
Post: RE: Hello all, i need a litle help to understand s...

it's just showing you a whole set (a range) of password candidates. The displayed password candidates in the "Candidates.#" line within the status output are neither meant to be complete, nor can they...
philsmd hashcat 4 737 07-20-2020, 01:46 PM
    Thread: Hello all, i need a litle help to understand something about drop info in hashcat
Post: RE: Hello all, i need a litle help to understand s...

in general, it only happens that both the left and right part of the "->" sign are equal if you are testing with only one password candidate... but it could also happen that by chance several (mangled...
philsmd hashcat 4 737 07-20-2020, 02:12 PM
    Thread: Hello all, someone who work with python canl help me
Post: RE: Hello all, someone who work with python canl h...

it depends on which operating system (linux, windows, macOS) you use. on linux you could just take the output of hashcat and use the "grep" tool to filter it. Code: -- hashcat -m 0 -a 3 --sta...
philsmd General Talk 4 909 07-16-2020, 05:09 AM
    Thread: HELP
Post: RE: HELP

qiaoqiao372 Wrote: (03-16-2014, 12:24 AM) -- Platform Version: OpenCL 1.2 AMD-APP (1214.3) -- This is definitely not 13.12 (13.12 should be Platform version 1348.5 ), yours is much older, even o...
philsmd Old oclHashcat Support 6 15,665 03-16-2014, 01:42 AM
    Thread: help
Post: RE: help

do you mean that the format is Code: -- email:hash -- ? you could just use --username if you want that hashcat ignores the first part (email or username normally)
philsmd hashcat 4 771 06-19-2020, 06:40 PM
    Thread: help
Post: RE: help

english only: https://hashcat.net/forum/announcement-2.html (non-english post deleted because of the forum rules)
philsmd hashcat 4 771 06-20-2020, 08:33 AM
    Thread: Help a total beginner: No usable dictionary file found.
Post: RE: Help a total beginner: No usable dictionary fi...

-a 6 is a hybrid attack mode, therefore you need to specify both the dictionary file and the mask your command line should look something like this: Code: -- hashcat -a 6 -m 7700 hashes.txt dic...
philsmd hashcat 2 2,335 05-03-2018, 07:13 PM
    Thread: Help about office documents
Post: RE: Help about office documents

The general procedure is to use something like: office2hashcat.py (e.g. office2hashcat (https://raw.githubusercontent.com/stricture/hashstack-server-plugin-oclhashcat/master/scrapers/office2hashcat.py...
philsmd Old oclHashcat Support 5 8,012 02-09-2015, 03:40 PM
    Thread: Help about office documents
Post: RE: Help about office documents

Please have a look at this wiki page: https://hashcat.net/wiki/doku.php?id=example_hashes Inside the file hash.txt (for hash type -m 9400) the hash lines must be exactly like this: $office$*2007*20*1...
philsmd Old oclHashcat Support 5 8,012 02-17-2015, 01:02 PM
    Thread: help cracking a 7 character password
Post: RE: help cracking a 7 character password

so many problems here: 1. it's NOT allowed to post hashes, see https://hashcat.net/forum/announcement-2.html It's even worse if you claim that you have some problem and NOT even provide the correct...
philsmd hashcat 3 1,603 08-21-2019, 11:45 AM
    Thread: help cracking a 7 character password
Post: RE: help cracking a 7 character password

yeah, it's easy to blame a moderator for being nasty and I have no problem being called like that. The main question is if it is more nasty to treat rules like they do not exist ... or if it's more na...
philsmd hashcat 3 1,603 08-21-2019, 12:42 PM
    Thread: help cracking PBKDF2-SHA512
Post: RE: help cracking PBKDF2-SHA512

1. why are you trying to crack the hash? can't you just replace the hash with a known hash and login ? Is it important that you know the password ? 2. your rule command/syntax is completely wrong. yo...
philsmd hashcat 4 3,707 02-20-2019, 10:07 AM
    Thread: help cracking PBKDF2-SHA512
Post: RE: help cracking PBKDF2-SHA512

1. what is your goal here? do you need to do forensic analysis or just need to get your data back and login ? I think if you are not using full-disk-encryption you could trick the system by giving it ...
philsmd hashcat 4 3,707 02-20-2019, 10:52 PM
    Thread: Help explain the PBKDF2-HMAC-SHA1 hash-example
Post: RE: Help explain the PBKDF2-HMAC-SHA1 hash-example

the format is: sha1:[iteration count]:[salt in base64]:[digest in base64] therefore the hash is: sha1:1000:dGVzdA==:imirsGNFG+sMgaiy16fwPgWE3rY= this can be cracked with: Code: -- hashcat ...
philsmd hashcat 4 2,620 02-11-2019, 10:59 PM
    Thread: Help figuring out TOPT (HMAC-SHA1)
Post: RE: Help figuring out TOPT (HMAC-SHA1)

see https://www.unix-ninja.com/p/attacking_google_authenticator
philsmd hashcat 1 1,726 12-05-2018, 09:09 AM
    Thread: Help for rule
Post: RE: Help for rule

Code: -- hashcat --stdout -a 3 -1 ?l?d?u "^?1 ^?1" --
philsmd General Talk 10 6,459 07-07-2018, 08:17 PM
    Thread: Help identifying hash type!
Post: RE: Help identifying hash type!

According to the forum rules, which you have accepted, you are not allowed to post hashes. See https://hashcat.net/forum/announcement-2.html Please take a week off and re-read the forum rules. They a...
philsmd General Help 1 4,113 12-11-2014, 12:55 PM
    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 560 05-04-2020, 07:11 PM