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: 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
    Thread: Crackpos incorrect
Post: RE: Crackpos incorrect

as you might already know, if you use any amplifier (like rules) the total number of password candidates will increase. This implies also that the "Progress" number in the status screen will get large...
philsmd hashcat 12 5,625 02-15-2019, 09:39 AM
    Thread: problem with hashcat windows restart or switch off
Post: RE: problem with hashcat windows restart or switch...

well, it would make sense starting to test with only 1 GPU and see if it works, don't you think that's some good strategy for testing issues?
philsmd hashcat 12 3,112 11-26-2019, 08:31 AM
    Thread: hashcat in VM
Post: RE: hashcat in VM

the GPU is probably not exposed to the VM. only few virtualization software support PCI passthrough and even with those are some restrictions (for instance what if the host also wants to get hold o...
philsmd hashcat 12 4,959 12-08-2019, 04:37 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

but why do you not simply use hashcat on W10 then ? hashcat works under windows 10 perfectly fine (same as on linux or macOS etc)
philsmd hashcat 12 4,959 12-08-2019, 04:46 PM
    Thread: hashcat in VM
Post: RE: hashcat in VM

triple des is a cipher which encrypts blocks (8 bytes = 64 bits, our hashcat salt = plaintext and hash = ciphertext in hex) and a key lengh of 24 bytes (3 times 8 bytes).. see https://en.wikipedia.org...
philsmd hashcat 12 4,959 12-08-2019, 05:55 PM