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: 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 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 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
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: 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: 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: 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: 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,352 01-12-2020, 07:10 PM
    Thread: hcstat to hcstat2
Post: RE: hcstat to hcstat2

well, in theory one could develop a tool to convert .hcstat files into .hcstat2 files, but at the end it doesn't make much sense because the new file format of course has several advantages (most impo...
philsmd hashcat 2 2,035 11-29-2018, 10:44 AM
    Thread: hcmask is not recognized in OSX
Post: RE: hcmask is not recognized in OSX

I double-checked the wiki page, https://hashcat.net/wiki/doku.php?id=mask_attack , says this: Code: -- Note: mask files are currently only supported by oclHashcat -- Is that the page you looked at ...
philsmd Old hashcat Support 2 5,445 01-08-2014, 12:50 PM
    Thread: hcmask file with custom charset usage
Post: RE: hcmask file with custom charset usage

everything must be defined within the hcmask file. the format is very clear and also allows using hcchr files etc within the hcmask file directly. You can't (and are NOT allowed) to define custo...
philsmd hashcat 2 1,143 12-31-2019, 03:50 PM
    Thread: hccapx file not cracking
Post: RE: hccapx file not cracking

beta versions of hashcat can be found here: https://hashcat.net/beta/ it's worth a try
philsmd hashcat 18 6,022 08-27-2019, 07:08 PM
    Thread: hccap to cap ? Possible ?
Post: RE: hccap to cap ? Possible ?

Hi, I quickly decided to accept this challenge and to try to build a *POC* code that is able to *pseudo*-convert the hccap back to a valid cap file. ATTENTION: cap2hccap (the "*other*"==reverse) c...
philsmd General Help 10 24,519 05-10-2013, 02:37 PM
    Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

The algorithm is also not complete. One of the important steps is missing... how does a password cracking tool know if the password is correct ? the verification code i.e. checking the decrypted byte...
philsmd hashcat 19 3,655 05-10-2020, 07:34 AM
    Thread: HC and Blowfish Advanced CS Help
Post: RE: HC and Blowfish Advanced CS Help

this sounds very interesting @womble, do you plan on sharing your hashcat module and opening a pull request (PR) on github ? what is your strategy with avoiding false positive (or can we assume ...
philsmd hashcat 19 3,655 05-15-2020, 08:39 AM