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 Mask Attack
Post: RE: Hashcat Mask Attack

for these numbers 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25 you could just write several different mask like this: Code: -- 123456789,?1 1?d 0123...
philsmd General Talk 8 2,070 05-30-2020, 07:30 AM
    Thread: Generator of fortune
Post: RE: Generator of fortune

what's going on here? one (actually 2) completely new forum accounts without any previous posts suddently talking about a tool with very strange description and furthermore a tool that was already con...
philsmd User Contributions 8 2,022 06-15-2020, 11:06 AM
    Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?

does it work with -D 1 added to the command line: Code: -- hashcat -m 1000 -a 3 -O -D 1 easyntlm.txt ?l?l?l?l -- To me this really seems like a (very dangerous) driver bug. since the self-test...
philsmd hashcat 8 1,281 06-25-2020, 12:20 AM
    Thread: Bruteforce not finding simple 4 letter hash?
Post: RE: Bruteforce not finding simple 4 letter hash?

the -D 1 parameter does whitelist your CPU device (the Intel i7) cpu (see --help for all the command line parameters that hashcat supports and what they mean). that means that with -D 1 you are testi...
philsmd hashcat 8 1,281 06-25-2020, 12:49 AM
    Thread: Rules in 16800 don't work?
Post: RE: Rules in 16800 don't work?

it's exactly like undeath explained above. Without the -S slow mode the passwords that are too short (from the dict) are rejected immediately, while the -S mode is slow because it mangles the words w...
philsmd General Talk 8 1,341 06-30-2020, 11:10 AM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

The main problem now is that it's quite a long password. We "normally"/generally say that a length of 8-9 is the max that can be brute-forced (but attention: this depends a lot on hash type and/or ...
philsmd hashcat 8 1,060 07-16-2020, 11:19 PM
    Thread: Devices being skipped
Post: RE: Devices being skipped

which hashcat version ? did you try with beta and release version from https://hashcat.net/beta/ and https://hashcat.net/hashcat accordingly ? please also post the output of: Code: -- hashcat -...
philsmd hashcat 8 1,249 07-25-2020, 01:46 PM
    Thread: Devices being skipped
Post: RE: Devices being skipped

yeah, this really looks like a problem/bug in the alias detection code (see all other devices are detected as Alias for #1). I will ask atom (the main hashcat developer of hashcat) if he knows how ...
philsmd hashcat 8 1,249 07-25-2020, 02:24 PM
    Thread: Devices being skipped
Post: RE: Devices being skipped

With this new change to the hashcat alias detection code all devices should be distinguished (in your particular case the PCI lanes for all devices were the same, 00:00.0, only the PCI domain 0001-000...
philsmd hashcat 8 1,249 07-27-2020, 03:32 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

you could use mask files https://hashcat.net/wiki/doku.php?id=mask_attack#hashcat_mask_files or just set -1 "012345 6789" for the first byte of your mask (i.e. any set of chars, charset, that ha...
philsmd hashcat 8 1,060 07-16-2020, 08:03 PM
    Thread: First Attempt, does this look alright?
Post: RE: First Attempt, does this look alright?

yeah, your command doesn't make sense to me at all. Why would you define all those custom charsets (-1 , -2 , -3 , -4) and only use ?4 in your mask ? That seems to be a misunderstanding/problem of ...
philsmd hashcat 8 1,060 07-16-2020, 08:29 PM
    Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found

I don't think that lspci will be involved in any way, but you might check if libcuda.so and libnvidia*.so* are available. Also checking nvidia-settings on linux systems could be useful. See also: mod...
philsmd Very old oclHashcat-lite Support 9 26,684 03-08-2013, 06:50 PM
    Thread: No NVidia compatible platform found
Post: RE: No NVidia compatible platform found

The nvidia modules are not loaded correctly. They will create (automatically) the /dev/nvidia* devices, that are needed (by the libcuda and/or libnvidia, both? I am no expert). For sure the module is ...
philsmd Very old oclHashcat-lite Support 9 26,684 03-08-2013, 07:41 PM
    Thread: Recover passwords in output user:plain
Post: RE: Recover passwords in output user:plain

What you need are following steps (example with mode 0 (md5) of example0.hash): Code: -- $ cat hashtest.hash # some random *X MASKED* hashes from example0.hash philsmd:42cceb8a0dXXX82b8fb6831f3...
philsmd Old hashcat Support 9 32,233 04-11-2013, 04:17 PM
    Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install

I would suggest you upgrade to the newest release of your distro, i.e. The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux. After that download the nvidia drivers from the NV site. You th...
philsmd Very old oclHashcat-lite Support 9 19,937 04-30-2013, 09:39 AM
    Thread: nVidia GEFORCE 520M driver install
Post: RE: nVidia GEFORCE 520M driver install

Glad to help. But let me say one thing: I don't like your follow-up post at all. I would like to see a howto tutorial how we resolved the problem instead. You should have posted here the solution...
philsmd Very old oclHashcat-lite Support 9 19,937 04-30-2013, 11:04 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

The main problem w/ more threads in stdout mode is that the bottleneck for this mode is indeed *the* stdout. What I mean is, the process of writing to stdout slows down the whole process group that mu...
philsmd Old hashcat Support 9 16,844 06-02-2013, 03:15 PM
    Thread: how can i update hashcat on bacntrack ?
Post: RE: how can i update hashcat on bacntrack ?

You should definitely update to The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) linux first (the version of your operating system is very old!) To get the newest version of *hashcat, just d...
philsmd Old hashcat Support 9 22,251 06-17-2013, 02:29 PM
    Thread: increasing threads for stdout?
Post: RE: increasing threads for stdout?

I think it is just impossible to significantly increase the speed (and for sure increasing the # of threads doesn't help at all). I'm not sure if you understood what I meant by saying the stdout is t...
philsmd Old hashcat Support 9 16,844 06-02-2013, 04:22 PM
    Thread: OclHashcat plus has stopped working.
Post: RE: OclHashcat plus has stopped working.

This really sounds like a misconfigured driver. Maybe uninstalling w/ driver fusion + reinstalling the driver helps. You could also try to run this (just for testing): oclHashcat-plus64.exe --help...
philsmd Very old oclHashcat-plus Support 9 18,337 08-06-2013, 12:04 PM