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: hashcat unexpected output from "s" Rule
Post: RE: hashcat unexpected output from "s" Rule

@Hash-IT (https://hashcat.net/forum/user-776.html):: Don't worry. Your idea of getting hashcat rule engine involved in this actually gave me some new ideas that you might work, I post what I have ther...
M@LIK Beta Tester 10 9,790 06-05-2012, 01:44 PM
    Thread: hashcat unexpected output from "s" Rule
Post: RE: hashcat unexpected output from "s" Rule

One rule at a time (Starting from left) applied at the whole line: Code: -- ABCDEFGH + sAB = BBCDEFGH BBCDEFGH + sBC = CCCDEFGH CCCDEFGH + sCD = DDDDEFGH DDDDEFGH + sDE = EEEEEFGH EEEEEFGH + sE...
M@LIK Beta Tester 10 9,790 06-05-2012, 12:58 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Sorry for being negative, but wait, I smell something wrong here! Let me just think about it.
M@LIK Very old oclHashcat-plus Support 125 250,821 06-03-2012, 02:58 PM
    Thread: Regular Expression Interpreter
Post: RE: Regular Expression Interpreter

Like undeath (https://hashcat.net/forum/user-85.html) said, this needs a whole new level of programming. To Re-program each and every single feature\code in regex into GPU-supporting language. Howe...
M@LIK Very old oclHashcat-plus Support 11 22,316 06-01-2012, 03:52 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: -- M@LIK I think I found a bug: ... The red ones are missing . -- Opos! My bad, we should have removed all these three lines: Code: -- /\(.\).*\1.*\(.\).*\2/d /\(.\).*\(.\).*\1.*\...
M@LIK Very old oclHashcat-plus Support 125 250,821 06-01-2012, 03:44 PM
    Thread: Start From Stop At Brute Force
Post: RE: Start From Stop At Brute Force

Thumbs up for these options in oclHashcat-plus: Code: -- -s, --pw-skip=NUM Start cracking at NUM -f, --pw-skip-plain=STR Like --pw-skip, but start cracking at STR --
M@LIK Very old oclHashcat-plus Support 15 29,325 06-01-2012, 02:09 AM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: -- OK I'll explain more, what I meant was two repeat instances total any where in the whole line, so in QVHHRIRA, the two Hs is one instance and the two Rs would be the second instance. ...
M@LIK Very old oclHashcat-plus Support 125 250,821 06-01-2012, 01:55 AM
    Thread: PHDays Hash Runner challenge
Post: RE: PHDays Hash Runner challenge

https://lookpic.com/O/i2/1969/otCi7Tpm.gif
M@LIK Organisation and Events 10 23,597 05-31-2012, 09:10 PM
    Thread: Table To File Stopped Working
Post: RE: Table To File Stopped Working

It was a bug, it's fixed in hashcat-0.40b4.
M@LIK Old hashcat Support 11 24,854 05-30-2012, 09:55 PM
    Thread: custom-charset goal ?
Post: RE: custom-charset goal ?

It does. So dose the new oclHashcat-plus. So you better get to use --bf-min= and --pw-min=.
M@LIK Very old oclHashcat-lite Support 5 9,579 05-30-2012, 09:00 PM
    Thread: PLEASE HELP.... (gpu accel error)
Post: RE: PLEASE HELP.... (gpu accel error)

@Mem5 (https://hashcat.net/forum/user-513.html):: xD LOL They're numbers... Arabic. @shadow_fog (https://hashcat.net/forum/user-1822.html):: You have to either change your setting in "Control Panel\...
M@LIK Old hashcat Support 5 9,936 05-30-2012, 07:47 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

Pixel Wrote: -- Thanks M@LIK, what would it be in regular expression? -- I don't think there's one, this is like "if not", whenever the conditions are not found, delete. Pixel Wrote: -- Got anoth...
M@LIK Very old oclHashcat-plus Support 125 250,821 05-30-2012, 06:54 PM
    Thread: cracking nexentа password
Post: RE: cracking nexentа password

This is SHA-256(Unix), not the regular SHA256. It's not supported by oclHashcat-plus.
M@LIK Very old oclHashcat-plus Support 1 5,000 05-30-2012, 05:34 PM
    Thread: Cracking LM
Post: RE: Cracking LM

@atom (https://hashcat.net/forum/user-1.html):: You should have looked closer... atom Wrote: -- As well as for my sm_21 GPU: Code: -- ... 36077a718ccdf409:8 0182bd0bd4444bf8:1234467 ... -- -- 0182b...
M@LIK Very old oclHashcat-plus Support 8 33,381 05-29-2012, 03:00 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

ntk Wrote: -- Anyone has idea to generate the first half then use rule via OCLplus (GPU) to reverse it to form the missing half? -- Disagree. Pixel Wrote: -- So, how would sed delete all lines th...
M@LIK Very old oclHashcat-plus Support 125 250,821 05-29-2012, 01:47 PM
    Thread: Stop When Found
Post: RE: Stop When Found

A whole script for shutting down? That doesn't sound professional xD Use "shutdown /s" command instead. See "shutdown /?" for more options. Code: -- IF EXIST "Found.txt" shutdown /s -- You're alw...
M@LIK Very old oclHashcat-plus Support 8 11,973 05-28-2012, 10:55 PM
    Thread: Stop When Found
Post: RE: Stop When Found

Actually you don't need "goto" for that. Code: -- IF EXIST "Found.txt" echo WPA key found! && [your_2nd_bat_file] --
M@LIK Very old oclHashcat-plus Support 8 11,973 05-28-2012, 10:38 PM
    Thread: Stop When Found
Post: RE: Stop When Found

@Hash-IT (https://hashcat.net/forum/user-776.html):: What you got is the best! Just add this line to the end of each run line: Code: -- IF EXIST "Found.txt" echo WPA key found! && goto:eof -- So it ...
M@LIK Very old oclHashcat-plus Support 8 11,973 05-28-2012, 08:18 PM
    Thread: Limiting the consecutive occurrence
Post: RE: Limiting the consecutive occurrence

@Pixel (https://hashcat.net/forum/user-1769.html):: Damnit, what a little dirty slip! xD Add this and you should be fine: Code: -- /\(.\).*\(.\).*\2.*\1/d -- I'm pretty sure, no more of that will ...
M@LIK Very old oclHashcat-plus Support 125 250,821 05-28-2012, 07:39 PM
    Thread: Cracking LM
Post: RE: Cracking LM - edit1

@undeath (https://hashcat.net/forum/user-85.html):: Not sure what you really mean... It's Nvidia, I download the drivers from here: https://www.nvidia.com/drivers The current version on my machine is:...
M@LIK Very old oclHashcat-plus Support 8 33,381 05-28-2012, 06:35 PM