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: oclHashcat v1.36
Post: oclHashcat v1.36

[hr] Download is here: https://hashcat.net/oclhashcat/ [hr] This version 1.36 is a wild mix of nice updates :) Still, all oclHashcat versions back to 1.33 share the same driver dependencie...
philsmd Old oclHashcat Announcements 12 45,557 04-25-2015, 07:36 PM
    Thread: combinator.bin command not found?
Post: RE: combinator.bin command not found?

are you sure you run a binary that fits your operating system? For instance, on a 64bit system you should run a 64bit binary (or have the required 32 bit libraries installed). see https://stackoverflow...
philsmd hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 12 19,432 11-09-2015, 04:18 PM
    Thread: Packages for Linux distributions
Post: RE: Packages for Linux distributions

I think we should distinguish this task in 2 separate goals: 1. what devs of hashcat/oclHashcat need to change/do to facilitate creation of packages. 2. what the people need to do/know whose goal is t...
philsmd hashcat 12 18,949 12-08-2015, 02:56 PM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

jodler303 Wrote: (08-11-2016, 06:50 PM) -- and by multiplying the percentage with keyspace you can calculate the offset for --skip -- Sorry, but this statement is bullshit. There is a specific lin...
philsmd hashcat 12 24,560 08-12-2016, 08:42 AM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

jodler303 Wrote: (08-13-2016, 05:07 PM) -- So what you will do (or maybe just me ;-)) is, taking the percentage from the last mask hashcat was working on, letting it finish off that mask the way i h...
philsmd hashcat 12 24,560 08-13-2016, 05:57 PM
    Thread: Save/Restore "unnamed" Session
Post: RE: Save/Restore "unnamed" Session

I also think an error or at least a warning should be displayed whenever someone tries to use --skip with a mask file. Since warnings are often ignored by the users, I think hashcat should show an er...
philsmd hashcat 12 24,560 08-13-2016, 10:00 PM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

This is not the correct way to generate hashes. echo always outputs a string with newlines. BTW: this question is even present in the MOST frequently asked questions https://hashcat.net/faq#i_cr...
philsmd hashcat 12 12,535 03-01-2017, 05:44 PM
    Thread: Problem get password that is in dictionary
Post: RE: Problem get password that is in dictionary

@Honik89 Could you please try with current git HEAD version? (make clean; git pull; make) This patch might fix the bcrypt problem you are experiencing (which only affects the Apple OpenCL runtime):...
philsmd hashcat 12 12,535 03-03-2017, 12:06 AM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

Maskprocessor has a command line argument for exactly this type of password candidate filtering: https://github.com/hashcat/maskprocessor/blob/master/src/mp.c#L78 So one could use something like t...
philsmd hashcat 12 12,015 03-06-2017, 08:53 AM
    Thread: Avoid character occurrance in brute force attack
Post: RE: Avoid character occurrance in brute force atta...

This might have various reasons. It's very clear from the error message that neither the intel driver nor the nvidia driver are correctly/completely installed. Firstly, you must make sure that the nv...
philsmd hashcat 12 12,015 03-13-2017, 01:42 PM
    Thread: Restore Fails
Post: RE: Restore Fails

No, that's also not 100% correct. The FAQ (https://hashcat.net/wiki/doku.php?id=frequently_asked_questions) already says that "The only parameters allowed when restoring a session are --restore and...
philsmd hashcat 12 8,646 12-29-2017, 09:17 AM
    Thread: Restore Fails
Post: RE: Restore Fails

the full command is: Code: -- hashcat64 --restore --session save --
philsmd hashcat 12 8,646 12-29-2017, 09:23 PM
    Thread: 13 gpu issue
Post: RE: 13 gpu issue

you also need to use the option -d (or the long form of it --opencl-devices) to select a specific device. The upper case short option -D (or long --opencl-device-types) does something completely diffe...
philsmd Hardware 12 9,747 01-18-2018, 07:20 PM
    Thread: 13 gpu issue
Post: RE: 13 gpu issue

There are a lot of warnings in your output. Starting from the timeout patch problem to the "Not a native Intel OpenCL runtime" error. It's not a good idea to ignore all warnings and don't try to fix...
philsmd Hardware 12 9,747 01-18-2018, 11:18 PM
    Thread: hi guys please a little help with hashcat
Post: RE: hi guys please a little help with hashcat

you are using the wrong tools to capture the wlan traffic and you should give more details about your output. to capture the data you should use hcxtools, like recommended all around this forum etc...
philsmd hashcat 12 8,236 06-28-2018, 07:19 AM
    Thread: Generating dictonary
Post: RE: Generating dictonary

The best solution is to use mask attack: https://hashcat.net/wiki/doku.php?id=mask_attack Code: -- hashcat -m 0 -a 3 hash.txt ?u?u?u?u?u?u?u?u --
philsmd General Talk 12 8,565 07-25-2018, 07:27 PM
    Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow

just for testing: Code: -- hashcat --keyspace -m 5500 -a 6 -1 ?l?u?s possibilities.txt ?1?1?1?1?1?1?1 -- Code: -- hashcat --stdout -a 6 -o temporary_file.txt -s 2 -l 2 -1 ?l?u?s possibiliti...
philsmd hashcat 12 6,451 10-27-2018, 10:44 PM
    Thread: hybrid attack Netntlm too slow
Post: RE: hybrid attack Netntlm too slow

this sounds very strange and I'm pretty sure that it doesn't behave like you think it behaves. How would the second process even know when the "second" word from possibilities.txt begins. It has no...
philsmd hashcat 12 6,451 10-27-2018, 09:12 PM
    Thread: nOOb help
Post: RE: nOOb help

First of all, you are not allowed to post hashes here. It's against the forum rules: https://hashcat.net/forum/announcement-2.html It's even worse that you didn't mask them and not even mentioned wha...
philsmd hashcat 12 8,107 01-04-2019, 11:09 AM
    Thread: nOOb help
Post: RE: nOOb help

all values from the output of your command you run on macOS are base64 encoded and they need to be base64-decoded and hex-encoded on linux (and most likely also on macOS) you can do something like ...
philsmd hashcat 12 8,107 01-20-2019, 10:03 AM