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: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?

Status...........: Cracked it's very obvious if it's cracked or not
philsmd hashcat 9 3,254 09-05-2019, 12:51 PM
    Thread: Weird issue with hashcat v5.1.0
Post: RE: Weird issue with hashcat v5.1.0

the default mask and custom charsets (--custom-charset1 ... --custom-charset4) are documented here: https://hashcat.net/wiki/doku.php?id=hashcat#default_values you would want something like --incr...
philsmd hashcat 9 2,733 10-17-2019, 03:29 PM
    Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain

which --brain-client-features are you using ? you must be more precise when you make such statements
philsmd hashcat 9 2,508 10-17-2019, 06:19 PM
    Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain

no, this has nothing to do with --restore and -2 and -3 are also very different things (--custom-charset1 ... --custom-charset4). you need to specify --brain-client-features 1 or --brain-client-fea...
philsmd hashcat 9 2,508 10-17-2019, 06:28 PM
    Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain

furthermore, if you are looking for distributed cracking, you better consider using hashtopolis or similars (hashtopolis also has support for brain features as far as I know). brain is not meant to...
philsmd hashcat 9 2,508 10-17-2019, 06:25 PM
    Thread: brute force with 11 length password(MD4)
Post: RE: brute force with 11 length password(MD4)

Code: -- hashcat64.exe -m 900 -a 3 -w 3 -O -2 ?l?d hashmd4.txt ?2?2?2?2?2?2?2?2?2?2?2 --
philsmd hashcat 9 3,465 11-22-2019, 08:55 PM
    Thread: brute force with 11 length password(MD4)
Post: RE: brute force with 11 length password(MD4)

I don't agree that "H", "K", "M" and "P" are lowercase characters. It's probably also not the best idea to mask attack such passwords (there are some exception, e.g. if you know that those password...
philsmd hashcat 9 3,465 11-29-2019, 09:34 AM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

that's what I already told you. The beta version of hashcat has this new hash algorithm support: Code: -- -m 22301 = Telegram client app passcode (SHA256) -- This means that with the beta ve...
philsmd hashcat 9 2,995 01-16-2020, 01:10 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

do you mean this: https://github.com/hashcat/hashcat/issues/1534 ? The Telegram Android/IOS APP hash ? We have recently added this format https://github.com/hashcat/hashcat/pull/2282 , it's still ...
philsmd hashcat 9 2,995 01-16-2020, 11:44 AM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

okay, I just spend a couple of free minutes to come up with this perl script (POC): telegram_desktop.pl Code: -- #!/usr/bin/env perl # Author: philsmd # Date: February 2020 # License: public...
philsmd hashcat 9 2,995 02-28-2020, 04:45 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

@zvonko I guess this is not the mobile app you are using, but the Desktop Application. We had this github issue https://github.com/hashcat/hashcat/issues/1534 and unfortunately nobody mentioned/exp...
philsmd hashcat 9 2,995 02-26-2020, 01:19 PM
    Thread: Paid Rules Assistance?
Post: RE: Paid Rules Assistance?

combining 3 dicts is essentially the same as combining 2 dicts and "add" the dict again (1+1+1 = (1+1)+1 = 3). you could use combinator3.bin from hashcat-utils (https://hashcat.net/wiki/doku.php?id...
philsmd hashcat 9 2,223 03-06-2020, 09:38 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

download. extract. enter folder. run (e.g. hashcat -b) you only need to have 7-Zip installed to unpack the .7z file
philsmd hashcat 9 1,902 04-01-2020, 09:00 AM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

so many problems with what you do 1. do not ever try to replace one hashcat installation with another in the same folder. use different folders (all these "Would you like to replace the existing fi...
philsmd hashcat 9 1,902 04-01-2020, 06:18 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

this has nothing to do with the beta only if you download, extract, enter and run "./hashcat" (with the ./ at the beginning) you are running the beta
philsmd hashcat 9 1,902 04-01-2020, 08:54 PM
    Thread: Hashcat beta on ubuntu 18.04
Post: RE: Hashcat beta on ubuntu 18.04

there is clearly a hashcat binary file in the archive and you execute this executable like this: Code: -- ./hashcat.bin -b --
philsmd hashcat 9 1,902 04-01-2020, 09:26 PM
    Thread: Telegram and hashcat.
Post: RE: Telegram and hashcat.

The Desktop algorithm was implemented with https://github.com/hashcat/hashcat/pull/2355. I find it quite disturbing that I got no answers here... it's much more motivating to get some responses and...
philsmd hashcat 9 2,995 04-08-2020, 12:13 PM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

Furthermore, the left side is changed most frequently. Is there any reason why you would need to change the order ? You might be able to create a new hcstat2 file with hcstat2gen from hashcat-ut...
philsmd hashcat 9 1,579 04-26-2020, 09:03 AM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

yeah. but even for the approach with testing first password candidates at the end, you could actually just use -s / -l until the whole keyspace was tested, i.e. split your keyspace in x chunks and te...
philsmd hashcat 9 1,579 04-26-2020, 03:39 PM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

The --keyspace , --skip and --limit usage is very intuitive. You just first determine the total "keyspace" (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#what_is_a_keyspace) with ...
philsmd hashcat 9 1,579 04-27-2020, 08:54 AM