Search Results
|
Post |
Author |
Forum |
Replies
[desc]
|
Views |
Posted |
|
|
Thread: Extra cooling for the Corsair 730T (easy case mod)
Post: Extra cooling for the Corsair 730T (easy case mod)
Since I prefer air cooling (who has time to be a plumber in addition to being a hashcat enthusiast?), I have come up with a simple case mod for the Corsair 730T (the 730T costs about $140 lately). �... |
|
devilsadvocate |
Hardware
|
0 |
2,046 |
03-20-2017, 01:33 AM |
|
|
Thread: Sleeve bearing vs ball bearing GPU fans
Post: Sleeve bearing vs ball bearing GPU fans
There is one thing that miners and hashcat rig owners have in common. Some of us run our machines 24/7/365.
However, in order to do this with the least amount of maintenance, Founders Editions ca... |
|
devilsadvocate |
Hardware
|
0 |
1,572 |
08-08-2018, 07:40 AM |
|
|
Thread: 2nd life for 1070 cards - preferred cooling solution
Post: 2nd life for 1070 cards - preferred cooling soluti...
Does anyone here have experience with the Arctic Accelero III GPU cooler?
https://www.youtube.com/watch?v=A_xqBidOjpQ (https://www.youtube.com/watch?v=A_xqBidOjpQ)
I have a number of 1070 cards... |
|
devilsadvocate |
Hardware
|
0 |
513 |
05-27-2020, 12:15 PM |
|
|
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 |
|
|
Thread: Getting status of job that is run with nohup
Post: RE: Getting status of job that is run with nohup
Found a good workaround with the 'screen' utility.
man screen
Nevermind. Have a good day. |
|
devilsadvocate |
General Help
|
1 |
3,713 |
11-23-2015, 06:23 AM |
|
|
Thread: Combinator with left and right rules
Post: Combinator with left and right rules
I am trying to execute this on the command line:
./hashcat64.bin -a 1 -m 100 test.hash english.txt english1.txt -j ./rules/dive.rule -k ./rules/dive.rule --session=test --potfile-path=test.pot
I... |
|
devilsadvocate |
hashcat
|
1 |
3,320 |
07-27-2016, 11:31 PM |
|
|
Thread: Auto login performance benefits
Post: Auto login performance benefits
Is there any particular reason that the Auto Login section was removed from the Linux Server how to?
https://hashcat.net/wiki/doku.php?id=linux_server_howto
I am still running Ubuntu 14.04 and r... |
|
devilsadvocate |
General Help
|
1 |
8,360 |
06-26-2016, 02:01 AM |
|
|
Thread: Combinator with left and right rules
Post: RE: Combinator with left and right rules
Nevermind. Rules files aren't supported with -j or -k, only single rules. I will investigate another way. |
|
devilsadvocate |
hashcat
|
1 |
3,320 |
07-27-2016, 11:38 PM |
|
|
Thread: Berkely DB Hash what format?
Post: RE: Berkely DB Hash what format?
heltprofesjonell Wrote: (11-17-2016, 12:48 PM)
--
I am trying to access my old passwords in a very old vsftp server, that uses Berkely DB hash to store the usernames and password in a database in t... |
|
devilsadvocate |
hashcat
|
1 |
2,758 |
11-18-2016, 03:48 PM |
|
|
Thread: Parsing out hashes from single lines
Post: Parsing out hashes from single lines
Scenario: a sql dump file that contains multiple md5 hashes, but they are all on a single line. The goal is to parse them out to make them readable by hashcat.
While this command is functional, i... |
|
devilsadvocate |
General Talk
|
1 |
2,439 |
03-18-2017, 08:58 PM |
|
|
Thread: Performance related to password length
Post: Performance related to password length
Some time ago, since oclHashcat-plus v0.15, the password length limit was increased from 15 characters to 31 characters due to popular demand at the expense of some performance drops for fast hashes.
... |
|
devilsadvocate |
hashcat
|
1 |
2,717 |
12-21-2016, 03:18 PM |
|
|
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: Character separator for salted hashes
Post: Character separator for salted hashes
With most salted hash types that are available in hashcat, I see that a single dot is used as a character separator for the password and salt.
One example is:
120 | sha1($salt.$pass) �... |
|
devilsadvocate |
General Talk
|
1 |
2,879 |
05-06-2017, 06:11 AM |
|
|
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: 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 |