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

I think you are confusing something. why do you need to use -d if you have only 1 GPU ? if you want to enable and/or crack with your CPU, you need to use -D instead. see this --help output sni...
philsmd hashcat 9 7,548 01-25-2019, 11:19 AM
    Thread: No devices found/left
Post: RE: No devices found/left

it's directly linked in the above thread: linux: https://registrationcenter-download.intel.com/akdlm/irc_nas/vcp/15532/l_opencl_p_18.1.0.015.tgz windows: https://registrationcenter-download.intel.co...
philsmd hashcat 7 1,535 06-09-2020, 02:00 PM
    Thread: No devices found/left
Post: RE: No devices found/left

if you want to install the Intel driver, you just go to the intel download page (as explained in dozens of other hashcat forum posts): https://hashcat.net/forum/thread-9240-post-48858.html#pid48858 ...
philsmd hashcat 7 1,535 06-09-2020, 12:48 PM
    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: newline as input
Post: RE: newline as input

As epixoip already mentioned, there are many possibilities to do this. Depending on the attack mode, there are different possibilities. Some work better some work worse in different situations/scenar...
philsmd General Help 3 7,005 11-22-2014, 12:15 PM
    Thread: Newbie Wallet
Post: RE: Newbie Wallet

What is the thread you are referring at ? What are the files that you have ? wallet.dat ? Which software (and which version of that software) did generate this wallet ? hashcat support bitcoi...
philsmd General Talk 9 3,606 07-10-2019, 11:41 AM
    Thread: Newbie Wallet
Post: RE: Newbie Wallet

you use bitcoin2john.py to convert the wallet.dat file into a hash: https://raw.githubusercontent.com/magnumripper/JohnTheRipper/bleeding-jumbo/run/bitcoin2john.py install and use python 2.7 to ...
philsmd General Talk 9 3,606 07-11-2019, 09:55 AM
    Thread: Newbie Wallet
Post: RE: Newbie Wallet

see --help -a 0 is dictionary attack and you need to provide a dictionary -a 3 is mask attack (or "brute-force") and you need to provide a mask upper = 26 chars, lower = 26 chars, digits = 10 c...
philsmd General Talk 9 3,606 07-11-2019, 12:21 PM