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: 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,460 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,180 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,180 03-28-2017, 06:21 AM
    Thread: Upgrading Ubuntu 14 to 16
Post: RE: Upgrading Ubuntu 14 to 16

devilsadvocate Wrote: (03-18-2017, 11:00 PM) -- 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 si...
devilsadvocate General Talk 3 4,889 04-16-2017, 09:52 PM
    Thread: Unused 5.25 bay, place for GPU?
Post: RE: Unused 5.25 bay, place for GPU?

elidell Wrote: (05-11-2017, 06:51 PM) -- I have this huge case of which none of the 5.25 bay slots are being used.  My Board could allow 3 GPUs with out pic extender, if I didn't care that two of t...
devilsadvocate Hardware 3 5,956 05-12-2017, 06:17 AM
    Thread: Error while running oclHashcat with ssh
Post: Error while running oclHashcat with ssh

Is there a fix for this error message? Code: -- Generating bitmap tables with 16 bits...Invalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 keyInvalid MIT-MAGIC-COOKIE-1 key ERROR: clGetDe...
devilsadvocate Old oclHashcat Support 2 4,432 01-18-2016, 10:04 PM
    Thread: Error while running oclHashcat with ssh
Post: RE: Error while running oclHashcat with ssh

epixoip Wrote: (01-18-2016, 10:08 PM) -- Definitely related to X, sounds like something is seriously misconfigured. The article at https://hashcat.net/wiki/doku.php?id=linux_server_howto is a bit outd...
devilsadvocate Old oclHashcat Support 2 4,432 01-18-2016, 10:57 PM
    Thread: Figuring out salt from SHA1
Post: RE: Figuring out salt from SHA1

Just a shot in the dark here, but he is probably referring to one of the Tumblr or Dropbox hashes.  Those were salted SHA1 hashes with no salt included, hence the question. The -e switch, for specif...
devilsadvocate hashcat 2 4,939 10-08-2016, 07:00 AM
    Thread: Creating masks from dictionary files
Post: Creating masks from dictionary files

Has anyone here found a reliable way to convert a dictionary file to a mask file? In other words, suppose I want to perform the following replacements for characters found in a dictionary file: ...
devilsadvocate hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 4,598 08-08-2016, 01:07 PM
    Thread: GTX 1080 Nvidia driver performance
Post: GTX 1080 Nvidia driver performance

Has anyone run benchmarks for the most recent Nvidia driver versions? Specifically, what are the speed differences between 370, 375, and 378 for the GTX 1080 FE? I haven't found this anywhere. �...
devilsadvocate hashcat 2 3,419 02-18-2017, 06:46 AM
    Thread: Fan control in Linux
Post: Fan control in Linux

Has anyone had success in controlling their PWM fans from within Linux? I am using Ubuntu 14, but can't do this.  It is most likely due to my hardware configuration.  I don't have my fans wired d...
devilsadvocate Hardware 2 3,928 03-04-2017, 05:48 PM
    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,857 06-15-2019, 09:19 AM