Please note, this is a STATIC archive of website hashcat.net from October 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: Reward - Crack This Hash
Post: RE: Reward - Crack This Hash

You will be banned any second now.
devilsadvocate General Talk 2 3,139 07-05-2017, 04:20 AM
    Thread: Temperature control for multiple sessions
Post: RE: Temperature control for multiple sessions

Here is a dual GPU version of the previous script. I am still troubleshooting one problem with this though.  The nvidia-settings command that runs to set the fans seems to execute successfully, bu...
devilsadvocate User Contributions 2 5,833 08-06-2017, 05:05 AM
    Thread: UTF-8 dictionaries (hex format)
Post: RE: UTF-8 dictionaries (hex format)

Seek and you shall find. https://github.com/wooorm/dictionaries https://github.com/titoBouzout/Dictionaries Now I need to figure out how to apply rules to multi-byte utf-8 characters. *logs off to...
devilsadvocate General Talk 2 3,700 09-29-2017, 05:41 AM
    Thread: Temperature control for multiple sessions
Post: Temperature control for multiple sessions

I have had some scenarios with hashcat that lead to the creation of this script.  It is bash for use with an Nvidia GPU in Linux.  I hope you guys get some use out of it. *Edit* I am troubles...
devilsadvocate User Contributions 2 5,833 01-18-2017, 06:54 AM
    Thread: Guidance for creation of custom kernels
Post: Guidance for creation of custom kernels

Can a guide be found anywhere on implementing custom kernels for hashcat? One example that comes to mind would be implementing a kernel that mdxfind has, but hashcat doesn't have (at least, not yet...
devilsadvocate General Talk 2 1,858 06-15-2019, 09:19 AM
    Thread: Passwords from E-books
Post: Passwords from E-books

In addition to the numerous wordlists that can be found on the Internet, it seems that no one has gone to the effort of converting E-book archives to plaintext and parsing out the data in various way...
devilsadvocate General Talk 2 3,998 03-21-2017, 09:37 AM
    Thread: UTF-8 dictionaries (hex format)
Post: UTF-8 dictionaries (hex format)

Would anyone know of a good source for hex formatted, non-English UTF-8 dictionaries for use with the --hex-wordlist option that hashcat provides? Short of that, has anyone come up with rules for ...
devilsadvocate General Talk 2 3,700 09-28-2017, 11:04 AM
    Thread: Fan control in Linux
Post: RE: Fan control in Linux

A software solution would have been awesome, but I never found one that I could get to work. pwmconfig (for fancontrol) is the other related utility in Ubuntu, but I never tested it. I ended up bu...
devilsadvocate Hardware 2 3,930 11-19-2017, 03:40 AM
    Thread: nvidia-settings errors in Ubuntu 16
Post: RE: nvidia-settings errors in Ubuntu 16

I have solved this issue. I got tired of fighting with Ubuntu 16 and so reinstalled to version 14. That doesn't necessarily mean that this won't work with version 16 though. The goal was to get t...
devilsadvocate hashcat 3 16,250 11-13-2016, 11:13 AM
    Thread: nvidia-settings errors in Ubuntu 16
Post: nvidia-settings errors in Ubuntu 16

First of all, this is my fan speed script with my GTX 1080.  I run it prior to launching hashcat. #!/bin/bash nvidia-settings -a GPUFanControlState=1 nvidia-settings -a GPUTargetFanSpeed=75 nvi...
devilsadvocate hashcat 3 16,250 11-12-2016, 07:17 PM
    Thread: Upgrading Ubuntu 14 to 16
Post: Upgrading Ubuntu 14 to 16

Has anyone run 'do-release-upgrade' on their Ubuntu 14 installation in order to upgrade it to Ubuntu 16.04.2 LTS? I have been avoiding doing this since everything is working well with Ubuntu 14 and...
devilsadvocate General Talk 3 4,890 03-18-2017, 11:00 PM
    Thread: benchmarking and retain
Post: benchmarking and retain

Will --gpu-temp-retain ever work with -b (benchmarking)?
devilsadvocate hashcat 3 3,389 06-13-2017, 05:11 AM
    Thread: benchmarking and retain
Post: RE: benchmarking and retain

If only that were true.  I have a GTX 1080 FE that got at least to 73 C when benchmarking. I was testing it with "nvidia-smi" as it ran. I will test it again to see if it goes above 73 C.
devilsadvocate hashcat 3 3,389 06-13-2017, 02:25 PM
    Thread: Stdin and stdout simultaneously
Post: Stdin and stdout simultaneously

Is it possible to use hashcat to use both stdin and stdout with hashcat simultaneously in order to generate candidates with --stdout? I can only get this to work if I am using a file as the input...
devilsadvocate hashcat 3 4,061 11-17-2017, 04:17 AM
    Thread: Stdin and stdout simultaneously
Post: RE: Stdin and stdout simultaneously

Is there a maximum input length? Perhaps 31 or 32 characters? I will experiment.
devilsadvocate hashcat 3 4,061 11-18-2017, 06:44 AM
    Thread: Stdin and stdout simultaneously
Post: RE: Stdin and stdout simultaneously

I'll have to review my script, but this worked as a solution: ./data_generator.sh | while read line; do echo $line | ./hashcat64.bin -r ./rules/dive.rule --stdout --outfile-autohex-disable;done ...
devilsadvocate hashcat 3 4,061 11-18-2017, 10:36 AM
    Thread: Dedicated hashcat brain server
Post: Dedicated hashcat brain server

If I wanted to deploy a dedicated hashcat brain server, are there any recommended system specifications? Assuming that I don't want to deploy a virtual machine, could an Intel N3450 Mini PC (usuall...
devilsadvocate Hardware 3 4,462 11-11-2018, 07:28 AM
    Thread: Attacking a sentence
Post: RE: Attacking a sentence

jallis Wrote: (03-21-2017, 01:49 PM) -- I'm trying to attack a Keepass hash where I suspect the password is in the form of an english sentence (english words separated by spaces). Most likely the se...
devilsadvocate General Talk 3 5,182 03-22-2017, 01:03 AM
    Thread: nvidia-settings errors in Ubuntu 16
Post: RE: nvidia-settings errors in Ubuntu 16

I recently added an additional GTX 1080 FE to my setup and couldn't control it through nvidia-settings commands.  It is not quite plug and play.  After the physical installation of the card, you wil...
devilsadvocate hashcat 3 16,250 03-22-2017, 04:34 AM
    Thread: Attacking a sentence
Post: RE: Attacking a sentence

jallis Wrote: (03-23-2017, 03:19 PM) -- devilsadvocate Wrote: (03-22-2017, 01:03 AM) -- The answer to your question might be better source material, i.e. books. I just posted a related topic on t...
devilsadvocate General Talk 3 5,182 03-28-2017, 06:21 AM