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 [asc] Replies Views Posted
    Thread: Single CPU vs Dual CPU & Hashcat
Post: RE: Single CPU vs Dual CPU & Hashcat

epixoip Wrote: (09-16-2015, 09:49 PM) -- That's a fair question. I'm assuming this is old, decommissioned hardware that being sold for like $10 or something (at least I hope he's not paying more than...
simplyslow Hardware 10 14,225 09-16-2015, 11:13 PM
    Thread: Single CPU vs Dual CPU & Hashcat
Post: RE: Single CPU vs Dual CPU & Hashcat

rico Wrote: (09-16-2015, 11:29 PM) -- I've no idea what the X5690 benches at (anyone?) but I'm going to guestimate that the GTX 970 (and its 50% over reference 225W draw) is about an order of magnitu...
simplyslow Hardware 10 14,225 09-17-2015, 12:16 AM
    Thread: Single CPU vs Dual CPU & Hashcat
Post: RE: Single CPU vs Dual CPU & Hashcat

epixoip Wrote: (09-17-2015, 07:43 AM) -- Hmm, stretching my memory to remember and too lazy to Google, but I *believe* the X5690 is equivalent to an i7 990X. So it was a pretty sweet processor for it...
simplyslow Hardware 10 14,225 09-18-2015, 05:59 PM
    Thread: Nvidia driver
Post: Nvidia driver

The Nvidia driver that Ubuntu loaded was 346.96. Is this version ok with oclHashcat?
simplyslow Hardware 2 5,684 10-28-2015, 04:20 AM
    Thread: Nvidia driver
Post: RE: Nvidia driver

epixoip Wrote: (10-28-2015, 05:15 AM) -- From https://hashcat.net/oclhashcat/: Quote: -- NV users require ForceWare 346.59 or later -- -- Saw that. Just making sure. Thanks.
simplyslow Hardware 2 5,684 10-28-2015, 02:14 PM
    Thread: Added 2nd Nvidia card…
Post: Added 2nd Nvidia card…

I was happily running cudaHashcat with Ubuntu 14.04 LTS with one Asus Geforce GTX 970 Turbo, and decided to add a second Asus Geforce GTX 970 Turbo. When attempting to run the benchmark in Hashcat I...
simplyslow Hardware 2 4,179 10-24-2015, 12:11 AM
    Thread: Added 2nd Nvidia card…
Post: RE: Added 2nd Nvidia card…

I finally got the second Nvidia GTX 970 straightened out. I needed a 6 to 8 pin power plug adapter. But that was not all. After buttoning up the box and starting the benchmark, the benchmark would run...
simplyslow Hardware 2 4,179 11-01-2015, 04:41 PM
    Thread: Nvidia Learning Curve
Post: RE: Nvidia Learning Curve

epixoip Wrote: (07-28-2015, 08:40 PM) -- It's been posted on the forums before, but I'll repost everything here. First you need to generate an appropriate xorg.conf that will enable fan control, f...
simplyslow Hardware 9 15,758 11-02-2015, 05:23 AM
    Thread: Nvidia Learning Curve
Post: RE: Nvidia Learning Curve

epixoip: I've done the top half as instructed and created the xorg.conf files How does one "start/restart Xorg"? Do I run the second half instructions in Terminal? Thank you.
simplyslow Hardware 9 15,758 11-03-2015, 11:31 PM
    Thread: Which is more efficient?
Post: Which is more efficient?

Which would be more efficient: 1. Add hash:password pairs to the .pot file, then run a -a 0 anydictionary.txt attack 2. Add passwords to a new dictionary file, then run a -a 0 newdictionary.txt at...
simplyslow General Help 1 3,340 12-03-2015, 04:18 AM
    Thread: 1 or l ?
Post: 1 or l ?

https://s5.postimage.org/k9xbg8on7/Screen_Shot_2015_12_06_at_7_53_54_PM.png (https://postimage.org/image/k9xbg8on7/) This is a screen shot from the Wiki about Masks: Shouldn't the character after t...
simplyslow General Help 3 6,127 12-07-2015, 03:02 AM
    Thread: 1 or l ?
Post: RE: 1 or l ?

tazeat Wrote: (12-07-2015, 11:01 PM) -- https://s3.postimg.org/pi2igfv5b/lv1.png Note the angle on the upper stroke -- I hope people don't take offense, but if one has to look that closely, there...
simplyslow General Help 3 6,127 12-08-2015, 04:44 AM
    Thread: Wiki-Brute Force
Post: Wiki-Brute Force

The Brute Force link in many of the Wiki links leads to the Mask-Attack. I'm not sure if this is intentional or not.
simplyslow General Help 1 3,705 12-15-2015, 08:41 PM
    Thread: Sequencing Rules
Post: Sequencing Rules

Is there a way of sequencing a series of rules through oclHashcat? Perhaps putting the rules in a folder and using the command -r ? or something similar?
simplyslow General Help 11 15,587 12-18-2015, 05:54 AM
    Thread: Sequencing Rules
Post: RE: Sequencing Rules

epixoip Wrote: (12-18-2015, 08:57 AM) -- for r in rules/*; do ./oclHashcat ... -r $r; done -- cudaHashcat64.bin' -m 0 -a 0 '/media/f14/Transcend/Stratfor/stratfor.hash' -r $'/home/f14/Downloads/cud...
simplyslow General Help 11 15,587 12-18-2015, 10:35 PM
    Thread: Sequencing Rules
Post: RE: Sequencing Rules

epixoip Wrote: (12-19-2015, 01:21 AM) -- Looks like you're doing quite a bit wrong. Damn near everything, in fact. -- Well, that wasn't helpful. Perhaps then the Wiki documentation is poor.
simplyslow General Help 11 15,587 12-19-2015, 01:30 AM
    Thread: Sequencing Rules
Post: RE: Sequencing Rules

epixoip Wrote: (12-19-2015, 01:46 AM) -- Documentation is fine, I just don't think you understand what you're typing. Let's start with the fact you're missing a wordlist in the above attack. You a...
simplyslow General Help 11 15,587 12-19-2015, 05:14 AM
    Thread: Sequencing Rules
Post: RE: Sequencing Rules

epixoip Wrote: (12-19-2015, 05:25 AM) -- Hm, do you know what a loop is? -- Conceptually, yes. Specifically, no.
simplyslow General Help 11 15,587 12-19-2015, 05:29 AM
    Thread: Sequencing Rules
Post: RE: Sequencing Rules

epixoip Wrote: (12-19-2015, 05:34 AM) -- Ok. Well the example I provided was a "for" loop, to let your shell loop over each rule file in the directory. So what you probably wanted to do was something...
simplyslow General Help 11 15,587 12-19-2015, 03:43 PM
    Thread: Dead Link
Post: Dead Link

The Markov attack link from the statsprocessor page is dead. Is this intentional? https://hashcat.net/wiki/doku.php?id=markov_attack
simplyslow General Help 1 3,661 12-19-2015, 05:57 PM