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 [desc] Views Posted
    Thread: Hashcat fails on MacBook hardware. Any cloud suggestions?
Post: RE: Hashcat fails on MacBook hardware. Any cloud s...

you could try to use the git version from https://github.com/hashcat/hashcat install git, make, gcc, sed and all the other common build tools and run Code: -- git clone https://github.com/hashc...
philsmd Hardware 1 620 05-26-2020, 09:50 PM
    Thread: Rule for targetting CamelCase passwords?
Post: RE: Rule for targetting CamelCase passwords?

Code: -- hashcat -m 0 -a 1 -w 3 -j c -k c hash.txt dict1.txt dict2.txt -- instead of the "c" rule you could also use the toggle rule: -j T0 -k T0
philsmd hashcat 1 514 05-27-2020, 12:16 PM
    Thread: Combinator attack - hashcat internals
Post: RE: Combinator attack - hashcat internals

what exactly are you comparing with ? Is it this command ? Code: -- hashcat -m 3200 -a 1 -w 3 hash.txt dict1.txt dict2.txt -- It also depends a lot on the sizes of the dicts and on the cost f...
philsmd hashcat 1 577 05-28-2020, 08:52 AM
    Thread: where is the salt?
Post: RE: where is the salt?

do not post hashes: see https://hashcat.net/forum/announcement-2.html The general rule is to just look at the source code on how the hashes are generated... if you do not have access to any code, i...
philsmd hashcat 1 477 06-09-2020, 12:45 PM
    Thread: Password-based Uniform-Random-Equivalent Encryption
Post: RE: Password-based Uniform-Random-Equivalent Encry...

it wouldn't be surprising that there exists software that can encrypt disks/volumes/containers etc and make them look as random data. The problem only is that also (plain text and easy to spot) metad...
philsmd General Talk 1 557 06-13-2020, 03:45 PM
    Thread: -m 2500 hccapx works on hashcat-5.1.0+1831 but not 6.0
Post: RE: -m 2500 hccapx works on hashcat-5.1.0+1831 but...

what's your command ? do you use -m 2500 in the command line ?
philsmd hashcat 1 482 06-17-2020, 10:05 PM
    Thread: Rules doesn't work.
Post: RE: Rules doesn't work.

I can't give any advice about the other tools, but my recommendation is that you just should learn how hashcat works and the hashcat rules etc (see wiki, https://hashcat.net/wiki/) and just focus on h...
philsmd hashcat 1 479 06-19-2020, 05:23 PM
    Thread: Hashcat 6 / Cuda toolkit
Post: RE: Hashcat 6 / Cuda toolkit

no, not that I'm aware of. It's true that it contains a lot of data/documentation and even the drivers that are often not needed. The SDK contains several example code, documentations, the drive...
philsmd hashcat 1 493 06-24-2020, 10:56 AM
    Thread: Last hashcat 6 format out ?!
Post: RE: Last hashcat 6 format out ?!

1. it's impossible to decrypt a hash. If something is not encrypted, you can't really decrypt it (https://www.techsolvency.com/passwords/dehashing-reversing-decrypting/) 2. the default output format ...
philsmd hashcat 1 423 07-11-2020, 12:24 PM
    Thread: Does the file extension matter?
Post: RE: Does the file extension matter?

no, it doesn't matter. hashcat will still crack the hash independent from the file extension. but let's be honest, it always makes sense to use something meaningful and clever to avoid confusion la...
philsmd hashcat 1 383 07-18-2020, 05:45 PM
    Thread: Need app to open the files.
Post: RE: Need app to open the files.

try "cmd.exe" you open the command prompt cmd.exe by clicking on the start button of windows and type "c", "m", "d" and hit enter. A black windows will appear. with the command "cd" and the...
philsmd hashcat 1 464 07-05-2020, 09:28 AM
    Thread: What type?
Post: RE: What type?

This is NOT allowed here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html You can't simply post some random hashes (in addition to that you are not even writing the pass...
philsmd hashcat 1 381 07-07-2020, 08:27 AM
    Thread: md5($salt.$pass) slower than md5($pass.$salt)
Post: RE: md5($salt.$pass) slower than md5($pass.$salt)

The difference isn't that much for me in benchmarks and some real cracking sessions, but I agree that there is some difference. The speed difference mainly comes from where the position of the pass...
philsmd hashcat 1 412 07-13-2020, 08:30 AM
    Thread: Separator unmatched No hashes loaded.
Post: RE: Separator unmatched No hashes loaded.

where is the server challenge ? you only have listed the client challenge above !? what is the server challenge ? Also, I guess that you need to remove "-notreal" right ? just compare with the exa...
philsmd hashcat 1 323 08-23-2020, 12:50 PM
    Thread: Unstable / Outdated OpenCL
Post: RE: Unstable / Outdated OpenCL

for anybody reading, more info about hardware is here: https://hashcat.net/forum/thread-9469.html (please always explain it, otherwise it's difficult to understand anything) uninstall POCL and inst...
philsmd hashcat 1 639 08-27-2020, 08:47 PM
    Thread: Mode 11300
Post: RE: Mode 11300

the padding is known, we exploit this (padding attack, last few bytes 16 or 8 depending on the wallet type): https://github.com/hashcat/hashcat/blob/3dd89bc63c2614b57db58bd7b05d2d61dcc5ab75/OpenCL/...
philsmd hashcat 1 251 09-24-2020, 10:17 PM
    Thread: I have no idea how to crack these hashes?
Post: RE: I have no idea how to crack these hashes?

You are *NOT* allowed to post the hashes here, see: https://hashcat.net/forum/announcement-2.html BTW: try to base64 decode them, i.e. echo -n "xyz"|base64 -d
philsmd General Help 2 6,506 04-04-2013, 06:48 PM
    Thread: Crash on every exit
Post: RE: Crash on every exit

Hey Kuci, did you try also w/ catalyst 13.1 (https://support.amd.com/us/gpudownload/windows/previous/13/Pages/radeon_linux.aspx?os=Linux%20x86&rev=13.1 ) as suggested in GPU Driver and SDK Requirement...
philsmd Very old oclHashcat-lite Support 2 7,695 06-01-2013, 02:36 PM
    Thread: base64 decode doesn't handle alternative alphabets
Post: RE: base64 decode doesn't handle alternative alpha...

Could you please explain this a little bit more? My questions: 1. Do you have a full example others (including devs) can test with? We need a *masked* hash:password pair... but remember only post HASH...
philsmd Very old oclHashcat-plus Support 2 8,248 06-19-2013, 10:45 AM
    Thread: hashcat v0.46
Post: hashcat v0.46

* changes v0.45 -> v0.46: We are happy to announce hashcat version 0.46; a major release w/ some new algorithms, several interesting new features, improvements and some bug fixes Download here...
philsmd Old hashcat Announcements 2 28,086 06-26-2013, 11:13 AM