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 Views [asc] Posted
    Thread: Two sessions writing to the same potfile
Post: Two sessions writing to the same potfile

Can 2 separate hashcat sessions write to the same potfile? Or will that cause a tear in the fabric of the space time continuum? In Linux, this may come down to how 2 separate processes handle ap...
devilsadvocate hashcat 6 4,963 04-06-2018, 07:28 AM
    Thread: Two sessions writing to the same potfile
Post: RE: Why do not many combination rules have such a ...

CUwindows00 Wrote: (04-06-2018, 08:29 AM) -- Hello everyone Ask a question of hashcat rules Why do not many combination rules have such a rule? Swap location attack rule For example: cat 1...
devilsadvocate hashcat 6 4,963 04-06-2018, 08:41 AM
    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: 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,889 03-18-2017, 11:00 PM
    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: 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: Nvidia 3080 benchmarks
Post: RE: Nvidia 3080 benchmarks

Just curious, has anyone attempted overclocking and experienced their 30 series cards crashing? It seems that the 3080 has some design flaws from some manufacturers. https://youtu.be/x6bUUEEe-X8...
devilsadvocate Hardware 19 4,598 09-27-2020, 01:19 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: 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: 4 word combinations from a short list of words
Post: RE: 4 word combinations from a short list of words

You can create a short wordlist and then feed it to prince processor with "--elem-cnt-min=4 --elem-cnt-max=4" Interesting perl solution though.
devilsadvocate General Talk 4 4,206 12-23-2017, 05:29 PM
    Thread: Hash types with multiple iterations/rounds
Post: Hash types with multiple iterations/rounds

Are there any plans to implement an option for recursively iterating any of the hash types (kernels)? For example, if I want to test hashes that may have been encrypted with sha1 more than once, w...
devilsadvocate hashcat 1 4,188 05-20-2018, 05:43 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: 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: csv output for benchmarking
Post: csv output for benchmarking

In viewing the various Google sheets that exist that contain hashcat benchmarks, I decided to script something to get csv output after running a benchmark.  Manually copying values from "./hashcat64...
devilsadvocate User Contributions 1 3,940 02-19-2017, 02:58 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: 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,928 11-19-2017, 03:40 AM
    Thread: Getting status of job that is run with nohup
Post: Getting status of job that is run with nohup

Can anyone offer some guidance on feeding the character, "s" (without the quotes) to a nohup'd oclHashcat process?  I would like to get a status update sent to either nohup.out (or even the oclHashca...
devilsadvocate General Help 1 3,713 11-23-2015, 06:09 AM