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 Posted [asc]
    Thread: need HEX to ASCII convert
Post: RE: need HEX to ASCII convert

I got this from someone on IRC: Code: -- perl -ne 'if ($_ =~ m/\$HEX\[([A-Fa-f0-9]+)\]/) {print pack("H*", $1), "\n"}' --
undeath General Help 2 10,068 07-04-2014, 04:30 PM
    Thread: Need help with help Command
Post: RE: Need help with help Command

https://hashcat.net/wiki/doku.php?id=ubernoobs
undeath General Help 3 9,051 06-26-2014, 07:42 PM
    Thread: sha1 64 hex with only 8 variables
Post: RE: sha1 64 hex with only 8 variables

hashcat supports at most 55bytes of plaintext.
undeath Old oclHashcat Support 3 6,145 06-26-2014, 12:06 PM
    Thread: WPA2 Enterprise ?
Post: RE: WPA2 Enterprise ?

WPA Enterprise uses IEEE 802.1X. Most widespread implementations are based on TLS.
undeath General Help 3 7,125 06-22-2014, 12:44 PM
    Thread: Utilising the gpu in a headless envrionment
Post: RE: Utilising the gpu in a headless envrionment

this works for amd, too, but you won't have temp (and/or utilization?) shown for amd cards.
undeath General Help 3 7,145 06-20-2014, 06:33 PM
    Thread: How to efficiently manage huge (>100 GB) wordlists?
Post: RE: How to efficiently manage huge (>100 GB) wordl...

ULM isn't suitable for such big collections. Adding new entries to your dict however can be done way faster: sort newdict -o newdict && sort -m -u olddict newdict -o mergeddict
undeath General Help 3 8,013 06-19-2014, 10:59 AM
    Thread: How i arrange pass for BF?
Post: RE: How i arrange pass for BF?

not even the NSA has enough resources to run this bf, so good luck... yes, it will bf from 8 to 16 chars. However your PC will break before you reach 16 chars.
undeath Old oclHashcat Support 5 9,523 06-18-2014, 10:57 PM
    Thread: cudaHashcat64.exe -b crashes after one test
Post: RE: cudaHashcat64.exe -b crashes after one test

why are you using an outdated version?
undeath Old oclHashcat Support 2 6,922 06-17-2014, 09:57 PM
    Thread: How i arrange pass for BF?
Post: RE: How i arrange pass for BF?

--markov-disable
undeath Old oclHashcat Support 5 9,523 06-17-2014, 08:24 PM
    Thread: Is hash type hmac-ripemd-160 supported?
Post: RE: Is hash type hmac-ripemd-160 supported?

majsat Wrote: (06-16-2014, 02:40 PM) -- I need to crack a 15 characters ?l?u?d password -- don't bother if you don't have any hints that decrease the search space dramatically.
undeath Old hashcat Support 5 12,621 06-16-2014, 02:44 PM
    Thread: oclhashcat and juniper md5ns
Post: RE: oclhashcat and juniper md5ns

you did not specify a wordlist/mask.
undeath Old oclHashcat Support 3 10,555 06-15-2014, 12:18 PM
    Thread: ATI R9 295X2
Post: RE: ATI R9 295X2

https://goo.gl/vSD5P3
undeath Hardware 4 9,206 06-15-2014, 12:11 PM
    Thread: oclHashcat Help Plz
Post: RE: oclHashcat Help Plz

tl;dr posting your hashes is forbidden
undeath Old oclHashcat Support 8 18,134 06-12-2014, 08:49 PM
    Thread: brute force attacking
Post: RE: brute force attacking

What? Is this about hacking? I can't even say for sure.
undeath General Help 2 4,981 06-12-2014, 09:22 AM
    Thread: GTX 750 TI
Post: RE: GTX 750 TI

Benefit from a proper driver: yes. Benefit from the speed improvement: no. Only SM5.0 cards.
undeath Hardware 9 23,515 06-10-2014, 12:55 AM
    Thread: GTX 750 TI
Post: RE: GTX 750 TI

I'd like to line out how much happier I'm with my new 750TI compared to the 5850. My random KDE/Xserver crashes stopped and my mouse pointer does not occasionally get replaced by a ~300x300px artefact...
undeath Hardware 9 23,515 06-09-2014, 10:17 PM
    Thread: oclhashcat 1.21 unsupported GPU driver ?..
Post: RE: oclhashcat 1.21 unsupported GPU driver ?..

you probably have old dll files from previous driver installations on your pc. see https://hashcat.net/wiki/doku.php?id=upgrading_amd_drivers_how_to
undeath Old oclHashcat Support 2 7,181 06-09-2014, 10:11 PM
    Thread: symbol lookup error: ./cudaHashcat64.bin: undefined symbol: nvmlInit_v2
Post: RE: symbol lookup error: ./cudaHashcat64.bin: unde...

NV users require ForceWare 331.67 or later
undeath Old oclHashcat Support 3 9,142 06-09-2014, 09:00 PM
    Thread: symbol lookup error: ./cudaHashcat64.bin: undefined symbol: nvmlInit_v2
Post: RE: symbol lookup error: ./cudaHashcat64.bin: unde...

driver version?
undeath Old oclHashcat Support 3 9,142 06-09-2014, 07:17 PM
    Thread: No need for complex password
Post: RE: No need for complex password

Since oclHashcat has abandoned the 16 char limit for passwords these kind of passwords are not a challenge any more. With proper dicts and attack mode you can find them easily. Mainly just dict + rule...
undeath General Help 8 15,450 06-09-2014, 10:35 AM