Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Where can I get HashCat Utils v1.2?
Post: Where can I get HashCat Utils v1.2?

In this ticket, Atom seems to be using HashCat Utils v1.2: https://hashcat.net/trac/ticket/529#comment:8 But I can not find a download link post-v1.1. I am searching here: http://hashcat.net/tool...
SopalajoArrierez hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 8,433 02-24-2015, 12:35 AM
    Thread: Proper method to extract the hash from a PDF file?
Post: RE: Proper method to extract the hash from a PDF f...

Things were a bit more confusing due to sites like this one (http://pentestmonkey.net/cheat-sheet/john-the-ripper-hash-formats) whose details about the format for a hash PDF file was incorrect (or so ...
SopalajoArrierez Old oclHashcat Support 11 70,222 02-21-2015, 02:56 AM
    Thread: Proper method to extract the hash from a PDF file?
Post: RE: Proper method to extract the hash from a PDF f...

Here is the complete procedure (thanks you all who helped, boys): - Download "pdf2john.py" from the suite "John the Ripper": Code: -- wget https://github.com/magnumripper/JohnTheRipper/archive/...
SopalajoArrierez Old oclHashcat Support 11 70,222 02-21-2015, 02:49 AM
    Thread: Proper method to extract the hash from a PDF file?
Post: RE: Proper method to extract the hash from a PDF f...

Well, in fact, the "pdf2john" file included in my distro (The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux v1.0.9) seems to be different, so I downloaded latest John the Ripper Jumbo ve...
SopalajoArrierez Old oclHashcat Support 11 70,222 02-20-2015, 07:10 PM
    Thread: Proper method to extract the hash from a PDF file?
Post: Proper method to extract the hash from a PDF file?

Quote: -- METHOD COMPLETED at post #6 (http://hashcat.net/forum/thread-4105-post-23368.html#pid23368). -- In order to test the PDF attack feature of OCLHashCat, I am using these sample hashes file...
SopalajoArrierez Old oclHashcat Support 11 70,222 02-20-2015, 05:52 PM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

philsmd Wrote: (01-24-2015, 09:27 AM) -- If you want to "split" the rules, there is also another interesting feature called multi-rules: see https://hashcat.net/wiki/doku.php?id=rule_based_attack#mul...
SopalajoArrierez Old oclHashcat Support 9 31,710 01-24-2015, 09:59 AM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

Mmm.. I think I could answer myself. Acording to my tests, it seems that the order between -r, -j and -k would be: -j goes first. -r goes second. -k doesn't go: it is ignored. Am I right?
SopalajoArrierez Old oclHashcat Support 9 31,710 01-24-2015, 09:16 AM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

philsmd Wrote: (01-24-2015, 08:43 AM) -- to avoid to generate a large dict also something like this would work in your particular case: Code: -- oclhashcat64 -m 1000 -r my_append_num_and_duplicat...
SopalajoArrierez Old oclHashcat Support 9 31,710 01-24-2015, 09:02 AM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

epixoip Wrote: (01-24-2015, 07:36 AM) -- If cain.txt contains the word "rafa", then "-a 6 cain.txt ?d -j d" will generate the candidate "rafarafa3" but not "rafa3rafa3". -- I understand: rules are ap...
SopalajoArrierez Old oclHashcat Support 9 31,710 01-24-2015, 07:44 AM
    Thread: Can hybrid attack work with rules?
Post: RE: Can hybrid attack work with rules?

Well... then, I think I have found a bug in OCLHashCat. Case command-line: Code: -- # Creation of the password test file with key example "rafa3rafa3: temp=$(iconv -f ASCII -t UTF-16LE TestPass...
SopalajoArrierez Old oclHashcat Support 9 31,710 01-24-2015, 05:58 AM
    Thread: Can hybrid attack work with rules?
Post: Can hybrid attack work with rules?

OCLHashCat v1.32 yields no error for this command-line (hybrid attack): Code: -- oclhashcat64 -m 1000 Hashes.txt -a 6 Dictio.txt ?d -j d -- So, can I assume that "-j" option (rule for left dicti...
SopalajoArrierez Old oclHashcat Support 9 31,710 01-23-2015, 04:25 AM
    Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...

Another method to take unattended control of OCLHashCat could be the classic GNU Expect program, but it seems not to be working neither. I have opened a thread about: http://hashcat.net/forum/thread-...
SopalajoArrierez Old oclHashcat Support 7 24,511 11-18-2014, 01:37 AM
    Thread: Possible bug: OCLHashCat not working with Expect.
Post: Possible bug: OCLHashCat not working with Expect.

I am trying to manage OCLHashCat with Expect. I have started by sending a simple `q` key. This is the code: Code: -- spawn oclHashcat64.exe ../Test.hccap -m 2500 -a 3 ?d?d?d?d?d?d?d?d e...
SopalajoArrierez Old oclHashcat Support 0 5,126 11-18-2014, 01:35 AM
    Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...

Well, here are some feedbacks about what you suggested, Mangix: - I have installed CygWin's OpenSSH listening on port 1022TCP. Seems to be working OK, but keypressing on this screen is ignored in r...
SopalajoArrierez Old oclHashcat Support 7 24,511 11-17-2014, 05:53 AM
    Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...

Mangix Wrote: (11-17-2014, 04:02 AM) -- uhhhh there is a windows version of screen available. Just install the latest cygwin and install screen + openssh from the package manager. -- That sou...
SopalajoArrierez Old oclHashcat Support 7 24,511 11-17-2014, 04:13 AM
    Thread: How can I remotely know about the progress of OCLHashCat?
Post: RE: How can I remotely know about the progress of ...

undeath Wrote: (11-16-2014, 01:11 PM) -- I think hashtopus can show you the progress: https://hashcat.net/forum/thread-3159.html -- Thanks you, undeath. I am reading it, and it seems mostly a dist...
SopalajoArrierez Old oclHashcat Support 7 24,511 11-16-2014, 01:28 PM
    Thread: How can I remotely know about the progress of OCLHashCat?
Post: How can I remotely know about the progress of OCLH...

I would like to order hash cracking on my desktop computer running Windows 7 SP1 with a SSH Server and remotely access using my laptop to see the progress. I can, of course, acces to my desktop via s...
SopalajoArrierez Old oclHashcat Support 7 24,511 11-16-2014, 12:59 PM
    Thread: v1.31 Multi-GPU not working with standalone devices
Post: RE: v1.31 Multi-GPU not working with standalone de...

That was the problem. :-) Thanks you, philsmd.
SopalajoArrierez Old oclHashcat Support 5 19,139 10-07-2014, 01:34 PM
    Thread: v1.31 Multi-GPU not working with standalone devices
Post: RE: v1.31 Multi-GPU not working with standalone de...

Thanks for answering. Here are the new tests. First attemp, note that only 1 GPU is working: Code: -- PS D:\Crackeo en Proceso\101\Atacando> oclHashcat64.exe -m 2500 .\HandshakeWPA.hccap -a 3 ...
SopalajoArrierez Old oclHashcat Support 5 19,139 10-07-2014, 12:52 PM
    Thread: v1.31 Multi-GPU not working with standalone devices
Post: v1.31 Multi-GPU not working with standalone device...

This is an attemp of 2 GPUs usage in my system with 3 GPUs: Code: -- PS D:\Crackeo en Proceso\101\Atacando> oclHashcat64.exe -m 2500 .\HandshakeWPA.hccap -d 1,2 oclHashcat v1.31 starting... WA...
SopalajoArrierez Old oclHashcat Support 5 19,139 10-07-2014, 12:32 PM