get hashcat-type/version over command
#4
Yes, i know. But what, if someone downloades oclHashcat years ago (in this case - its true. I can't tell those people 'just update your hashcat' because of reasons). When i try the command
Code:
hashcat -m 1400 hashlist.hash dicitonary.dict
He will try to open hashcat and not oclHashcat. And because of this i want to extract the hashcat'version' and save this in a parameter. So i can open any hashcat with

Code:
hashcat=save hashcattype in this parameter with a command or anything else
$hashcat -m 1400 hashlist.hash dicitonary.dict


Messages In This Thread
get hashcat-type/version over command - by matt99 - 01-25-2017, 09:47 PM
RE: get hashcat-type/version over command - by matt99 - 01-26-2017, 09:53 AM