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: Newbie Wallet
Post: RE: Newbie Wallet

I don't know about that. If you say it's a "complex password system" maybe it's not random at all. I don't know about the specifics of your password system, it could be flawed and not that difficult t...
philsmd General Talk 9 3,606 07-11-2019, 01:22 PM
    Thread: Newbie learning how to crack a RAR3 hash.
Post: RE: Newbie learning how to crack a RAR3 hash.

a,lso escaping of the "$RAR3$..." hash is very important... therefore I would suggest to use a hash file, instead of messing around with shell escaping directly in the command Code: -- hashcat64.e...
philsmd hashcat 5 1,172 05-07-2020, 11:00 AM
    Thread: new to hashcat trying to learn
Post: RE: new to hashcat trying to learn

please remember that the custom charsets must be set within the hashcat mask file: Code: -- hashcat -m 2500 -a 3 -w 3 Prova.hccapx masks.hcmask -- the masks.hcmask file is this one: Code: ...
philsmd hashcat 3 1,969 02-17-2019, 10:50 AM
    Thread: New to hashcat and unknown issue
Post: RE: New to hashcat and unknown issue

you always need to check if you use the latest version of the tools you use before reporting any problems: https://hashcat.net/hashcat hint: version 4.1.0 is several years old, why do you even t...
philsmd hashcat 4 360 09-18-2020, 11:52 AM
    Thread: New to HashCat , using cudaHashcat 1.36 , trying to crack a office 2007 'XLSX' hash.
Post: RE: New to HashCat , using cudaHashcat 1.36 , tryi...

FAQ: How do I extract the hashes from Office (Word, Excel, etc.) documents? (https://hashcat.net/wiki/frequently_asked_questions#how_do_i_extract_the_hashes_from_office_word_excel_etc_documents)
philsmd General Help 6 11,851 07-26-2015, 07:48 PM
    Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...

Example "hashes" can be found here: https://hashcat.net/wiki/doku.php?id=example_hashes The input that you provide to hashcat ("the hashes") should look very similar to the example hashes. Specifi...
philsmd hashcat 6 8,077 02-05-2017, 05:42 PM
    Thread: New to forum and hashcat, and in a hurry to crack a file.
Post: RE: New to forum and hashcat, and in a hurry to cr...

I think I read somewhere (a while ago) that the new file where the data is stored is just called profile.js Are you able to locate a file file called profile.js ? Update: I think this is just th...
philsmd hashcat 6 8,077 12-28-2017, 10:25 AM
    Thread: New plugin developer guide
Post: RE: New plugin developer guide

You do not need to wait for a new release, the guide is already online: https://github.com/hashcat/hashcat/blob/master/docs/hashcat-plugin-development-guide.md
philsmd hashcat 5 1,717 04-21-2020, 06:38 PM
    Thread: New hccapx format explained
Post: RE: New hccapx format explained

@c4pOne you should definitely make sure you are using the latest version of hashcat-utils (v1.5 or higher), because as you can read/see here https://github.com/hashcat/hashcat-utils/releases, the wind...
philsmd User Contributions 49 179,647 02-10-2017, 10:51 AM
    Thread: New hccapx format explained
Post: RE: New hccapx format explained

if you see that error, just increase the DB_ESSID_MAX value to whatever value you feel comfortable. The risk of doing this is that it might use much more RAM. So you should do it at your own risk. We...
philsmd User Contributions 49 179,647 02-09-2017, 02:15 PM
    Thread: New hccapx format explained
Post: RE: New hccapx format explained

@abdou99 If you are talking about this screenshot https://hashcat.net/wiki/hccapx#screenshot (you didn't say that explicitly), than you should read the section below the image: Quote: -- authentic...
philsmd User Contributions 49 179,647 02-10-2017, 02:20 PM
    Thread: New Attack-Mode: Association Attack
Post: RE: New Attack-Mode: Association Attack

as far as I understood it, you would need to specify more files or a folder instead. Code: -- hashcat -m 3200 -a 9 hash.txt dict_*.txt -- or Code: -- hashcat -m 3200 -a 9 hash.txt dicts/...
philsmd Beta Tester 21 3,762 09-29-2020, 07:22 PM
    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: New - What am I missing?
Post: RE: New - What am I missing?

example hashes can be found here (or use -m 110 --example): https://hashcat.net/wiki/doku.php?id=example_hashes
philsmd hashcat 8 2,372 10-12-2019, 05:18 PM
    Thread: New - What am I missing?
Post: RE: New - What am I missing?

if the example hash works (from the wiki page, password for the example hash is hashcat), so should every other hash given the correct hash, salt, password. there could be many problems. 1. your h...
philsmd hashcat 8 2,372 10-12-2019, 05:40 PM
    Thread: NetNTLMv1 format
Post: RE: NetNTLMv1 format

This example works for me: Code: -- u4-netntlm::kNS:338d08f8e26de93300000000000000000000000000000000:9526fb8c23a90751cdd619b6cea564742e1e4bf33006ba41:cb8086049ec4736c -- Seems that the wiki page...
philsmd Very old oclHashcat-plus Support 6 20,096 05-16-2013, 03:35 PM
    Thread: nested sha1
Post: RE: nested sha1

For instance the "Redmine Project Management Web App" uses exactly this algorithm, i.e. sha1 ($salt . sha1 ($pass)) the algorithm is available on both hashcat and oclHashcat with attack mode -m 76...
philsmd General Talk 2 5,088 12-22-2015, 11:11 AM
    Thread: Need help.
Post: RE: Need help.

you can only use the options available in --help. Therefore use Code: -- -o cracked.txt -- where -o cracked.txt is the same as --outfile cracked.txt run Code: -- hashcat-cli64.exe --help -- t...
philsmd General Help 2 5,870 11-18-2013, 02:26 AM
    Thread: Need help with redmine hashes
Post: RE: Need help with redmine hashes

I can confirm that there was a slight problem w/ the hash type number of redmine hashes... Next version will work w/ -m 7600 but it doesn't work w/ current release version because of that slight has...
philsmd Old hashcat Support 6 12,427 02-05-2014, 05:02 PM
    Thread: need help with markov chain, or possibly another solution for decrypt of AES-256
Post: RE: need help with markov chain, or possibly anoth...

There are still some open questions here: 1. how do you know if the decryption worked correctly ? You at least need to know the key, the plain text and the cipher text (you didn't state that you have ...
philsmd hashcat 13 11,856 05-27-2017, 06:57 PM