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: Build Machine
Post: RE: Build Machine

Yes, you're wrong. There's nothing wrong with running the fan at 100%. The Founders Edition cools just fine and doesn't throttle. Stop reading reviews from gamers and graphics people.
epixoip Hardware 6 7,006 06-08-2016, 05:49 PM
    Thread: newline as input
Post: RE: newline as input

you can use ''--hex-charset -1 0A'' with mask & hybrid attacks
epixoip General Help 3 7,005 11-22-2014, 06:32 AM
    Thread: Encrypted containers
Post: RE: Encrypted containers

Hashcat does not support this algorithm.
epixoip Old hashcat Support 2 7,002 06-14-2013, 12:13 AM
    Thread: Beginner help
Post: RE: Beginner help

Current software versions are oclHashcat 1.30 and Catalyst 14.6 beta.
epixoip General Help 3 7,002 09-29-2014, 01:01 AM
    Thread: ati 7990 benchmark
Post: RE: ati 7990 benchmark

search the forums, i've already posted two reviews.
epixoip Hardware 2 6,987 07-02-2013, 11:31 PM
    Thread: Auto generate RUles from PW list
Post: RE: Auto generate RUles from PW list

bartavelle wrote something not too long ago that does something like what you are talking about. https://github.com/bartavelle/rulesfinder
epixoip Very old oclHashcat-plus Support 3 6,975 01-03-2013, 03:44 PM
    Thread: Auto generate RUles from PW list
Post: RE: Auto generate RUles from PW list

the hashcat rule engine implements the majority of john the ripper's rules.
epixoip Very old oclHashcat-plus Support 3 6,975 01-03-2013, 05:00 PM
    Thread: 1204_HWE_EOL
Post: RE: 1204_HWE_EOL

i haven't tested the saucy or trusty backports, but the raring backports work well. Code: -- aptitude -R install linux-generic-lts-raring xserver-xorg-lts-raring xserver-xorg-core-lts-raring xse...
epixoip General Help 2 6,975 07-15-2014, 09:48 AM
    Thread: ERROR: No NVidia compatible platform found -But i have GeForce Go 7400
Post: RE: ERROR: No NVidia compatible platform found -Bu...

card is too old and does not support cuda.
epixoip Very old oclHashcat-plus Support 2 6,971 11-21-2012, 06:08 PM
    Thread: Budget System Advice
Post: RE: Budget System Advice

GTX 1060 is the clear winner IMO.
epixoip Hardware 6 6,931 12-29-2016, 11:41 PM
    Thread: Cli + Rule odd behave
Post: RE: Cli + Rule odd behave

I think the problem here is you do not realize what --stdout means. --stdout means print every single candidate that is generated to --stdout, e.g. for piping into another cracking application. You wo...
epixoip General Help 5 6,915 04-01-2016, 11:29 AM
    Thread: Cli + Rule odd behave
Post: RE: Cli + Rule odd behave

Oh shit, right, I'm sorry. I was drunk when I wrote that. So yes, you're right, when using --stdout no cracking is possible at all, because it will indeed treat all arguments as a wordlist. Sorry. But...
epixoip General Help 5 6,915 04-01-2016, 08:31 PM
    Thread: Cli + Rule odd behave
Post: RE: Cli + Rule odd behave

Yes --stdout is mostly for generating candidates to pipe to other crackers or preprocessors, but also a little for "is this rule doing what I think it's doing."
epixoip General Help 5 6,915 04-02-2016, 03:37 AM
    Thread: Hash seems simple but i can't identify it
Post: RE: Hash seems simple but i can't identify it

Hash identification programs like HashID are worthless because the only hashes that can be positively identified are those that have signatures, and if a hash has a signature, you don't need some prog...
epixoip Old hashcat Support 3 6,912 05-08-2016, 09:41 AM
    Thread: TripleDES
Post: RE: TripleDES

like descrypt, there have been crypt schemes based on 3des. but they are not common and i don't think there's any standard implementation. Rabbitz, what software are you using that is using 3des-ba...
epixoip General Help 2 6,895 05-21-2013, 07:13 AM
    Thread: low performance with prepend more than 3 characters in mask attack
Post: RE: low performance with prepend more than 3 chara...

Benchmark mode performs a single hash brute force of a large keyspace, an ideal scenario that presents the opportunity for maximum optimization. Many of the optimizations are not applicable when attac...
epixoip Old oclHashcat Support 5 6,892 09-07-2015, 04:25 AM
    Thread: low performance with prepend more than 3 characters in mask attack
Post: RE: low performance with prepend more than 3 chara...

Of course, it has the exact same effect.
epixoip Old oclHashcat Support 5 6,892 09-07-2015, 08:02 AM
    Thread: Cyrillic --> English transliterated passwords wordlist
Post: RE: Cyrillic --> English transliterated passwords ...

undeath Wrote: (12-01-2017, 12:04 AM) -- this can get pretty messy with mulitibyte encodings. same for the table lookup attack in hashcat legacy iirc. -- Wide character support was added to the tab...
epixoip hashcat 7 6,889 12-02-2017, 01:33 AM
    Thread: Can statsprocessor & hashcat works together?
Post: RE: Can statsprocessor & hashcat works together?

yes. but hashcat does not support reading from stdin, so you'd need to create a named pipe and use that as a wordlist.
epixoip Old hashcat Support 4 6,877 01-14-2014, 06:05 PM
    Thread: Can statsprocessor & hashcat works together?
Post: RE: Can statsprocessor & hashcat works together?

man 1 mkfifo
epixoip Old hashcat Support 4 6,877 01-14-2014, 08:14 PM