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 [desc] Posted
    Thread: What attack to use?
Post: RE: What attack to use?

You used the word "combination" in your post twice. That's a pretty big hint for what attack you want to run ;)
epixoip Old oclHashcat Support 14 15,432 01-22-2016, 06:57 AM
    Thread: What attack to use?
Post: RE: What attack to use?

look at combinator.bin and combinator3.bin from hashcat-utils
epixoip Old oclHashcat Support 14 15,432 01-22-2016, 11:21 AM
    Thread: What attack to use?
Post: RE: What attack to use?

Umm.. no? If you were to combine 18words.txt 18-fold you'd end up with a file that's like 500M petabytes in size and you'd generate passwords that were 36-144 characters in length. So not only would i...
epixoip Old oclHashcat Support 14 15,432 01-23-2016, 12:17 AM
    Thread: What attack to use?
Post: RE: What attack to use?

Yeah that's not possible with hashcat or combinator.bin, you're going to have repeating words. And of course 8-14 you're going to start running into disk limitations real quick.
epixoip Old oclHashcat Support 14 15,432 01-23-2016, 10:21 AM
    Thread: What attack to use?
Post: RE: What attack to use?

Your thinking is too narrow. Let's say you wanted to do 3-way combinations of your 18-word wordlist (we'll call it 18words.txt). You have a couple different options. Option 1: Code: -- ./combinato...
epixoip Old oclHashcat Support 14 15,432 01-22-2016, 10:03 PM
    Thread: What attack to use?
Post: RE: What attack to use?

If you want "abc" then combinator3.bin is precisely what you want... If your wordlist contains the following: Code: -- apple banana cocknose -- Then ''./combinator3.bin wordlist wordlist wordlist...
epixoip Old oclHashcat Support 14 15,432 01-23-2016, 02:20 AM
    Thread: Bug in oclHashcat64.exe
Post: RE: Bug in oclHashcat64.exe

That is a strong possibility as well.
epixoip Old oclHashcat Support 13 15,456 08-28-2015, 03:04 AM
    Thread: Bug in oclHashcat64.exe
Post: RE: Bug in oclHashcat64.exe

yashar26: You're going to start a fire with that configuration. Why are you coupling a $1000 GPU with a $100 PSU? The 295X2 pulls upwards of 550-575W under compute workloads (though Powertune will do ...
epixoip Old oclHashcat Support 13 15,456 08-27-2015, 01:15 PM
    Thread: Bug in oclHashcat64.exe
Post: RE: Bug in oclHashcat64.exe

Ok, so in this case your 850W PSU *can't* push 850W, because this isn't actually an 850W PSU. The manufacturer is lying, basically. Your PSU has a single 12V 70A rail which is only 840W, and you shou...
epixoip Old oclHashcat Support 13 15,456 08-27-2015, 10:30 PM
    Thread: TC password found, wrong?
Post: RE: TC password found, wrong?

It's possible it's a false positive but the odds are pretty low. Especially if the password it found make sense.
epixoip Old oclHashcat Support 10 15,462 03-29-2016, 01:15 AM
    Thread: WPA2 Attack from dictionary has bug?! (Solved)
Post: RE: WPA2 Attack from dictionary has bug?!

this is an issue with your terminal encoding, not an issue with hashcat. just because enca says the dictionary contains ascii characters doesn't mean you don't have some other characters in your dict...
epixoip Very old oclHashcat-plus Support 8 15,507 11-12-2012, 09:37 AM
    Thread: WPA2 Attack from dictionary has bug?! (Solved)
Post: RE: WPA2 Attack from dictionary has bug?!

hexdump -C your output file.
epixoip Very old oclHashcat-plus Support 8 15,507 11-12-2012, 11:11 AM
    Thread: WPA2 Attack from dictionary has bug?! (Solved)
Post: RE: WPA2 Attack from dictionary has bug?!

i also notice you're running in stdin mode, not a straight dictionary attack -- what are you doing to your dictionary before piping it into hashcat?
epixoip Very old oclHashcat-plus Support 8 15,507 11-12-2012, 11:12 AM
    Thread: WPA2 Attack from dictionary has bug?! (Solved)
Post: RE: WPA2 Attack from dictionary has bug?! (Solved)

sounds like your problems are the result of aggressive overclocking.
epixoip Very old oclHashcat-plus Support 8 15,507 11-13-2012, 09:05 AM
    Thread: Oracle 11g Format
Post: RE: Oracle 11g Format

if it were a problem with the hash format you would be getting a line length exception, not the help message. this means there's something else wrong with your command. paste your whole command line,...
epixoip Old hashcat Support 5 15,576 03-20-2013, 02:56 PM
    Thread: Oracle 11g Format
Post: RE: Oracle 11g Format

the following commands work with plus: Code: -- ./oclHashcat-plus64.bin -m 112 B283DCCE5DC81D2023E3304C8818646CFF434C9C:2FCDD505130ED13524B4 -a 3 ?l?l?l ./oclHashcat-plus64.bin -m 110 --hex-salt B2...
epixoip Old hashcat Support 5 15,576 03-21-2013, 04:53 PM
    Thread: bash script for email rules
Post: RE: bash script for email rules

i'm having kind of a difficult time reading your script, you seem to be adverse to both indentation and POSIX. anyway, if this does what i think it does, you don't need to use the rule engine for t...
epixoip User Contributions 5 15,591 09-02-2013, 07:15 PM
    Thread: Sequencing Rules
Post: RE: Sequencing Rules

for r in rules/*; do ./oclHashcat ... -r $r; done
epixoip General Help 11 15,592 12-18-2015, 08:57 AM
    Thread: Sequencing Rules
Post: RE: Sequencing Rules

Looks like you're doing quite a bit wrong. Damn near everything, in fact.
epixoip General Help 11 15,592 12-19-2015, 01:21 AM
    Thread: Sequencing Rules
Post: RE: Sequencing Rules

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 also have options specified after the argum...
epixoip General Help 11 15,592 12-19-2015, 01:46 AM