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 [desc] Author Forum Replies Views Posted
    Thread: No devices found/left
Post: RE: No devices found/left

Code: -- cd Downloads/ tar xzf l_opencl_p_18.1.0.015.tgz cd l_opencl_p_18.1.0.015/ sudo ./install.sh -- The installer will tell you if you have installed all the packages that are needed ...
philsmd hashcat 7 1,535 06-09-2020, 09:17 PM
    Thread: No devices found/left
Post: RE: No devices found/left

The downloaded file l_opencl_p_18.1.0.015.tgz defintiely contains an installation file called "install.sh" within the archive. If you would have extracted the tgz file correctly with "tar xzf l_ope...
philsmd hashcat 7 1,535 06-14-2020, 06:33 PM
    Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...

My suggestion would be to: - do not use The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali), use another Linux distribution (Ubuntu for instance is officially supported by most of the driver ve...
philsmd hashcat 3 6,841 06-04-2017, 08:30 AM
    Thread: No devices found/left error - The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) 2017?
Post: RE: No devices found/left error - The-Distribution...

I think you missed the most important line within my previous reply i.e. "use ubuntu, not The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali)!" If you still insist in using The-Distribution-Whi...
philsmd hashcat 3 6,841 06-07-2017, 08:21 AM
    Thread: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...

you also can't really pipe like this: command1 | cd && command2 you need to do it like this: command1 | command2 therefore something like this: Code: -- cd C:\Users\Alexandre\Downloads\h...
philsmd General Talk 7 5,193 09-29-2018, 11:50 AM
    Thread: No duplicated characters when cracking wpa2 password
Post: RE: No duplicated characters when cracking wpa2 pa...

the command I told you to use was different: 1. enter the hashcat folder within the cmd: Code: -- cd C:\Users\Alexandre\Downloads\hashcat-4.2.1\ -- 2. afterwards run hashcat within that speci...
philsmd General Talk 7 5,193 09-30-2018, 10:46 AM
    Thread: No hashes loaded error.... help me pls
Post: RE: No hashes loaded error.... help me pls

even if it might not be the only (or main) reason let's just remember what the warning about --force says: Code: -- You can use --force to override this, but do not report related errors. -- D...
philsmd hashcat 3 2,239 04-02-2019, 09:08 AM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

I think there is some special byte in there, like the windows BOM etc. Hashcat doesn't expect that there is any other bytes within the hash file except the bytes that are required ("the hash"). ...
philsmd hashcat 7 14,268 12-03-2017, 10:28 AM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

If it is a non-sensitive archive, just open a issue here, explain the issue again and attach the file to the guthub issue: https://github.com/philsmd/7z2hashcat Otherwise, I might give it a glance ...
philsmd hashcat 7 14,268 12-05-2017, 08:44 AM
    Thread: No hashes loaded, line length exception?
Post: RE: No hashes loaded, line length exception?

@nazgulnarsil told me that he/she was able to load the hash successfully with the latest version from github (it seems that the only problem was the hashcat version, 7z2hashcat wasn't the problem at a...
philsmd hashcat 7 14,268 12-06-2017, 02:54 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

1. respect the forum rules, do NOT post hashes 2. mention the password (123456789) if you were asked to post a masked hash by the moderator/admin 3. problem is this: https://github.com/hashcat/hashc...
philsmd hashcat 4 2,895 11-03-2019, 01:21 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

yeah also try to not double post across the two platforms (forum vs github): https://github.com/hashcat/hashcat/issues/2211 it's so confusing, where should we answer? what should we do? we would ne...
philsmd hashcat 4 2,895 11-03-2019, 03:06 PM
    Thread: No hashes loaded.
Post: RE: No hashes loaded.

Do NOT post hashes https://hashcat.net/forum/announcement-2.html example hashes can be seen here: https://hashcat.net/wiki/example_hashes Hashes do NOT contain any file names (see example hashes...
philsmd hashcat 1 745 03-21-2020, 07:11 PM
    Thread: No keyspace for the distributed hashcat v3.00
Post: RE: No keyspace for the distributed hashcat v3.00

If you don't know the password length and want to use mask attack, you can just use mask with different lengths. e.g. 4 to 7: Code: -- -a 3 ?a?a?a?a -a 3 ?a?a?a?a?a -a 3 ?a?a?a?a?a?a -a 3 ?a?a?...
philsmd hashcat 3 6,010 07-12-2016, 04:20 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,686 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,686 03-08-2013, 07:41 PM
    Thread: No output file created
Post: RE: No output file created

oclHashcat 1.20 has some new features to remove hashes if they were already cracked. For instance, if the hash:plain line is (also) present in the pot file (cudaHashcat.pot in your case), then cuda...
philsmd Old oclHashcat Support 4 28,540 05-22-2014, 04:15 PM
    Thread: No output file... why?
Post: RE: No output file... why?

Please do not give bad/wrong advices. --help shows -o, --outfile=FILE Define outfile for recovered hash so it is --outfile or short -o
philsmd Old oclHashcat Support 6 9,283 12-03-2014, 11:54 PM
    Thread: Noob - Understanding hashcat input format
Post: RE: Noob - Understanding hashcat input format

-m 10900 = PBKDF2-HMAC-SHA256 has both hash and salt in base64. You can just look at the examples here: https://hashcat.net/wiki/doku.php?id=example_hashes or use a command like this: hashcat -m 10900...
philsmd hashcat 1 2,965 08-03-2018, 06:05 PM
    Thread: Noob Extracting VeraCrypt MBR
Post: RE: Noob Extracting VeraCrypt MBR

Where did you get the information from that it needs to have a "Veracrypt" string in it? This is not true as far as I can tell. You are basically searching for something (the "Veracrypt" thing) that s...
philsmd hashcat 20 24,729 01-26-2017, 09:34 AM